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

Successful build of JSONAPI, reference main (31b665), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 21 Jun 2025 12:16:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByArrayLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: warning: extension declares a conformance of imported type 'ToManyRelationship' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: note: add '@retroactive' to silence this warning
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                             ~~~~~~~~~~~~~~~~~~~~~~~~~
                              @retroactive ExpressibleByArrayLiteral
SwiftDriverJobDiscovery normal arm64 Compiling Attribute.swift, Id.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriver\ Compilation\ Requirements JSONAPITesting normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.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/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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting-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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting_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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling ResourceObjectDecodingError.swift, Transformer.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONAPITesting (in target 'JSONAPITesting' from project 'JSONAPI')
EmitSwiftModule normal arm64 (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByArrayLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: warning: extension declares a conformance of imported type 'ToManyRelationship' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: note: add '@retroactive' to silence this warning
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                             ~~~~~~~~~~~~~~~~~~~~~~~~~
                              @retroactive ExpressibleByArrayLiteral
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.swiftmodule (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling APIDescription.swift, CompoundResource.swift, Document.swift (in target 'JSONAPI' from project 'JSONAPI')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.swiftdoc (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.abi.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.swiftsourceinfo (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Optional+ZipWith.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Optional+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByStringLiteral
SwiftDriverJobDiscovery normal arm64_32 Compiling Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ AttributesCompare.swift,\ Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 Compiling\ ResourceObjectCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for JSONAPITesting (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriver\ Compilation\ Requirements JSONAPITesting normal armv7k com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.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/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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting-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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting_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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONAPITesting (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ ResourceObjectCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation\ Requirements JSONAPITesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.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/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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ResourceObject+Replacing.swift, ResourceObject.swift (in target 'JSONAPI' from project 'JSONAPI')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.swiftmodule (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.swiftdoc (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.abi.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.swiftsourceinfo (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/JSONAPITesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting-Swift.h (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/JSONAPITesting-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftdoc (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.abi.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftsourceinfo (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ Relationship+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: warning: extension declares a conformance of imported type 'ToManyRelationship' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: note: add '@retroactive' to silence this warning
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                             ~~~~~~~~~~~~~~~~~~~~~~~~~
                              @retroactive ExpressibleByArrayLiteral
SwiftCompile normal arm64_32 Compiling\ DocumentCompare.swift,\ DocumentDataCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Attribute+Literal.swift,\ ArrayCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByArrayLiteral
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Poly.swift (in target 'Poly' from project 'Poly')
SwiftDriver\ Compilation Poly normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Poly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly.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 -suppress-warnings -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 -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/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly-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/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly.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/Poly.build/Debug-watchos/Poly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly_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/Poly.build/Debug-watchos/Poly.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.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/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Attribute+Literal.swift, ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ DocumentCompare.swift,\ DocumentDataCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Binary/Poly.o normal arm64_32 (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Binary/Poly.o
SwiftDriverJobDiscovery normal arm64_32 Compiling Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 Compiling\ Id+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByIntegerLiteral
SwiftDriverJobDiscovery normal arm64_32 Compiling RelationshipsCompare.swift, ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k Compiling\ RelationshipsCompare.swift,\ ResourceObjectCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/RelationshipsCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/RelationshipsCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k Compiling\ Attribute+Literal.swift,\ ArrayCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:4:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByUnicodeScalarLiteral where RawValue: ExpressibleByUnicodeScalarLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:12:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByExtendedGraphemeClusterLiteral where RawValue: ExpressibleByExtendedGraphemeClusterLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:20:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByStringLiteral where RawValue: ExpressibleByStringLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:28:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByNilLiteral where RawValue: ExpressibleByNilLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByFloatLiteral where RawValue: ExpressibleByFloatLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:42:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByFloatLiteral where Wrapped: ExpressibleByFloatLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:50:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByBooleanLiteral where RawValue: ExpressibleByBooleanLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:58:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByBooleanLiteral where Wrapped: ExpressibleByBooleanLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:66:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByIntegerLiteral where RawValue: ExpressibleByIntegerLiteral {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:74:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByIntegerLiteral where Wrapped: ExpressibleByIntegerLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:94:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByDictionaryLiteral where RawValue: DictionaryType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Attribute+Literal.swift:124:1: note: add '@retroactive' to silence this warning
extension Attribute: ExpressibleByArrayLiteral where RawValue: ArrayType {
^                    ~~~~~~~~~~~~~~~~~~~~~~~~~
                     @retroactive ExpressibleByArrayLiteral
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ RelationshipsCompare.swift,\ ResourceObjectCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/RelationshipsCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/RelationshipsCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Poly+PrimaryResource.swift, Relationship.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal armv7k Compiling\ IncludesCompare.swift,\ Optional+AbstractWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Poly.o normal arm64\ armv7k\ arm64_32 (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64/Binary/Poly.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/armv7k/Binary/Poly.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Binary/Poly.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Poly.o
SwiftDriverJobDiscovery normal arm64_32 Compiling Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ Optional+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByStringLiteral
SwiftDriverJobDiscovery normal arm64 Compiling AttributesCompare.swift, Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 Compiling\ Optional+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:8:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByUnicodeScalarLiteral where Wrapped: ExpressibleByUnicodeScalarLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:16:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByExtendedGraphemeClusterLiteral where Wrapped: ExpressibleByExtendedGraphemeClusterLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+Literal.swift:24:1: note: add '@retroactive' to silence this warning
extension Optional: ExpressibleByStringLiteral where Wrapped: ExpressibleByStringLiteral {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive ExpressibleByStringLiteral
SwiftCompile normal arm64 Compiling\ Optional+ZipWith.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling DocumentDecodingError.swift, Includes.swift, ResourceBody.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Attribute+Literal.swift, ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 Compiling\ IncludesCompare.swift,\ Optional+AbstractWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Id+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByIntegerLiteral
SwiftDriverJobDiscovery normal arm64 Compiling Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ Id+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByUnicodeScalarLiteral where RawType: ExpressibleByUnicodeScalarLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:18:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByExtendedGraphemeClusterLiteral where RawType: ExpressibleByExtendedGraphemeClusterLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:26:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByStringLiteral where RawType: ExpressibleByStringLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Id+Literal.swift:34:1: note: add '@retroactive' to silence this warning
extension Id: ExpressibleByIntegerLiteral where RawType: ExpressibleByIntegerLiteral {
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
              @retroactive ExpressibleByIntegerLiteral
SwiftDriverJobDiscovery normal arm64 Compiling Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 Compiling\ AttributesCompare.swift,\ Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k Compiling\ ResourceObjectCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling IncludesCompare.swift, Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ Relationship+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: warning: extension declares a conformance of imported type 'ToManyRelationship' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: note: add '@retroactive' to silence this warning
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                             ~~~~~~~~~~~~~~~~~~~~~~~~~
                              @retroactive ExpressibleByArrayLiteral
SwiftDriverJobDiscovery normal arm64_32 Compiling DocumentCompare.swift, DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ IncludesCompare.swift,\ Optional+AbstractWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/IncludesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Attribute+Literal.swift, ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k Compiling\ AttributesCompare.swift,\ Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/AttributesCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k Compiling\ DocumentCompare.swift,\ DocumentDataCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Comparisons/DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k Compiling\ Relationship+Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:10:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByNilLiteral where Identifiable.ID: ExpressibleByNilLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:17:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByUnicodeScalarLiteral where Identifiable.ID: ExpressibleByUnicodeScalarLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByUnicodeScalarLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:25:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByExtendedGraphemeClusterLiteral where Identifiable.ID: ExpressibleByExtendedGraphemeClusterLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByExtendedGraphemeClusterLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: warning: extension declares a conformance of imported type 'ToOneRelationship' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:33:1: note: add '@retroactive' to silence this warning
extension ToOneRelationship: ExpressibleByStringLiteral where Identifiable.ID: ExpressibleByStringLiteral, IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~
                             @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: warning: extension declares a conformance of imported type 'ToManyRelationship' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'JSONAPI' introduce this conformance in the future
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPITesting/Relationship+Literal.swift:41:1: note: add '@retroactive' to silence this warning
extension ToManyRelationship: ExpressibleByArrayLiteral where IdMetaType == NoIdMetadata, MetaType == NoMetadata, LinksType == NoLinks {
^                             ~~~~~~~~~~~~~~~~~~~~~~~~~
                              @retroactive ExpressibleByArrayLiteral
SwiftDriverJobDiscovery normal arm64 Compiling DocumentCompare.swift, DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal armv7k Compiling RelationshipsCompare.swift, ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriver\ Compilation JSONAPI normal armv7k com.apple.xcode.tools.swift.compiler (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI.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/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI-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/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI.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/JSONAPI.build/Debug-watchos/JSONAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI_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/JSONAPI.build/Debug-watchos/JSONAPI.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.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/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation JSONAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI.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/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI-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/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI.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/JSONAPI.build/Debug-watchos/JSONAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI_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/JSONAPI.build/Debug-watchos/JSONAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.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/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Poly --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A5241e --platform-family watchOS --deployment-target 5.0 --bundle-identifier poly.Poly --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Poly.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Poly.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64/Poly_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/armv7k/Poly_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64/Poly.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/armv7k/Poly.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Poly.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Poly.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64/Poly.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/armv7k/Poly.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-watchos/Poly.build/Objects-normal/arm64_32/Poly.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 05:16:30.208 appintentsmetadataprocessor[735:4181] Starting appintentsmetadataprocessor export
2025-06-21 05:16:30.277 appintentsmetadataprocessor[735:4181] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling RelationshipsCompare.swift, ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64_32 Compiling IncludesCompare.swift, Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal armv7k Compiling ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal armv7k Compiling Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64_32 Compiling AttributesCompare.swift, Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriver\ Compilation JSONAPITesting normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.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/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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting-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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting_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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling IncludesCompare.swift, Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriver\ Compilation JSONAPITesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.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/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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Poly.o (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Poly.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/Binary/JSONAPI.o normal armv7k (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -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 -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/Binary/JSONAPI.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/Binary/JSONAPI.o normal arm64 (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -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 -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/Binary/JSONAPI.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/Binary/JSONAPI.o normal arm64_32 (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -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 -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/Binary/JSONAPI.o
SwiftDriverJobDiscovery normal armv7k Compiling AttributesCompare.swift, Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPI.o normal arm64\ armv7k\ arm64_32 (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/Binary/JSONAPI.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/Binary/JSONAPI.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/Binary/JSONAPI.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPI.o
ExtractAppIntentsMetadata (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSONAPI --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A5241e --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.JSONAPI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPI.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/JSONAPI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/JSONAPI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/armv7k/JSONAPI.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPI.build/Objects-normal/arm64_32/JSONAPI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 05:16:30.371 appintentsmetadataprocessor[743:4235] Starting appintentsmetadataprocessor export
2025-06-21 05:16:30.417 appintentsmetadataprocessor[743:4235] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal armv7k Compiling DocumentCompare.swift, DocumentDataCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriver\ Compilation JSONAPITesting normal armv7k com.apple.xcode.tools.swift.compiler (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONAPITesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.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/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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting-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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting_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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.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/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPI.o (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPI.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/Binary/JSONAPITesting.o normal arm64 (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/Binary/JSONAPITesting.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/Binary/JSONAPITesting.o normal armv7k (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/Binary/JSONAPITesting.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/Binary/JSONAPITesting.o normal arm64_32 (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/Binary/JSONAPITesting.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.o normal arm64\ armv7k\ arm64_32 (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/Binary/JSONAPITesting.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/Binary/JSONAPITesting.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/Binary/JSONAPITesting.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.o
ExtractAppIntentsMetadata (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSONAPITesting --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A5241e --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.JSONAPITesting --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/JSONAPITesting.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/JSONAPITesting.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/armv7k/JSONAPITesting.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-watchos/JSONAPITesting.build/Objects-normal/arm64_32/JSONAPITesting.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 05:16:30.499 appintentsmetadataprocessor[751:4275] Starting appintentsmetadataprocessor export
2025-06-21 05:16:30.542 appintentsmetadataprocessor[751:4275] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.o (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONAPITesting.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "poly",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/Poly.git"
    }
  ],
  "manifest_display_name" : "JSONAPI",
  "name" : "JSONAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONAPI",
      "targets" : [
        "JSONAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAPITesting",
      "targets" : [
        "JSONAPITesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONAPITests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITests",
      "path" : "Tests/JSONAPITests",
      "sources" : [
        "APIDescription/APIDescriptionTests.swift",
        "APIDescription/stubs/APIDescriptionsStubs.swift",
        "Attribute/Attribute+FunctorTests.swift",
        "Attribute/AttributeTests.swift",
        "Attribute/TransformerTests.swift",
        "Computed Properties/ComputedPropertiesTests.swift",
        "Computed Properties/stubs/ComputedPropertiesStubs.swift",
        "Custom Attributes Tests/CustomAttributesTests.swift",
        "Document/DocumentCompoundResourceTests.swift",
        "Document/DocumentDecodingErrorTests.swift",
        "Document/DocumentTests.swift",
        "Document/SuccessAndErrorDocumentTests.swift",
        "Document/stubs/DocumentStubs.swift",
        "Empty Object Decoder/EmptyObjectDecoderTests.swift",
        "Error/BasicJSONAPIErrorTests.swift",
        "Error/GenericJSONAPIErrorTests.swift",
        "Includes/IncludeTests.swift",
        "Includes/IncludesDecodingErrorTests.swift",
        "Includes/stubs/IncludeStubs.swift",
        "Links/LinksTests.swift",
        "Links/stub/LinkStubs.swift",
        "NonJSONAPIRelatable/NonJSONAPIRelatableTests.swift",
        "Poly/PolyProxyTests.swift",
        "Poly/stubs/PolyStubs.swift",
        "Relationships/RelationshipTests.swift",
        "Relationships/stubs/RelationshipStubs.swift",
        "ResourceBody/ResourceBodyTests.swift",
        "ResourceBody/stubs/ResourceBudyStubs.swift",
        "ResourceObject/ResourceObject+HashableTests.swift",
        "ResourceObject/ResourceObject+ReplacingTests.swift",
        "ResourceObject/ResourceObjectDecodingErrorTests.swift",
        "ResourceObject/ResourceObjectTests.swift",
        "ResourceObject/stubs/ResourceObjectStubs.swift",
        "SparseFields/SparseFieldEncoderTests.swift",
        "SparseFields/SparseFieldsetTests.swift",
        "SwiftIdentifiableTests.swift",
        "Test Helpers/EncodeDecode.swift",
        "Test Helpers/EncodedAttributeTest.swift",
        "Test Helpers/EncodedEntityPropertyTest.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/PrintEncoded.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITestingTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITestingTests",
      "path" : "Tests/JSONAPITestingTests",
      "sources" : [
        "Attribute+LiteralTests.swift",
        "Comparisons/ArrayCompareTests.swift",
        "Comparisons/AttributesCompareTests.swift",
        "Comparisons/DocumentCompareTests.swift",
        "Comparisons/IncludesCompareTests.swift",
        "Comparisons/RelationshipsCompareTests.swift",
        "Comparisons/ResourceObjectCompareTests.swift",
        "EntityCheckTests.swift",
        "Id+LiteralTests.swift",
        "Relationship+LiteralTests.swift",
        "Test Helpers/EntityTestTypes.swift",
        "Test Helpers/String+CreatableRawIdType.swift"
      ],
      "target_dependencies" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPITesting",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITesting",
      "path" : "Sources/JSONAPITesting",
      "product_memberships" : [
        "JSONAPITesting"
      ],
      "sources" : [
        "Attribute+Literal.swift",
        "Comparisons/ArrayCompare.swift",
        "Comparisons/AttributesCompare.swift",
        "Comparisons/Comparison.swift",
        "Comparisons/DocumentCompare.swift",
        "Comparisons/DocumentDataCompare.swift",
        "Comparisons/IncludesCompare.swift",
        "Comparisons/Optional+AbstractWrapper.swift",
        "Comparisons/RelationshipsCompare.swift",
        "Comparisons/ResourceObjectCompare.swift",
        "Id+Literal.swift",
        "Optional+Literal.swift",
        "Optional+ZipWith.swift",
        "Relationship+Literal.swift",
        "ResourceObjectCheck.swift"
      ],
      "target_dependencies" : [
        "JSONAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONAPI",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPI",
      "path" : "Sources/JSONAPI",
      "product_dependencies" : [
        "Poly"
      ],
      "product_memberships" : [
        "JSONAPI",
        "JSONAPITesting"
      ],
      "sources" : [
        "Document/APIDescription.swift",
        "Document/CompoundResource.swift",
        "Document/Document.swift",
        "Document/DocumentDecodingError.swift",
        "Document/Includes.swift",
        "Document/ResourceBody.swift",
        "EmptyObjectDecoder.swift",
        "Error/BasicJSONAPIError.swift",
        "Error/GenericJSONAPIError.swift",
        "Error/JSONAPIError.swift",
        "JSONAPICodingError.swift",
        "Meta/Links.swift",
        "Meta/Meta.swift",
        "Resource/Attribute+Functor.swift",
        "Resource/Attribute.swift",
        "Resource/Id.swift",
        "Resource/Poly+PrimaryResource.swift",
        "Resource/Relationship.swift",
        "Resource/Resource Object/ResourceObject+Replacing.swift",
        "Resource/Resource Object/ResourceObject.swift",
        "Resource/Resource Object/ResourceObjectDecodingError.swift",
        "Resource/Transformer.swift",
        "SparseFields/SparseFieldEncoder.swift",
        "SparseFields/SparseFieldset.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.