Skip to content

test_observer requires macOS 13.0 #1664

@keith

Description

@keith

When updating rules_swift on swift-syntax I noticed that test_observer gets automatically added and requires macOS 13.0 based on some of the APIs it's using. swift-syntax currently pins in SwiftPM to 10.15, so I was trying to keep that matched in bazel.

Seems to me like we can do a few things:

  1. Force a minimum macOS version supported by rules_swift
  2. Change test_observer to support older macOS versions
  3. Disable test_obeserver if we're targeting something lower than 13.0

thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions