The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build OpenAPIKit, reference main (eae732), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 10 Sep 2025 22:24:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenAPIKit-Package -destination generic/platform=watchOS

Build Log

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift:10:1: warning: extension declares a conformance of imported type 'URLTemplate' to imported protocol 'Validatable'; this will not behave correctly if the owners of 'OpenAPIKitCore' introduce this conformance in the future
extension URLTemplate: Validatable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift:10:1: note: add '@retroactive' to silence this warning
extension URLTemplate: Validatable {}
^                      ~~~~~~~~~~~
                       @retroactive Validatable
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:19: error: 'withThrowingTaskGroup(of:returning:isolation:body:)' is only available in watchOS 6.0 or newer
        try await withThrowingTaskGroup(of: (Int, (Element, OpenAPI.Components, [Loader.Message])).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:19: note: add 'if #available' version check
        try await withThrowingTaskGroup(of: (Int, (Element, OpenAPI.Components, [Loader.Message])).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:12:23: error: 'addTask(priority:operation:)' is only available in watchOS 6.0 or newer
                group.addTask {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:12:23: note: add 'if #available' version check
                group.addTask {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:21:13: error: 'makeAsyncIterator()' is only available in watchOS 6.0 or newer
            for try await (idx, (elem, components, messages)) in group {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:21:13: note: add 'if #available' version check
            for try await (idx, (elem, components, messages)) in group {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:13:49: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
                    return try await (idx, elem.externallyDereferenced(with: loader))
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:69: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:19: error: 'withThrowingTaskGroup(of:returning:isolation:body:)' is only available in watchOS 6.0 or newer
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:19: note: add 'if #available' version check
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:13:21: error: 'addTask(priority:operation:)' is only available in watchOS 6.0 or newer
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:13:21: note: add 'if #available' version check
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:23:11: error: 'makeAsyncIterator()' is only available in watchOS 6.0 or newer
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:23:11: note: add 'if #available' version check
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:14:72: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
                  let (newRef, components, messages) = try await value.externallyDereferenced(with: loader)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:69: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:19: error: 'withThrowingTaskGroup(of:returning:isolation:body:)' is only available in watchOS 6.0 or newer
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:19: note: add 'if #available' version check
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:15:21: error: 'addTask(priority:operation:)' is only available in watchOS 6.0 or newer
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:15:21: note: add 'if #available' version check
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:25:11: error: 'makeAsyncIterator()' is only available in watchOS 6.0 or newer
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:25:11: note: add 'if #available' version check
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:16:72: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
                  let (newRef, components, messages) = try await value.externallyDereferenced(with: loader)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:69: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                    ^
SwiftCompile normal arm64 Compiling\ JSONSchema.swift,\ JSONSchemaContext.swift,\ SimplifiedJSONSchema.swift,\ TypesAndFormats.swift,\ DereferencedSecurityRequirement.swift,\ SecurityScheme.swift,\ Server.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/SimplifiedJSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/TypesAndFormats.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/DereferencedSecurityRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Server.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchemaContext.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/SimplifiedJSONSchema.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/TypesAndFormats.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/DereferencedSecurityRequirement.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Server.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ OpenAPIKit30 (in target 'OpenAPIKit30' from project 'OpenAPIKit')
EmitSwiftModule normal armv7k (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ OpenAPIKit30 (in target 'OpenAPIKit30' from project 'OpenAPIKit')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Tag.swift,\ URLTemplate+Validatable.swift,\ Array+ExternallyDereferenceable.swift,\ Container+DecodeURLAsString.swift,\ Dictionary+ExternallyDereferenceable.swift,\ Optional+ExternallyDereferenceable.swift,\ OrderedDictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	Building workspace spi-builder-workspace with scheme OpenAPIKit-Package
(9 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  Yams: https://github.com/jpsim/Yams.git @ 6.1.0
  OpenAPIKit: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
resolved source packages: SymbolKit, Yams, OpenAPIKit, SwiftDocCPlugin
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "OpenAPIKit",
  "name" : "OpenAPIKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIKit30",
      "targets" : [
        "OpenAPIKit30"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAPIKit",
      "targets" : [
        "OpenAPIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAPIKitCompat",
      "targets" : [
        "OpenAPIKitCompat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "OrderedDictionaryTests",
      "module_type" : "SwiftTarget",
      "name" : "OrderedDictionaryTests",
      "path" : "Tests/OrderedDictionaryTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "OrderedDictionaryTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitTests",
      "path" : "Tests/OpenAPIKitTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentsTests.swift",
        "Content/ContentTests.swift",
        "Content/DereferencedContentTests.swift",
        "DiscriminatorTests.swift",
        "Document/DereferencedDocumentTests.swift",
        "Document/DocumentInfoTests.swift",
        "Document/DocumentTests.swift",
        "Document/ExternalDereferencingDocumentTests.swift",
        "Document/ResolvedDocumentTests.swift",
        "EaseOfUseTests.swift",
        "ExampleTests.swift",
        "ExternalDocumentationTests.swift",
        "Header/DereferencedHeaderTests.swift",
        "Header/HeaderTests.swift",
        "JSONReferenceTests.swift",
        "LinkTests.swift",
        "OpenAPIReferenceTests.swift",
        "Operation/DereferencedOperationTests.swift",
        "Operation/OperationTests.swift",
        "Operation/ResolvedEndpointTests.swift",
        "Parameter/DereferencedParameterTests.swift",
        "Parameter/DereferencedSchemaContextTests.swift",
        "Parameter/ParameterContextTests.swift",
        "Parameter/ParameterSchemaTests.swift",
        "Parameter/ParameterTests.swift",
        "Path Item/DereferencedPathItemTests.swift",
        "Path Item/PathItemTests.swift",
        "Path Item/ResolvedRouteTests.swift",
        "Request/DereferencedRequestTests.swift",
        "Request/RequestTests.swift",
        "Response/DereferencedResponseTests.swift",
        "Response/ResponseTests.swift",
        "Result+ValueTests.swift",
        "RuntimeExpressionTests.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPITests.swift",
        "Schema Object/DereferencedSchemaObjectTests.swift",
        "Schema Object/JSONSchemaTests.swift",
        "Schema Object/SchemaFragmentCombiningTests.swift",
        "Schema Object/SchemaFragmentTests.swift",
        "Schema Object/SchemaObjectInternalTests.swift",
        "Schema Object/SchemaObjectYamsTests.swift",
        "Security/OauthFlowsTests.swift",
        "Security/SecuritySchemeTests.swift",
        "ServerTests.swift",
        "TagTests.swift",
        "TestHelpers.swift",
        "Validator/BuiltinValidationTests.swift",
        "Validator/Validation+ConvenienceTests.swift",
        "Validator/ValidationTests.swift",
        "Validator/ValidatorTests.swift",
        "VendorExtendableTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitRealSpecSuite",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitRealSpecSuite",
      "path" : "Tests/OpenAPIKitRealSpecSuite",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "TemplateAPITests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitErrorReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitErrorReportingTests",
      "path" : "Tests/OpenAPIKitErrorReportingTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentErrorTests.swift",
        "DocumentErrorTests.swift",
        "Helpers.swift",
        "JSONReferenceErrorTests.swift",
        "OperationErrorTests.swift",
        "PathsErrorTests.swift",
        "RequestContentMapErrorTests.swift",
        "RequestContentSchemaErrorTests.swift",
        "RequestErrorTests.swift",
        "ResponseErrorTests.swift",
        "SchemaErrorTests.swift",
        "SecuritySchemeErrorTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCoreTests",
      "path" : "Tests/OpenAPIKitCoreTests",
      "sources" : [
        "CallbackURLTests.swift",
        "ComponentKeyTests.swift",
        "ContentTypeTests.swift",
        "Either+CustomStringConvertibleTests.swift",
        "GenericErrorTests.swift",
        "TestHelpers.swift",
        "URLTemplate/URLTemplateTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitCore",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCore",
      "path" : "Sources/OpenAPIKitCore",
      "product_memberships" : [
        "OpenAPIKit30",
        "OpenAPIKit",
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "AnyCodable+Validatable.swift",
        "AnyCodable/AnyCodable.swift",
        "Either/Either+Codable.swift",
        "Either/Either+CustomStringConvertible.swift",
        "Either/Either.swift",
        "Encoding and Decoding Errors And Warnings/CodingPathError.swift",
        "Encoding and Decoding Errors And Warnings/DecodingErrorExtensions.swift",
        "Encoding and Decoding Errors And Warnings/DiggingError.swift",
        "Encoding and Decoding Errors And Warnings/EitherDecodeNoTypesMatchedErrorExtensions.swift",
        "Encoding and Decoding Errors And Warnings/GenericError.swift",
        "Encoding and Decoding Errors And Warnings/OpenAPIDecodingErrors.swift",
        "Encoding and Decoding Errors And Warnings/OpenAPIError.swift",
        "Encoding and Decoding Errors And Warnings/OpenAPIWarning.swift",
        "Encoding and Decoding Errors And Warnings/RequestDecodingError.swift",
        "OpenAPIReference.swift",
        "OrderedDictionary+Validatable.swift",
        "OrderedDictionary/OrderedDictionary.swift",
        "OrderedDictionary/StringConvertibleHintProvider.swift",
        "Shared.swift",
        "Shared/CallbackURL.swift",
        "Shared/ComponentKey.swift",
        "Shared/ContentType.swift",
        "Shared/Discriminator.swift",
        "Shared/HttpMethod.swift",
        "Shared/JSONSchemaPermissions.swift",
        "Shared/JSONTypeFormat.swift",
        "Shared/OAuthFlows.swift",
        "Shared/ParameterContextLocation.swift",
        "Shared/ParameterSchemaContextStyle.swift",
        "Shared/Path.swift",
        "Shared/ResponseStatusCode.swift",
        "Shared/SecurityScheme.swift",
        "URLTemplate/URLTemplate+Parsing.swift",
        "URLTemplate/URLTemplate.swift",
        "Utility/Container+DecodeURLAsString.swift",
        "Utility/Optional+Zip.swift",
        "Utility/Result+Value.swift",
        "Validatable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIKitCompatTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCompatTests",
      "path" : "Tests/OpenAPIKitCompatTests",
      "sources" : [
        "DocumentConversionTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitCompat",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCompat",
      "path" : "Sources/OpenAPIKitCompat",
      "product_memberships" : [
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "Compat30To31.swift",
        "Either+Map.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30",
        "OpenAPIKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIKit30Tests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30Tests",
      "path" : "Tests/OpenAPIKit30Tests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentsTests.swift",
        "Content/ContentTests.swift",
        "Content/DereferencedContentTests.swift",
        "DiscriminatorTests.swift",
        "Document/DereferencedDocumentTests.swift",
        "Document/DocumentInfoTests.swift",
        "Document/DocumentTests.swift",
        "Document/ExternalDereferencingDocumentTests.swift",
        "Document/ResolvedDocumentTests.swift",
        "EaseOfUseTests.swift",
        "ExampleTests.swift",
        "ExternalDocumentationTests.swift",
        "Header/DereferencedHeaderTests.swift",
        "Header/HeaderTests.swift",
        "JSONReferenceTests.swift",
        "LinkTests.swift",
        "Operation/DereferencedOperationTests.swift",
        "Operation/OperationTests.swift",
        "Operation/ResolvedEndpointTests.swift",
        "Parameter/DereferencedParameterTests.swift",
        "Parameter/DereferencedSchemaContextTests.swift",
        "Parameter/ParameterContextTests.swift",
        "Parameter/ParameterSchemaTests.swift",
        "Parameter/ParameterTests.swift",
        "Path Item/DereferencedPathItemTests.swift",
        "Path Item/PathItemTests.swift",
        "Path Item/ResolvedRouteTests.swift",
        "Request/DereferencedRequestTests.swift",
        "Request/RequestTests.swift",
        "Response/DereferencedResponseTests.swift",
        "Response/ResponseTests.swift",
        "Result+ValueTests.swift",
        "RuntimeExpressionTests.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPITests.swift",
        "Schema Object/DereferencedSchemaObjectTests.swift",
        "Schema Object/JSONSchemaTests.swift",
        "Schema Object/SchemaFragmentCombiningTests.swift",
        "Schema Object/SchemaFragmentTests.swift",
        "Schema Object/SchemaObjectInternalTests.swift",
        "Schema Object/SchemaObjectYamsTests.swift",
        "Security/OauthFlowsTests.swift",
        "Security/SecuritySchemeTests.swift",
        "ServerTests.swift",
        "TagTests.swift",
        "TestHelpers.swift",
        "Validator/BuiltinValidationTests.swift",
        "Validator/Validation+ConvenienceTests.swift",
        "Validator/ValidationTests.swift",
        "Validator/ValidatorTests.swift",
        "VendorExtendableTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKit30RealSpecSuite",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30RealSpecSuite",
      "path" : "Tests/OpenAPIKit30RealSpecSuite",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "GitHubAPITests.swift",
        "GoogleBooksAPITests.swift",
        "PetStoreAPITests.swift",
        "SwaggerDocSamplesTests.swift",
        "TomTomAPITests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKit30ErrorReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30ErrorReportingTests",
      "path" : "Tests/OpenAPIKit30ErrorReportingTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentErrorTests.swift",
        "DocumentErrorTests.swift",
        "Helpers.swift",
        "JSONReferenceErrorTests.swift",
        "OperationErrorTests.swift",
        "PathsErrorTests.swift",
        "RequestContentMapErrorTests.swift",
        "RequestContentSchemaErrorTests.swift",
        "RequestErrorTests.swift",
        "ResponseErrorTests.swift",
        "SchemaErrorTests.swift",
        "SecuritySchemeErrorTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKit30",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30",
      "path" : "Sources/OpenAPIKit30",
      "product_memberships" : [
        "OpenAPIKit30",
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "Callbacks.swift",
        "CodableVendorExtendable.swift",
        "Components Object/Components+JSONReference.swift",
        "Components Object/Components+Locatable.swift",
        "Components Object/Components.swift",
        "Content/Content.swift",
        "Content/ContentEncoding.swift",
        "Content/DereferencedContent.swift",
        "Content/DereferencedContentEncoding.swift",
        "Document/DereferencedDocument.swift",
        "Document/Document.swift",
        "Document/DocumentInfo.swift",
        "Document/ResolvedDocument.swift",
        "Either/Either+Convenience.swift",
        "Either/Either+ExternallyDereferenceable.swift",
        "Either/Either+LocallyDereferenceable.swift",
        "Either/Either+Validatable.swift",
        "Encoding and Decoding Errors/DocumentDecodingError.swift",
        "Encoding and Decoding Errors/OperationDecodingError.swift",
        "Encoding and Decoding Errors/PathDecodingError.swift",
        "Encoding and Decoding Errors/ResponseDecodingError.swift",
        "Example.swift",
        "ExternalDocumentation.swift",
        "ExternalLoader.swift",
        "Header/DereferencedHeader.swift",
        "Header/Header.swift",
        "JSONReference.swift",
        "Link.swift",
        "OpenAPI.swift",
        "Operation/DereferencedOperation.swift",
        "Operation/Operation.swift",
        "Operation/ResolvedEndpoint.swift",
        "Parameter/DereferencedParameter.swift",
        "Parameter/DereferencedSchemaContext.swift",
        "Parameter/Parameter.swift",
        "Parameter/ParameterContext.swift",
        "Parameter/ParameterSchemaContext.swift",
        "Path Item/DereferencedPathItem.swift",
        "Path Item/PathItem.swift",
        "Path Item/ResolvedRoute.swift",
        "Request/DereferencedRequest.swift",
        "Request/Request.swift",
        "Response/DereferencedResponse.swift",
        "Response/Response.swift",
        "RuntimeExpression.swift",
        "Schema Conformances/SchemaProtocols.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPI.swift",
        "Schema Object/DereferencedJSONSchema.swift",
        "Schema Object/JSONSchema+Combining.swift",
        "Schema Object/JSONSchema.swift",
        "Schema Object/JSONSchemaContext.swift",
        "Schema Object/SimplifiedJSONSchema.swift",
        "Schema Object/TypesAndFormats.swift",
        "Security/DereferencedSecurityRequirement.swift",
        "Security/SecurityScheme.swift",
        "Server.swift",
        "Tag.swift",
        "URLTemplate+Validatable.swift",
        "Utility/Array+ExternallyDereferenceable.swift",
        "Utility/Container+DecodeURLAsString.swift",
        "Utility/Dictionary+ExternallyDereferenceable.swift",
        "Utility/Optional+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionary+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionry+LocallyDereferenceable.swift",
        "Validator/Validation+Builtins.swift",
        "Validator/Validation.swift",
        "Validator/Validator+Convenience.swift",
        "Validator/Validator.swift",
        "XML.swift",
        "_CoreReExport.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIKit",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit",
      "path" : "Sources/OpenAPIKit",
      "product_memberships" : [
        "OpenAPIKit",
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "Callbacks.swift",
        "CodableVendorExtendable.swift",
        "Components Object/Components+JSONReference.swift",
        "Components Object/Components+Locatable.swift",
        "Components Object/Components.swift",
        "Content/Content.swift",
        "Content/ContentEncoding.swift",
        "Content/DereferencedContent.swift",
        "Content/DereferencedContentEncoding.swift",
        "Document/DereferencedDocument.swift",
        "Document/Document.swift",
        "Document/DocumentInfo.swift",
        "Document/ResolvedDocument.swift",
        "Either/Either+Convenience.swift",
        "Either/Either+ExternallyDereferenceable.swift",
        "Either/Either+LocallyDereferenceable.swift",
        "Either/Either+Summarizable.swift",
        "Either/Either+Validatable.swift",
        "Encoding and Decoding Errors/DocumentDecodingError.swift",
        "Encoding and Decoding Errors/OperationDecodingError.swift",
        "Encoding and Decoding Errors/PathDecodingError.swift",
        "Encoding and Decoding Errors/ResponseDecodingError.swift",
        "Example.swift",
        "ExternalDocumentation.swift",
        "ExternalLoader.swift",
        "Header/DereferencedHeader.swift",
        "Header/Header.swift",
        "JSONReference.swift",
        "Link.swift",
        "OpenAPI.swift",
        "Operation/DereferencedOperation.swift",
        "Operation/Operation.swift",
        "Operation/ResolvedEndpoint.swift",
        "Parameter/DereferencedParameter.swift",
        "Parameter/DereferencedSchemaContext.swift",
        "Parameter/Parameter.swift",
        "Parameter/ParameterContext.swift",
        "Parameter/ParameterSchemaContext.swift",
        "Path Item/DereferencedPathItem.swift",
        "Path Item/PathItem.swift",
        "Path Item/ResolvedRoute.swift",
        "Request/DereferencedRequest.swift",
        "Request/Request.swift",
        "Response/DereferencedResponse.swift",
        "Response/Response.swift",
        "RuntimeExpression.swift",
        "Schema Conformances/SchemaProtocols.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPI.swift",
        "Schema Object/DereferencedJSONSchema.swift",
        "Schema Object/JSONSchema+Combining.swift",
        "Schema Object/JSONSchema.swift",
        "Schema Object/JSONSchemaContext.swift",
        "Schema Object/SimplifiedJSONSchema.swift",
        "Schema Object/TypesAndFormats.swift",
        "Security/DereferencedSecurityRequirement.swift",
        "Security/SecurityScheme.swift",
        "Server.swift",
        "Tag.swift",
        "URLTemplate+Validatable.swift",
        "Utility/Array+ExternallyDereferenceable.swift",
        "Utility/Container+DecodeURLAsString.swift",
        "Utility/Dictionary+ExternallyDereferenceable.swift",
        "Utility/Optional+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionary+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionry+LocallyDereferenceable.swift",
        "Validator/Validation+Builtins.swift",
        "Validator/Validation.swift",
        "Validator/Validator+Convenience.swift",
        "Validator/Validator.swift",
        "XML.swift",
        "_CoreReExport.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EitherTests",
      "module_type" : "SwiftTarget",
      "name" : "EitherTests",
      "path" : "Tests/EitherTests",
      "sources" : [
        "EitherTests.swift",
        "EitherTypeErasedValueTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodableTests",
      "path" : "Tests/AnyCodableTests",
      "sources" : [
        "AnyCodableTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "OpenAPIKit",
      "OpenAPIKit-Package",
      "OpenAPIKit30",
      "OpenAPIKitCompat"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenAPIKit-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme OpenAPIKit-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 6.1.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  OpenAPIKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'OpenAPIKitCompat' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
    Target 'OpenAPIKitCompat' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
    Target 'OpenAPIKit30' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
    Target 'OpenAPIKit30' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
    Target 'OpenAPIKit' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
    Target 'OpenAPIKit' in project 'OpenAPIKit'
        ➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
    Target 'OpenAPIKitCore' in project 'OpenAPIKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver OpenAPIKit30 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenAPIKit30 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64/OpenAPIKit30.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64/OpenAPIKit30-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64/OpenAPIKit30.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64/OpenAPIKit30_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64/OpenAPIKit30-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OpenAPIKit30 normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenAPIKit30 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64_32/OpenAPIKit30.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64_32/OpenAPIKit30-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64_32/OpenAPIKit30.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64_32/OpenAPIKit30_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/arm64_32/OpenAPIKit30-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OpenAPIKit30 normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenAPIKit30 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OpenAPIKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenAPIKit' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenAPIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64/OpenAPIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64/OpenAPIKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64/OpenAPIKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64/OpenAPIKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64/OpenAPIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OpenAPIKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OpenAPIKit' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenAPIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/armv7k/OpenAPIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/armv7k/OpenAPIKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/armv7k/OpenAPIKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/armv7k/OpenAPIKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/armv7k/OpenAPIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OpenAPIKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'OpenAPIKit' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenAPIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64_32/OpenAPIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64_32/OpenAPIKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64_32/OpenAPIKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64_32/OpenAPIKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit.build/Objects-normal/arm64_32/OpenAPIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ OpenAPIKit30 (in target 'OpenAPIKit30' from project 'OpenAPIKit')
EmitSwiftModule normal armv7k (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Callbacks.swift,\ CodableVendorExtendable.swift,\ Components+JSONReference.swift,\ Components+Locatable.swift,\ Components.swift,\ Content.swift,\ ContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Callbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/CodableVendorExtendable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+JSONReference.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+Locatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/Content.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/ContentEncoding.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Callbacks.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/CodableVendorExtendable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+JSONReference.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+Locatable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/Content.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/ContentEncoding.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Either+ExternallyDereferenceable.swift,\ Either+LocallyDereferenceable.swift,\ Either+Validatable.swift,\ DocumentDecodingError.swift,\ OperationDecodingError.swift,\ PathDecodingError.swift,\ ResponseDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+LocallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Validatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/DocumentDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/OperationDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/PathDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/ResponseDecodingError.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Callbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/CodableVendorExtendable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+JSONReference.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+Locatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/Content.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/ContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContent.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DereferencedDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/Document.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DocumentInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/ResolvedDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Convenience.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+LocallyDereferenceable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Validatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/DocumentDecodingError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/OperationDecodingError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/PathDecodingError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/ResponseDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/DereferencedHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/Header.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/OpenAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Operation/DereferencedOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Operation/Operation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Operation/ResolvedEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/DereferencedParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/DereferencedSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/Parameter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/DereferencedPathItem.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/PathItem.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/ResolvedRoute.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/DereferencedRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/DereferencedResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/Response.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/RuntimeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SchemaProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SwiftPrimitiveTypes+OpenAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/DereferencedJSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema+Combining.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/SimplifiedJSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/TypesAndFormats.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/DereferencedSecurityRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Server.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionry+LocallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation+Builtins.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/XML.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/_CoreReExport.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/supplementaryOutputs-9 -target armv7k-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name OpenAPIKit30 -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-apple-watchos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Either+ExternallyDereferenceable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Either+LocallyDereferenceable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Either+Validatable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/DocumentDecodingError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OperationDecodingError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/PathDecodingError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/ResponseDecodingError.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Either+ExternallyDereferenceable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Either+LocallyDereferenceable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Either+Validatable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/DocumentDecodingError.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OperationDecodingError.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/PathDecodingError.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/ResponseDecodingError.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift:13:90: error: concurrency is only available in watchOS 6.0.0 or newer
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift:13:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift:11:1: note: add @available attribute to enclosing extension
extension Either: ExternallyDereferenceable where A: ExternallyDereferenceable, B: ExternallyDereferenceable {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+LocallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Validatable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Validatable.swift:10:1: warning: extension declares a conformance of imported type 'Either' to imported protocol 'Validatable'; this will not behave correctly if the owners of 'OpenAPIKitCore' introduce this conformance in the future
extension Either: Validatable where A: Validatable, B: Validatable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Validatable.swift:10:1: note: add '@retroactive' to silence this warning
extension Either: Validatable where A: Validatable, B: Validatable {}
^                 ~~~~~~~~~~~
                  @retroactive Validatable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/DocumentDecodingError.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/OperationDecodingError.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/PathDecodingError.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/ResponseDecodingError.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DereferencedContent.swift,\ DereferencedContentEncoding.swift,\ DereferencedDocument.swift,\ Document.swift,\ DocumentInfo.swift,\ ResolvedDocument.swift,\ Either+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContent.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DereferencedDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/Document.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DocumentInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/ResolvedDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Convenience.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContent.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContentEncoding.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DereferencedDocument.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/Document.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DocumentInfo.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/ResolvedDocument.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Convenience.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Example.swift,\ ExternalDocumentation.swift,\ ExternalLoader.swift,\ DereferencedHeader.swift,\ Header.swift,\ JSONReference.swift,\ Link.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/DereferencedHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/Header.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalLoader.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/DereferencedHeader.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/Header.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ParameterContext.swift,\ ParameterSchemaContext.swift,\ DereferencedPathItem.swift,\ PathItem.swift,\ ResolvedRoute.swift,\ DereferencedRequest.swift,\ Request.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/DereferencedPathItem.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/PathItem.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/ResolvedRoute.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/DereferencedRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/Request.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterContext.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterSchemaContext.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/DereferencedPathItem.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/PathItem.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/ResolvedRoute.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/DereferencedRequest.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/Request.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DereferencedResponse.swift,\ Response.swift,\ RuntimeExpression.swift,\ SchemaProtocols.swift,\ SwiftPrimitiveTypes+OpenAPI.swift,\ DereferencedJSONSchema.swift,\ JSONSchema+Combining.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/DereferencedResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/Response.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/RuntimeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SchemaProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SwiftPrimitiveTypes+OpenAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/DereferencedJSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema+Combining.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/DereferencedResponse.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/Response.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/RuntimeExpression.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SchemaProtocols.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SwiftPrimitiveTypes+OpenAPI.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/DereferencedJSONSchema.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema+Combining.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Tag.swift,\ URLTemplate+Validatable.swift,\ Array+ExternallyDereferenceable.swift,\ Container+DecodeURLAsString.swift,\ Dictionary+ExternallyDereferenceable.swift,\ Optional+ExternallyDereferenceable.swift,\ OrderedDictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
Failed frontend command:
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift:10:1: warning: extension declares a conformance of imported type 'URLTemplate' to imported protocol 'Validatable'; this will not behave correctly if the owners of 'OpenAPIKitCore' introduce this conformance in the future
extension URLTemplate: Validatable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift:10:1: note: add '@retroactive' to silence this warning
extension URLTemplate: Validatable {}
^                      ~~~~~~~~~~~
                       @retroactive Validatable
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:90: error: concurrency is only available in watchOS 6.0.0 or newer
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:19: error: 'withThrowingTaskGroup(of:returning:isolation:body:)' is only available in watchOS 6.0 or newer
        try await withThrowingTaskGroup(of: (Int, (Element, OpenAPI.Components, [Loader.Message])).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:19: note: add 'if #available' version check
        try await withThrowingTaskGroup(of: (Int, (Element, OpenAPI.Components, [Loader.Message])).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:12:23: error: 'addTask(priority:operation:)' is only available in watchOS 6.0 or newer
                group.addTask {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:12:23: note: add 'if #available' version check
                group.addTask {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:21:13: error: 'makeAsyncIterator()' is only available in watchOS 6.0 or newer
            for try await (idx, (elem, components, messages)) in group {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:21:13: note: add 'if #available' version check
            for try await (idx, (elem, components, messages)) in group {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:13:49: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
                    return try await (idx, elem.externallyDereferenced(with: loader))
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:69: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:90: error: concurrency is only available in watchOS 6.0.0 or newer
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:19: error: 'withThrowingTaskGroup(of:returning:isolation:body:)' is only available in watchOS 6.0 or newer
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:19: note: add 'if #available' version check
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:13:21: error: 'addTask(priority:operation:)' is only available in watchOS 6.0 or newer
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:13:21: note: add 'if #available' version check
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:23:11: error: 'makeAsyncIterator()' is only available in watchOS 6.0 or newer
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:23:11: note: add 'if #available' version check
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:14:72: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
                  let (newRef, components, messages) = try await value.externallyDereferenced(with: loader)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:69: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift:9:90: error: concurrency is only available in watchOS 6.0.0 or newer
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Optional where Wrapped: ExternallyDereferenceable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:10:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:9:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift:7:1: note: add @available attribute to enclosing extension
extension Array where Element: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:11:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:10:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift:8:1: note: add @available attribute to enclosing extension
extension Dictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:90: error: concurrency is only available in watchOS 6.0.0 or newer
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:19: error: 'withThrowingTaskGroup(of:returning:isolation:body:)' is only available in watchOS 6.0 or newer
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:19: note: add 'if #available' version check
        try await withThrowingTaskGroup(of: (Key, Value, OpenAPI.Components, [Loader.Message]).self) { group in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:15:21: error: 'addTask(priority:operation:)' is only available in watchOS 6.0 or newer
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:15:21: note: add 'if #available' version check
              group.addTask {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:25:11: error: 'makeAsyncIterator()' is only available in watchOS 6.0 or newer
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:25:11: note: add 'if #available' version check
          for try await (key, newRef, components, messages) in group {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:13:41: error: 'isolation()' is only available in watchOS 6.0 or newer
                                       #isolation
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:17: note: add @available attribute to enclosing instance method
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:10:1: note: add @available attribute to enclosing extension
extension OrderedDictionary where Key: Sendable, Value: ExternallyDereferenceable & Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:16:72: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
                  let (newRef, components, messages) = try await value.externallyDereferenced(with: loader)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift:12:69: warning: capture of non-sendable type 'Loader.Type' in an isolated closure; this is an error in the Swift 6 language mode
    public func externallyDereferenced<Loader: ExternalLoader>(with loader: Loader.Type) async throws -> (Self, OpenAPI.Components, [Loader.Message]) {
                                                                    ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Callbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/CodableVendorExtendable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+JSONReference.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components+Locatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Components\ Object/Components.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/Content.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/ContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContent.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Content/DereferencedContentEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DereferencedDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/Document.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/DocumentInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Document/ResolvedDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+LocallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Validatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/DocumentDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/OperationDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/PathDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/ResponseDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/ExternalLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/DereferencedHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Header/Header.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/OpenAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Operation/DereferencedOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Operation/Operation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Operation/ResolvedEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/DereferencedParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/DereferencedSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/Parameter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Parameter/ParameterSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/DereferencedPathItem.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/PathItem.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Path\ Item/ResolvedRoute.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/DereferencedRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/DereferencedResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Response/Response.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/RuntimeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SchemaProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Conformances/SwiftPrimitiveTypes+OpenAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/DereferencedJSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema+Combining.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/SimplifiedJSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/TypesAndFormats.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/DereferencedSecurityRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Server.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionry+LocallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation+Builtins.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/XML.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/_CoreReExport.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/supplementaryOutputs-43 -target armv7k-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OpenAPIKit30_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name OpenAPIKit30 -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-apple-watchos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Tag.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/URLTemplate+Validatable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Array+ExternallyDereferenceable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Container+DecodeURLAsString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Dictionary+ExternallyDereferenceable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Optional+ExternallyDereferenceable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OrderedDictionary+ExternallyDereferenceable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Tag.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/URLTemplate+Validatable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Array+ExternallyDereferenceable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Container+DecodeURLAsString.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Dictionary+ExternallyDereferenceable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/Optional+ExternallyDereferenceable.o -index-unit-output-path /OpenAPIKit.build/Debug-watchos/OpenAPIKit30.build/Objects-normal/armv7k/OrderedDictionary+ExternallyDereferenceable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ OrderedDictionry+LocallyDereferenceable.swift,\ Validation+Builtins.swift,\ Validation.swift,\ Validator+Convenience.swift,\ Validator.swift,\ XML.swift,\ _CoreReExport.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionry+LocallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation+Builtins.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/XML.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/_CoreReExport.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionry+LocallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation+Builtins.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validation.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator+Convenience.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Validator/Validator.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/XML.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/_CoreReExport.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ JSONSchema.swift,\ JSONSchemaContext.swift,\ SimplifiedJSONSchema.swift,\ TypesAndFormats.swift,\ DereferencedSecurityRequirement.swift,\ SecurityScheme.swift,\ Server.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchemaContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/SimplifiedJSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/TypesAndFormats.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/DereferencedSecurityRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Server.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchema.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/JSONSchemaContext.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/SimplifiedJSONSchema.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Schema\ Object/TypesAndFormats.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/DereferencedSecurityRequirement.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Server.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ OpenAPIKit30 (in target 'OpenAPIKit30' from project 'OpenAPIKit')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k Compiling\ Either+ExternallyDereferenceable.swift,\ Either+LocallyDereferenceable.swift,\ Either+Validatable.swift,\ DocumentDecodingError.swift,\ OperationDecodingError.swift,\ PathDecodingError.swift,\ ResponseDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+LocallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+Validatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/DocumentDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/OperationDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/PathDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Encoding\ and\ Decoding\ Errors/ResponseDecodingError.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Either/Either+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	SwiftCompile normal armv7k Compiling\ Tag.swift,\ URLTemplate+Validatable.swift,\ Array+ExternallyDereferenceable.swift,\ Container+DecodeURLAsString.swift,\ Dictionary+ExternallyDereferenceable.swift,\ Optional+ExternallyDereferenceable.swift,\ OrderedDictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/URLTemplate+Validatable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Array+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Container+DecodeURLAsString.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Dictionary+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/Optional+ExternallyDereferenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenAPIKit30/Utility/OrderedDictionary+ExternallyDereferenceable.swift (in target 'OpenAPIKit30' from project 'OpenAPIKit')
	Building workspace spi-builder-workspace with scheme OpenAPIKit-Package
(11 failures)
BUILD FAILURE 6.2 watchOS