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 5.3.1 (58ebdc), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 21 Jun 2025 12:17:01 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=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/JSONAPI.git
Reference: 5.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattpolzin/JSONAPI
 * tag               5.3.1      -> FETCH_HEAD
HEAD is now at 58ebdc9 Merge pull request #116 from mattpolzin/fix-optional-meta-omit-decode
Cloned https://github.com/mattpolzin/JSONAPI.git
Revision (git rev-parse @):
58ebdc9b104383288cde3028ce0efd552e08c47a
SUCCESS checkout https://github.com/mattpolzin/JSONAPI.git at 5.3.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattpolzin/JSONAPI.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mattpolzin/Poly.git
Creating working copy of package ‘Poly’
Checking out 2.8.0 of package ‘Poly’
Resolve Package Graph
Resolved source packages:
  Poly: https://github.com/mattpolzin/Poly.git @ 2.8.0
  JSONAPI: /Users/admin/builder/spi-builder-workspace
resolved source packages: Poly, JSONAPI
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JSONAPI",
      "JSONAPI-Package",
      "JSONAPITesting"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JSONAPI",
      "JSONAPI-Package",
      "JSONAPITesting"
    ]
  }
}
Running build ...
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=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme JSONAPI-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  JSONAPI: /Users/admin/builder/spi-builder-workspace
  Poly: https://github.com/mattpolzin/Poly.git @ 2.8.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'JSONAPITesting' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPITesting' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'JSONAPITesting' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'JSONAPI' in project 'JSONAPI'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'Poly' in project 'Poly'
        ➜ Explicit dependency on target 'Poly' in project 'Poly'
    Target 'Poly' in project 'Poly' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b84c8b86c51f108a1f03e7a9c5291365
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b84c8b86c51f108a1f03e7a9c5291365.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.DependencyStaticMetadataFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.DependencyMetadataFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.modulemap (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly-OutputFileMap.json (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.LinkFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.SwiftFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.SwiftConstValuesFileList (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftConstValuesFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.LinkFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-OutputFileMap.json (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Poly.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.modulemap (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.modulemap (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.DependencyStaticMetadataFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.DependencyMetadataFileList (in target 'JSONAPITesting' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftConstValuesFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.LinkFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-OutputFileMap.json (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.modulemap (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONAPITesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.modulemap (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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.DependencyStaticMetadataFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.DependencyMetadataFileList (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.modulemap (in target 'JSONAPI' 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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Poly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Poly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/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-xros/Poly.build/Objects-normal/arm64/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-xros/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-xros/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/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-xros/Poly.build/Objects-normal/arm64/Poly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Poly (in target 'Poly' from project 'Poly')
EmitSwiftModule normal arm64 (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Collection+Poly.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Collection+Poly.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Collection+Poly.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Poly+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+Codable.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+Codable.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Poly+AllTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+AllTypes.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+AllTypes.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Poly+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+CustomStringConvertible.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly+CustomStringConvertible.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Result+Value.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Result+Value.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Result+Value.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Poly.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly/Sources/Poly/Poly.swift (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Result+Value.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Compiling Poly+AllTypes.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Compiling Collection+Poly.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Emitting module for Poly (in target 'Poly' from project 'Poly')
SwiftDriver\ Compilation\ Requirements Poly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Poly' from project 'Poly')
    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 Poly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/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-xros/Poly.build/Objects-normal/arm64/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-xros/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-xros/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/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-xros/Poly.build/Objects-normal/arm64/Poly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Poly-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly-Swift.h (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Poly-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.swiftdoc (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    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/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.swiftmodule (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    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/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.abi.json (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    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/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.swiftsourceinfo (in target 'Poly' from project 'Poly')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Poly
    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/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver 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-SwiftDriver -- /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-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Poly+CustomStringConvertible.swift (in target 'Poly' from project 'Poly')
SwiftCompile normal arm64 Compiling\ JSONAPIError.swift,\ JSONAPICodingError.swift,\ Links.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/JSONAPIError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/JSONAPICodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Meta/Links.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/JSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ DocumentDecodingError.swift,\ Includes.swift,\ ResourceBody.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/DocumentDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/Includes.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/ResourceBody.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/DocumentDecodingError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Attribute+Functor.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ EmptyObjectDecoder.swift,\ BasicJSONAPIError.swift,\ GenericJSONAPIError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/EmptyObjectDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/BasicJSONAPIError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Error/GenericJSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/EmptyObjectDecoder.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: warning: extension declares a conformance of imported type 'Poly0' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Poly' introduce this conformance in the future
extension Poly0: CodablePrimaryResource {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: note: add '@retroactive' to silence this warning
extension Poly0: CodablePrimaryResource {
^
SwiftCompile normal arm64 Compiling\ APIDescription.swift,\ CompoundResource.swift,\ Document.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/APIDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/CompoundResource.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/Document.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Document/APIDescription.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Poly+PrimaryResource.swift,\ Relationship.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Relationship.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: warning: extension declares a conformance of imported type 'Poly0' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Poly' introduce this conformance in the future
extension Poly0: CodablePrimaryResource {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Poly+PrimaryResource.swift:23:1: note: add '@retroactive' to silence this warning
extension Poly0: CodablePrimaryResource {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Relationship.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ResourceObject+Replacing.swift,\ ResourceObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject+Replacing.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject+Replacing.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObject.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Meta.swift, Attribute+Functor.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ ResourceObjectDecodingError.swift,\ Transformer.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObjectDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Transformer.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/Resource/Resource\ Object/ResourceObjectDecodingError.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling JSONAPIError.swift, JSONAPICodingError.swift, Links.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 Compiling\ SparseFieldEncoder.swift,\ SparseFieldset.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/SparseFields/SparseFieldEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/SparseFields/SparseFieldset.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONAPI/SparseFields/SparseFieldEncoder.swift (in target 'JSONAPI' from project 'JSONAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling Attribute.swift, Id.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Poly+Codable.swift (in target 'Poly' from project 'Poly')
SwiftDriverJobDiscovery normal arm64 Compiling EmptyObjectDecoder.swift, BasicJSONAPIError.swift, GenericJSONAPIError.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONAPI (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONAPI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h (in target 'JSONAPI' 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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONAPI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftdoc (in target 'JSONAPI' 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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule (in target 'JSONAPI' 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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.abi.json (in target 'JSONAPI' 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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftsourceinfo (in target 'JSONAPI' 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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ResourceObjectDecodingError.swift, Transformer.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriver 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-SwiftDriver -- /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-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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 SparseFieldEncoder.swift, SparseFieldset.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Poly+PrimaryResource.swift, Relationship.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling DocumentDecodingError.swift, Includes.swift, ResourceBody.swift (in target 'JSONAPI' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling ResourceObject+Replacing.swift, ResourceObject.swift (in target 'JSONAPI' 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

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
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

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
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
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

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

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
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 arm64 Compiling APIDescription.swift, CompoundResource.swift, Document.swift (in target 'JSONAPI' 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 arm64 Compiling Id+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
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 Compiling Optional+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
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-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Relationship+Literal.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONAPITesting (in target 'JSONAPITesting' from project 'JSONAPI')
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-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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 Optional+ZipWith.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling ResourceObjectCheck.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONAPITesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONAPITesting-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IncludesCompare.swift, Optional+AbstractWrapper.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling RelationshipsCompare.swift, ResourceObjectCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Poly.swift (in target 'Poly' from project 'Poly')
SwiftDriver\ Compilation Poly normal arm64 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-xros/Poly.build/Objects-normal/arm64/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/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-xros/Poly.build/Objects-normal/arm64/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-xros/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-xros/Poly.build/Objects-normal/arm64/Poly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/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-xros/Poly.build/Objects-normal/arm64/Poly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.o normal (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-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/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-xros/Poly.build/Objects-normal/arm64/Poly_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.o
SwiftDriverJobDiscovery normal arm64 Compiling AttributesCompare.swift, Comparison.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Attribute+Literal.swift, ArrayCompare.swift (in target 'JSONAPITesting' from project 'JSONAPI')
SwiftDriverJobDiscovery normal arm64 Compiling DocumentCompare.swift, DocumentDataCompare.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-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-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/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier poly.Poly --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Poly.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Poly.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Poly.build/Debug-xros/Poly.build/Objects-normal/arm64/Poly.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 05:17:00.623 appintentsmetadataprocessor[693:3983] Starting appintentsmetadataprocessor export
2025-06-21 05:17:00.687 appintentsmetadataprocessor[693:3983] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/Poly.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.o normal (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-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.JSONAPI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/JSONAPI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPI.build/Objects-normal/arm64/JSONAPI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 05:17:00.747 appintentsmetadataprocessor[696:3999] Starting appintentsmetadataprocessor export
2025-06-21 05:17:00.793 appintentsmetadataprocessor[696:3999] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/JSONAPI.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.o normal (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-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.JSONAPITesting --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONAPITesting.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/JSONAPITesting.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONAPI.build/Debug-xros/JSONAPITesting.build/Objects-normal/arm64/JSONAPITesting.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 05:17:00.841 appintentsmetadataprocessor[699:4014] Starting appintentsmetadataprocessor export
2025-06-21 05:17:00.884 appintentsmetadataprocessor[699:4014] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/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.