The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OptionalAPI, reference 6.1.1 (7b8ae8), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Feb 2026 12:39:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OptionalAPI -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/OptionalAPI.git
Reference: 6.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/OptionalAPI
 * tag               6.1.1      -> FETCH_HEAD
HEAD is now at 7b8ae83 Update README: add new APIs, fix spelling, improve clarity
Cloned https://github.com/sloik/OptionalAPI.git
Revision (git rev-parse @):
7b8ae83a965b75b7075bd90d0886a1347da61f87
SUCCESS checkout https://github.com/sloik/OptionalAPI.git at 6.1.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sloik/OptionalAPI.git
https://github.com/sloik/OptionalAPI.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "aliaswonderland",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/AliasWonderland.git"
    }
  ],
  "manifest_display_name" : "OptionalAPI",
  "name" : "OptionalAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "OptionalAPI",
      "targets" : [
        "OptionalAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OptionalAPITests",
      "module_type" : "SwiftTarget",
      "name" : "OptionalAPITests",
      "path" : "Tests/OptionalAPITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AlternativeTests.swift",
        "AndThenTests.swift",
        "ApplicativeTests.swift",
        "AsyncDefaultSomeTests.swift",
        "AsyncMapNoneTests.swift",
        "AsyncMapsTests.swift",
        "AsyncOrTests.swift",
        "AsyncRecoverFromEmptyTests.swift",
        "CastTests.swift",
        "ConditionalConstructionTests.swift",
        "FilterTests.swift",
        "FlattenTests.swift",
        "FreeFunctionsTest.swift",
        "OptionalAPITests.swift",
        "OptionalCodableTests.swift",
        "RunWhenTests.swift",
        "SUTs.swift",
        "TraversableTests.swift",
        "TryAsyncMapsTests.swift"
      ],
      "target_dependencies" : [
        "OptionalAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OptionalAPI",
      "module_type" : "SwiftTarget",
      "name" : "OptionalAPI",
      "path" : "Sources/OptionalAPI",
      "product_dependencies" : [
        "AliasWonderland"
      ],
      "product_memberships" : [
        "OptionalAPI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Alternative.swift",
        "AndThen.swift",
        "Applicative.swift",
        "AsyncMaps.swift",
        "Cast.swift",
        "ConditionalConstruction.swift",
        "Filter.swift",
        "Flatten.swift",
        "Folds.swift",
        "Maps.swift",
        "OptionalCodable.swift",
        "OptionalCollection.swift",
        "OptionalError.swift",
        "OptionalFreeFunctions.swift",
        "OptionalProperties.swift",
        "Or.swift",
        "RunWhen.swift",
        "Traversable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/sloik/AliasWonderland.git
Fetching from https://github.com/pointfreeco/swift-snapshot-testing.git (cached)
Fetching from https://github.com/pointfreeco/swift-custom-dump (cached)
Fetching from https://github.com/swiftlang/swift-syntax (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Creating working copy of package ‘swift-custom-dump’
Checking out 1.4.1 of package ‘swift-custom-dump’
Creating working copy of package ‘AliasWonderland’
Checking out 4.0.1 of package ‘AliasWonderland’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.18.9 of package ‘swift-snapshot-testing’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  OptionalAPI: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.4.1
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.9
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  AliasWonderland: https://github.com/sloik/AliasWonderland.git @ 4.0.1
resolved source packages: xctest-dynamic-overlay, OptionalAPI, swift-custom-dump, swift-snapshot-testing, swift-syntax, AliasWonderland
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "aliaswonderland",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/AliasWonderland.git"
    }
  ],
  "manifest_display_name" : "OptionalAPI",
  "name" : "OptionalAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "OptionalAPI",
      "targets" : [
        "OptionalAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OptionalAPITests",
      "module_type" : "SwiftTarget",
      "name" : "OptionalAPITests",
      "path" : "Tests/OptionalAPITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AlternativeTests.swift",
        "AndThenTests.swift",
        "ApplicativeTests.swift",
        "AsyncDefaultSomeTests.swift",
        "AsyncMapNoneTests.swift",
        "AsyncMapsTests.swift",
        "AsyncOrTests.swift",
        "AsyncRecoverFromEmptyTests.swift",
        "CastTests.swift",
        "ConditionalConstructionTests.swift",
        "FilterTests.swift",
        "FlattenTests.swift",
        "FreeFunctionsTest.swift",
        "OptionalAPITests.swift",
        "OptionalCodableTests.swift",
        "RunWhenTests.swift",
        "SUTs.swift",
        "TraversableTests.swift",
        "TryAsyncMapsTests.swift"
      ],
      "target_dependencies" : [
        "OptionalAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OptionalAPI",
      "module_type" : "SwiftTarget",
      "name" : "OptionalAPI",
      "path" : "Sources/OptionalAPI",
      "product_dependencies" : [
        "AliasWonderland"
      ],
      "product_memberships" : [
        "OptionalAPI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Alternative.swift",
        "AndThen.swift",
        "Applicative.swift",
        "AsyncMaps.swift",
        "Cast.swift",
        "ConditionalConstruction.swift",
        "Filter.swift",
        "Flatten.swift",
        "Folds.swift",
        "Maps.swift",
        "OptionalCodable.swift",
        "OptionalCollection.swift",
        "OptionalError.swift",
        "OptionalFreeFunctions.swift",
        "OptionalProperties.swift",
        "Or.swift",
        "RunWhen.swift",
        "Traversable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "OptionalAPI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OptionalAPI -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.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 OptionalAPI -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  OptionalAPI: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.9
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.4.1
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  AliasWonderland: https://github.com/sloik/AliasWonderland.git @ 4.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'OptionalAPI' in project 'OptionalAPI'
        ➜ Explicit dependency on target 'OptionalAPI' in project 'OptionalAPI'
        ➜ Explicit dependency on target 'OptionalAPI_OptionalAPI' in project 'OptionalAPI'
        ➜ Explicit dependency on target 'AliasWonderland' in project 'AliasWonderland'
    Target 'OptionalAPI' in project 'OptionalAPI'
        ➜ Explicit dependency on target 'OptionalAPI_OptionalAPI' in project 'OptionalAPI'
        ➜ Explicit dependency on target 'AliasWonderland' in project 'AliasWonderland'
    Target 'AliasWonderland' in project 'AliasWonderland'
        ➜ Explicit dependency on target 'AliasWonderland' in project 'AliasWonderland'
    Target 'AliasWonderland' in project 'AliasWonderland' (no dependencies)
    Target 'OptionalAPI_OptionalAPI' in project 'OptionalAPI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3308abd2e51a04c0ccd39e978c75dd75
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3308abd2e51a04c0ccd39e978c75dd75.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/OptionalAPI_OptionalAPI.DependencyMetadataFileList (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/OptionalAPI_OptionalAPI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/empty-OptionalAPI_OptionalAPI.plist (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/empty-OptionalAPI_OptionalAPI.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/OptionalAPI_OptionalAPI.DependencyStaticMetadataFileList (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/OptionalAPI_OptionalAPI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.DependencyStaticMetadataFileList (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.DependencyMetadataFileList (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.modulemap (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_const_extract_protocols.json (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftFileList (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftConstValuesFileList (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.LinkFileList (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-OutputFileMap.json (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources/resource_bundle_accessor.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_const_extract_protocols.json (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftConstValuesFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.LinkFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/OptionalAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.modulemap (in target 'OptionalAPI' from project 'OptionalAPI')
    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/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-OutputFileMap.json (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.modulemap (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.DependencyStaticMetadataFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.DependencyMetadataFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/empty-AliasWonderland.plist (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/empty-AliasWonderland.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/AliasWonderland.DependencyStaticMetadataFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/AliasWonderland.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/Objects-normal/arm64/AliasWonderland.LinkFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/Objects-normal/arm64/AliasWonderland.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/AliasWonderland.DependencyMetadataFileList (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/AliasWonderland.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/AliasWonderland.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.modulemap (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    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/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/empty-OptionalAPI_OptionalAPI.plist (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI_OptionalAPI.build/empty-OptionalAPI_OptionalAPI.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/PrivacyInfo.xcprivacy (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    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/Sources/OptionalAPI/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle (in target 'OptionalAPI_OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI_OptionalAPI.bundle
SwiftDriver AliasWonderland normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AliasWonderland -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.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/AliasWonderland.build/Debug-xros/AliasWonderland.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_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/AliasWonderland.build/Debug-xros/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ClosuresAliases.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for AliasWonderland (in target 'AliasWonderland' from project 'AliasWonderland')
SwiftDriver\ Compilation\ Requirements AliasWonderland normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AliasWonderland -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.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/AliasWonderland.build/Debug-xros/AliasWonderland.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_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/AliasWonderland.build/Debug-xros/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-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/AliasWonderland-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-Swift.h (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/AliasWonderland-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftmodule (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftdoc (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.abi.json (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftsourceinfo (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver OptionalAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OptionalAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.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/OptionalAPI.build/Debug-xros/OptionalAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_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/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Alternative.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Alternative.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources/resource_bundle_accessor.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ AsyncMaps.swift,\ Cast.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/AsyncMaps.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Cast.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/AsyncMaps.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Maps.swift,\ OptionalCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Maps.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/OptionalCodable.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Maps.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Flatten.swift,\ Folds.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Flatten.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Folds.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Flatten.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ AndThen.swift,\ Applicative.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/AndThen.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Applicative.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/AndThen.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ Or.swift,\ RunWhen.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Or.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/RunWhen.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Or.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ OptionalFreeFunctions.swift,\ OptionalProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/OptionalFreeFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/OptionalProperties.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/OptionalFreeFunctions.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for OptionalAPI (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriver\ Compilation\ Requirements OptionalAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OptionalAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.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/OptionalAPI.build/Debug-xros/OptionalAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_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/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
SwiftCompile normal arm64 Compiling\ ConditionalConstruction.swift,\ Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/ConditionalConstruction.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/Filter.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/ConditionalConstruction.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/OptionalAPI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-Swift.h (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/OptionalAPI-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling OptionalFreeFunctions.swift, OptionalProperties.swift (in target 'OptionalAPI' from project 'OptionalAPI')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.swiftmodule (in target 'OptionalAPI' from project 'OptionalAPI')
    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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.swiftdoc (in target 'OptionalAPI' from project 'OptionalAPI')
    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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.abi.json (in target 'OptionalAPI' from project 'OptionalAPI')
    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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.swiftsourceinfo (in target 'OptionalAPI' from project 'OptionalAPI')
    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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ OptionalCollection.swift,\ OptionalError.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/OptionalCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/OptionalError.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/OptionalCollection.swift (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling ConditionalConstruction.swift, Filter.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Traversable.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Flatten.swift, Folds.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncMaps.swift, Cast.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling AndThen.swift, Applicative.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling OptionalCollection.swift, OptionalError.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Or.swift, RunWhen.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling SideEffectAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
SwiftDriver\ Compilation AliasWonderland normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AliasWonderland -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.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/AliasWonderland.build/Debug-xros/AliasWonderland.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_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/AliasWonderland.build/Debug-xros/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-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/AliasWonderland.o normal (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.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/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.o
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Alternative.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriverJobDiscovery normal arm64 Compiling Maps.swift, OptionalCodable.swift (in target 'OptionalAPI' from project 'OptionalAPI')
SwiftDriver\ Compilation OptionalAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OptionalAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.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/OptionalAPI.build/Debug-xros/OptionalAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_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/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AliasWonderland --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier aliaswonderland.AliasWonderland --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/AliasWonderland.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-28 04:39:31.542 appintentsmetadataprocessor[974:5255] Starting appintentsmetadataprocessor export
2026-02-28 04:39:31.582 appintentsmetadataprocessor[974:5255] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.o (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AliasWonderland.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework/AliasWonderland normal (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/Objects-normal/arm64/AliasWonderland.LinkFileList -install_name @rpath/AliasWonderland.framework/AliasWonderland -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/Objects-normal/arm64/AliasWonderland_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/Objects-normal/arm64/AliasWonderland_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework/AliasWonderland -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftmodule
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/empty-AliasWonderland.plist (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug-xros/AliasWonderland\ product.build/empty-AliasWonderland.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/AliasWonderland.framework
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.o normal (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.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/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.o
ExtractAppIntentsMetadata (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OptionalAPI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.OptionalAPI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/OptionalAPI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionalAPI.build/Debug-xros/OptionalAPI.build/Objects-normal/arm64/OptionalAPI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-28 04:39:31.771 appintentsmetadataprocessor[980:5283] Starting appintentsmetadataprocessor export
2026-02-28 04:39:31.806 appintentsmetadataprocessor[980:5283] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.o (in target 'OptionalAPI' from project 'OptionalAPI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OptionalAPI.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "aliaswonderland",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/AliasWonderland.git"
    }
  ],
  "manifest_display_name" : "OptionalAPI",
  "name" : "OptionalAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "OptionalAPI",
      "targets" : [
        "OptionalAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OptionalAPITests",
      "module_type" : "SwiftTarget",
      "name" : "OptionalAPITests",
      "path" : "Tests/OptionalAPITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AlternativeTests.swift",
        "AndThenTests.swift",
        "ApplicativeTests.swift",
        "AsyncDefaultSomeTests.swift",
        "AsyncMapNoneTests.swift",
        "AsyncMapsTests.swift",
        "AsyncOrTests.swift",
        "AsyncRecoverFromEmptyTests.swift",
        "CastTests.swift",
        "ConditionalConstructionTests.swift",
        "FilterTests.swift",
        "FlattenTests.swift",
        "FreeFunctionsTest.swift",
        "OptionalAPITests.swift",
        "OptionalCodableTests.swift",
        "RunWhenTests.swift",
        "SUTs.swift",
        "TraversableTests.swift",
        "TryAsyncMapsTests.swift"
      ],
      "target_dependencies" : [
        "OptionalAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OptionalAPI",
      "module_type" : "SwiftTarget",
      "name" : "OptionalAPI",
      "path" : "Sources/OptionalAPI",
      "product_dependencies" : [
        "AliasWonderland"
      ],
      "product_memberships" : [
        "OptionalAPI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Alternative.swift",
        "AndThen.swift",
        "Applicative.swift",
        "AsyncMaps.swift",
        "Cast.swift",
        "ConditionalConstruction.swift",
        "Filter.swift",
        "Flatten.swift",
        "Folds.swift",
        "Maps.swift",
        "OptionalCodable.swift",
        "OptionalCollection.swift",
        "OptionalError.swift",
        "OptionalFreeFunctions.swift",
        "OptionalProperties.swift",
        "Or.swift",
        "RunWhen.swift",
        "Traversable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.