Build Information
Failed to build Mobius, reference master (7a5344
), with Swift 6.1 for visionOS using Xcode 16.3 on 30 Apr 2025 17:21:13 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mobius-Package -destination generic/platform=xrOS
Build Log
]
}
},
{
"name" : "MobiusNimble",
"targets" : [
"MobiusNimble"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MobiusTest",
"targets" : [
"MobiusTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MobiusThrowableAssertion",
"module_type" : "ClangTarget",
"name" : "MobiusThrowableAssertion",
"path" : "MobiusThrowableAssertion/Source",
"sources" : [
"MobiusThrowableAssertion.m"
],
"type" : "library"
},
{
"c99name" : "MobiusTestTests",
"module_type" : "SwiftTarget",
"name" : "MobiusTestTests",
"path" : "MobiusTest/Test",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"DebugDiffTests.swift",
"FirstMatchersTests.swift",
"InitSpecTests.swift",
"NextMatchersTests.swift",
"TestUtil.swift",
"UpdateSpecTests.swift"
],
"target_dependencies" : [
"MobiusTest"
],
"type" : "test"
},
{
"c99name" : "MobiusTest",
"module_type" : "SwiftTarget",
"name" : "MobiusTest",
"path" : "MobiusTest/Source",
"product_memberships" : [
"MobiusNimble",
"MobiusTest"
],
"sources" : [
"DebugDiff.swift",
"FirstMatchers.swift",
"InitSpec.swift",
"MatcherUtils.swift",
"NextMatchers.swift",
"SimpleDiff.swift",
"UpdateSpec.swift"
],
"target_dependencies" : [
"MobiusCore"
],
"type" : "library"
},
{
"c99name" : "MobiusNimbleTests",
"module_type" : "SwiftTarget",
"name" : "MobiusNimbleTests",
"path" : "MobiusNimble/Test",
"product_dependencies" : [
"Quick"
],
"sources" : [
"NimbleFirstMatchersTests.swift",
"NimbleNextMatchersTests.swift",
"TestUtil.swift"
],
"target_dependencies" : [
"MobiusNimble"
],
"type" : "test"
},
{
"c99name" : "MobiusNimble",
"module_type" : "SwiftTarget",
"name" : "MobiusNimble",
"path" : "MobiusNimble/Source",
"product_dependencies" : [
"Nimble"
],
"product_memberships" : [
"MobiusNimble"
],
"sources" : [
"NimbleFirstMatchers.swift",
"NimbleNextMatchers.swift"
],
"target_dependencies" : [
"MobiusCore",
"MobiusTest"
],
"type" : "library"
},
{
"c99name" : "MobiusExtrasTests",
"module_type" : "SwiftTarget",
"name" : "MobiusExtrasTests",
"path" : "MobiusExtras/Test",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"ConnectableClassTests.swift",
"ConnectableContramapTests.swift",
"ConnectableMapTests.swift",
"CopyableTests.swift",
"EventSource+ExtensionsTests.swift",
"WikiTutorialTest.swift"
],
"target_dependencies" : [
"MobiusCore",
"MobiusExtras",
"MobiusThrowableAssertion"
],
"type" : "test"
},
{
"c99name" : "MobiusExtras",
"module_type" : "SwiftTarget",
"name" : "MobiusExtras",
"path" : "MobiusExtras/Source",
"product_memberships" : [
"MobiusExtras"
],
"sources" : [
"BeginnerLoop.swift",
"ConnectableClass.swift",
"ConnectableContramap.swift",
"ConnectableMap.swift",
"Copyable.swift",
"EventSourceMap.swift",
"SimpleLogger.swift"
],
"target_dependencies" : [
"MobiusCore"
],
"type" : "library"
},
{
"c99name" : "MobiusCoreTests",
"module_type" : "SwiftTarget",
"name" : "MobiusCoreTests",
"path" : "MobiusCore/Test",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"AnonymousDisposableTests.swift",
"AnyConnectionTests.swift",
"AnyMobiusLoggerTests.swift",
"AsyncDispatchQueueConnectableTests.swift",
"CompositeDisposableTests.swift",
"ConnectablePublisherTests.swift",
"EffectHandlers/AnyEffectHandlerTests.swift",
"EffectHandlers/CallbackTests.swift",
"EffectHandlers/EffectHandlerTests.swift",
"EffectHandlers/EffectRouterDSLTests.swift",
"EffectHandlers/EffectRouterTests.swift",
"EffectHandlers/EnumRouteTests.swift",
"EventRouterDisposalLogicalRaceRegressionTest.swift",
"EventSources/AnyEventSourceTests.swift",
"EventSources/CompositeEventSourceBuilderTests.swift",
"FirstTests.swift",
"InitializationTests.swift",
"LoggingInitiateTests.swift",
"LoggingUpdateTests.swift",
"MobiusControllerTests.swift",
"MobiusHooksTests.swift",
"MobiusIntegrationTests.swift",
"MobiusLoopTests.swift",
"NextTests.swift",
"NonReentrancyTests.swift",
"Task+DisposableTests.swift",
"TestingErrorHandler.swift",
"TestingUtil.swift",
"WorkBagTests.swift"
],
"target_dependencies" : [
"MobiusCore",
"MobiusThrowableAssertion"
],
"type" : "test"
},
{
"c99name" : "MobiusCore",
"module_type" : "SwiftTarget",
"name" : "MobiusCore",
"path" : "MobiusCore/Source",
"product_dependencies" : [
"CasePaths"
],
"product_memberships" : [
"MobiusCore",
"MobiusExtras",
"MobiusNimble",
"MobiusTest"
],
"sources" : [
"AsyncDispatchQueueConnectable.swift",
"AsyncStartStopStateMachine.swift",
"ConcurrentAccessDetector.swift",
"Connectable.swift",
"ConnectablePublisher.swift",
"Connection.swift",
"Consumer.swift",
"Disposables/AnonymousDisposable.swift",
"Disposables/CompositeDisposable.swift",
"Disposables/Disposable.swift",
"Disposables/Task+Disposable.swift",
"EffectHandlers/EffectCallback.swift",
"EffectHandlers/EffectExecutor.swift",
"EffectHandlers/EffectHandler.swift",
"EffectHandlers/EffectRouter.swift",
"EffectHandlers/EffectRouterDSL.swift",
"EffectHandlers/EnumRoute.swift",
"EffectHandlers/ThreadSafeConnectable.swift",
"EventSources/AnyEventSource.swift",
"EventSources/CompositeEventSourceBuilder.swift",
"EventSources/EventSource.swift",
"First.swift",
"Lock.swift",
"LoggingAdaptors.swift",
"Mobius.swift",
"MobiusController.swift",
"MobiusHooks.swift",
"MobiusLogger.swift",
"MobiusLoop.swift",
"Next.swift",
"WorkBag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Mobius-Package",
"MobiusCore",
"MobiusExtras",
"MobiusNimble",
"MobiusTest"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Mobius-Package",
"MobiusCore",
"MobiusExtras",
"MobiusNimble",
"MobiusTest"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mobius-Package -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 Mobius-Package -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:
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
Mobius: /Users/admin/builder/spi-builder-workspace
Quick: https://github.com/Quick/Quick @ 5.0.1
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.10.1
Nimble: https://github.com/Quick/Nimble @ 10.0.0
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusNimble' in project 'Mobius'
➜ Explicit dependency on target 'MobiusNimble' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'MobiusNimble' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble' (no dependencies)
Target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusExtras' in project 'Mobius'
➜ Explicit dependency on target 'MobiusExtras' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusExtras' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths' (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
Build description signature: df9b80501bc79ffdf136f4e375af6f41
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/df9b80501bc79ffdf136f4e375af6f41.xcbuilddata
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/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/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/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyMetadataFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyStaticMetadataFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftConstValuesFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest_const_extract_protocols.json (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest.SwiftFileList (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest.SwiftConstValuesFileList (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
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/Nimble.build/Debug-xros/Nimble.build/Nimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest.LinkFileList (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest-OutputFileMap.json (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/Objects-normal/arm64/MobiusTest-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.modulemap (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.DependencyStaticMetadataFileList (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.DependencyMetadataFileList (in target 'MobiusTest' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble_const_extract_protocols.json (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble.SwiftFileList (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble.SwiftConstValuesFileList (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble.LinkFileList (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble-OutputFileMap.json (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/Objects-normal/arm64/MobiusNimble-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.modulemap (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MobiusTest.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.modulemap (in target 'MobiusTest' from project 'Mobius')
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/Mobius.build/Debug-xros/MobiusTest.build/MobiusTest.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.DependencyStaticMetadataFileList (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.DependencyMetadataFileList (in target 'MobiusNimble' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras.SwiftFileList (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras_const_extract_protocols.json (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras.SwiftConstValuesFileList (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras.LinkFileList (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras-OutputFileMap.json (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/Objects-normal/arm64/MobiusExtras-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.modulemap (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MobiusNimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.modulemap (in target 'MobiusNimble' from project 'Mobius')
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/Mobius.build/Debug-xros/MobiusNimble.build/MobiusNimble.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.DependencyStaticMetadataFileList (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.DependencyMetadataFileList (in target 'MobiusExtras' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.SwiftFileList (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore_const_extract_protocols.json (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.SwiftConstValuesFileList (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.LinkFileList (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore-OutputFileMap.json (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.modulemap (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MobiusExtras.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.modulemap (in target 'MobiusExtras' from project 'Mobius')
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/Mobius.build/Debug-xros/MobiusExtras.build/MobiusExtras.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.DependencyStaticMetadataFileList (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.DependencyMetadataFileList (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.LinkFileList (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_const_extract_protocols.json (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftFileList (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftConstValuesFileList (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-OutputFileMap.json (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.modulemap (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MobiusCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.modulemap (in target 'MobiusCore' from project 'Mobius')
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/Mobius.build/Debug-xros/MobiusCore.build/MobiusCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.DependencyStaticMetadataFileList (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.DependencyMetadataFileList (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CasePaths.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.modulemap (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
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/swift-case-paths.build/Debug-xros/CasePaths.build/CasePaths.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Nimble normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nimble' from project 'Nimble')
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 Nimble -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CasePaths normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CasePaths' from project 'swift-case-paths')
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 CasePaths -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_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/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CasePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePath.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePath.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CasePaths.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePaths.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePaths.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CasePaths (in target 'CasePaths' from project 'swift-case-paths')
EmitSwiftModule normal arm64 (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EnumReflection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/EnumReflection.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/EnumReflection.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/Operators.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/Operators.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FailureMessage.swift,\ AllPass.swift,\ Async.swift,\ BeAKindOf.swift,\ BeAnInstanceOf.swift,\ BeCloseTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/FailureMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/AllPass.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAKindOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAnInstanceOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/FailureMessage.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/AllPass.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Async.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAKindOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAnInstanceOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EndWith.swift,\ Equal+Tuple.swift,\ Equal.swift,\ HaveCount.swift,\ Match.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal+Tuple.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/HaveCount.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Match.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal+Tuple.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/HaveCount.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Match.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BeginWith.swift,\ BeginWithPrefix.swift,\ Contain.swift,\ ContainElementSatisfying.swift,\ ElementsEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWithPrefix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Contain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ContainElementSatisfying.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ElementsEqual.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWithPrefix.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Contain.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ContainElementSatisfying.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ElementsEqual.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Nimble (in target 'Nimble' from project 'Nimble')
EmitSwiftModule normal arm64 (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Await.swift,\ DispatchTimeInterval.swift,\ Errors.swift,\ SourceLocation.swift,\ Stringers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/DispatchTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Stringers.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/DispatchTimeInterval.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Errors.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/SourceLocation.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Stringers.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SatisfyAllOf.swift,\ SatisfyAnyOf.swift,\ ThrowAssertion.swift,\ ThrowError.swift,\ ToSucceed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift (in target 'Nimble' from project 'Nimble')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL+Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/ExpectationMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/FailureMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/AllPass.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAKindOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAnInstanceOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeEmpty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeIdenticalTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLogical.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeVoid.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeWithin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWithPrefix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Contain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ContainElementSatisfying.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ElementsEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal+Tuple.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/HaveCount.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Match.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatchError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/PostNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/RaisesException.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/DispatchTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Stringers.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Nimble -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAllOf.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAnyOf.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowAssertion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ToSucceed.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAllOf.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAnyOf.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowAssertion.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowError.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ToSucceed.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift:92:57: error: cannot find 'catchBadInstruction' in scope
let caughtException: BadInstructionException? = catchBadInstruction {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift:92:30: error: cannot find type 'BadInstructionException' in scope
let caughtException: BadInstructionException? = catchBadInstruction {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift:86:12: error: type of expression is ambiguous without a type annotation
return Predicate { actualExpression in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for CasePaths (in target 'CasePaths' from project 'swift-case-paths')
SwiftDriver\ Compilation\ Requirements CasePaths normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CasePaths' from project 'swift-case-paths')
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 CasePaths -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_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/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Operators.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 Compiling\ MatchError.swift,\ MatcherProtocols.swift,\ PostNotification.swift,\ Predicate.swift,\ RaisesException.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatchError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/PostNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/RaisesException.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatchError.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/PostNotification.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/RaisesException.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ExceptionCapture.swift,\ DSL+Wait.swift,\ DSL.swift,\ Expectation.swift,\ ExpectationMessage.swift,\ Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL+Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/ExpectationMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL+Wait.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expectation.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/ExpectationMessage.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CasePaths.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CasePaths-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CasePaths-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling EnumReflection.swift (in target 'CasePaths' from project 'swift-case-paths')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftmodule (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftdoc (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.abi.json (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftsourceinfo (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ BeLogical.swift,\ BeNil.swift,\ BeResult.swift,\ BeVoid.swift,\ BeWithin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLogical.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeVoid.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeWithin.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLogical.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeNil.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeResult.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeVoid.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeWithin.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AdapterProtocols.swift,\ AssertionDispatcher.swift,\ AssertionRecorder.swift,\ NMBExpectation.swift,\ NimbleEnvironment.swift,\ NimbleXCTestHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CasePath.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 Compiling\ BeEmpty.swift,\ BeGreaterThan.swift,\ BeGreaterThanOrEqualTo.swift,\ BeIdenticalTo.swift,\ BeLessThan.swift,\ BeLessThanOrEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeEmpty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeIdenticalTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeEmpty.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThan.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeIdenticalTo.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThan.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling EndWith.swift, Equal+Tuple.swift, Equal.swift, HaveCount.swift, Match.swift (in target 'Nimble' from project 'Nimble')
SwiftDriver\ Compilation CasePaths normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CasePaths' from project 'swift-case-paths')
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 CasePaths -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_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/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling BeginWith.swift, BeginWithPrefix.swift, Contain.swift, ContainElementSatisfying.swift, ElementsEqual.swift (in target 'Nimble' from project 'Nimble')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.o normal (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
/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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.o
SwiftDriverJobDiscovery normal arm64 Compiling BeLogical.swift, BeNil.swift, BeResult.swift, BeVoid.swift, BeWithin.swift (in target 'Nimble' from project 'Nimble')
SwiftDriver MobiusCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MobiusCore' from project 'Mobius')
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 MobiusCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.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/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore-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/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore.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/Mobius.build/Debug-xros/MobiusCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore_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/Mobius.build/Debug-xros/MobiusCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mobius.build/Debug-xros/MobiusCore.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/Mobius.build/Debug-xros/MobiusCore.build/Objects-normal/arm64/MobiusCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Nimble (in target 'Nimble' from project 'Nimble')
SwiftDriver\ Compilation\ Requirements Nimble normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nimble' from project 'Nimble')
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 Nimble -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Nimble-Swift.h
SwiftEmitModule normal arm64 Emitting\ module\ for\ MobiusCore (in target 'MobiusCore' from project 'Mobius')
EmitSwiftModule normal arm64 (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Task+Disposable.swift,\ EffectCallback.swift,\ EffectExecutor.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Disposables/Task+Disposable.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectCallback.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectExecutor.swift (in target 'MobiusCore' from project 'Mobius')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Disposables/Task+Disposable.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectCallback.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectExecutor.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftdoc (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.abi.json (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftsourceinfo (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ EnumRoute.swift,\ ThreadSafeConnectable.swift,\ AnyEventSource.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EnumRoute.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/ThreadSafeConnectable.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EventSources/AnyEventSource.swift (in target 'MobiusCore' from project 'Mobius')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EnumRoute.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/ThreadSafeConnectable.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EventSources/AnyEventSource.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MobiusController.swift,\ MobiusHooks.swift,\ MobiusLogger.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusLogger.swift (in target 'MobiusCore' from project 'Mobius')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusLogger.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MatchError.swift, MatcherProtocols.swift, PostNotification.swift, Predicate.swift, RaisesException.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ CompositeEventSourceBuilder.swift,\ EventSource.swift,\ First.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EventSources/CompositeEventSourceBuilder.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EventSources/EventSource.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/First.swift (in target 'MobiusCore' from project 'Mobius')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EventSources/CompositeEventSourceBuilder.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EventSources/EventSource.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/First.swift (in target 'MobiusCore' from project 'Mobius')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Await.swift, DispatchTimeInterval.swift, Errors.swift, SourceLocation.swift, Stringers.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ MobiusLoop.swift,\ Next.swift,\ WorkBag.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusLoop.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Next.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/WorkBag.swift (in target 'MobiusCore' from project 'Mobius')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ SatisfyAllOf.swift,\ SatisfyAnyOf.swift,\ ThrowAssertion.swift,\ ThrowError.swift,\ ToSucceed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ MobiusLoop.swift,\ Next.swift,\ WorkBag.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusLoop.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Next.swift /Users/admin/builder/spi-builder-workspace/MobiusCore/Source/WorkBag.swift (in target 'MobiusCore' from project 'Mobius')
Building workspace spi-builder-workspace with scheme Mobius-Package
(4 failures)
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
Resolved source packages:
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.10.1
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
Mobius: /Users/admin/builder/spi-builder-workspace
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
Nimble: https://github.com/Quick/Nimble @ 10.0.0
Quick: https://github.com/Quick/Quick @ 5.0.1
resolved source packages: swift-case-paths, CwlCatchException, Mobius, CwlPreconditionTesting, Nimble, Quick
{
"dependencies" : [
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.1",
"upper_bound" : "0.11.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.0",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick"
}
],
"manifest_display_name" : "Mobius",
"name" : "Mobius",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "MobiusCore",
"targets" : [
"MobiusCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MobiusExtras",
"targets" : [
"MobiusExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MobiusNimble",
"targets" : [
"MobiusNimble"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MobiusTest",
"targets" : [
"MobiusTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MobiusThrowableAssertion",
"module_type" : "ClangTarget",
"name" : "MobiusThrowableAssertion",
"path" : "MobiusThrowableAssertion/Source",
"sources" : [
"MobiusThrowableAssertion.m"
],
"type" : "library"
},
{
"c99name" : "MobiusTestTests",
"module_type" : "SwiftTarget",
"name" : "MobiusTestTests",
"path" : "MobiusTest/Test",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"DebugDiffTests.swift",
"FirstMatchersTests.swift",
"InitSpecTests.swift",
"NextMatchersTests.swift",
"TestUtil.swift",
"UpdateSpecTests.swift"
],
"target_dependencies" : [
"MobiusTest"
],
"type" : "test"
},
{
"c99name" : "MobiusTest",
"module_type" : "SwiftTarget",
"name" : "MobiusTest",
"path" : "MobiusTest/Source",
"product_memberships" : [
"MobiusNimble",
"MobiusTest"
],
"sources" : [
"DebugDiff.swift",
"FirstMatchers.swift",
"InitSpec.swift",
"MatcherUtils.swift",
"NextMatchers.swift",
"SimpleDiff.swift",
"UpdateSpec.swift"
],
"target_dependencies" : [
"MobiusCore"
],
"type" : "library"
},
{
"c99name" : "MobiusNimbleTests",
"module_type" : "SwiftTarget",
"name" : "MobiusNimbleTests",
"path" : "MobiusNimble/Test",
"product_dependencies" : [
"Quick"
],
"sources" : [
"NimbleFirstMatchersTests.swift",
"NimbleNextMatchersTests.swift",
"TestUtil.swift"
],
"target_dependencies" : [
"MobiusNimble"
],
"type" : "test"
},
{
"c99name" : "MobiusNimble",
"module_type" : "SwiftTarget",
"name" : "MobiusNimble",
"path" : "MobiusNimble/Source",
"product_dependencies" : [
"Nimble"
],
"product_memberships" : [
"MobiusNimble"
],
"sources" : [
"NimbleFirstMatchers.swift",
"NimbleNextMatchers.swift"
],
"target_dependencies" : [
"MobiusCore",
"MobiusTest"
],
"type" : "library"
},
{
"c99name" : "MobiusExtrasTests",
"module_type" : "SwiftTarget",
"name" : "MobiusExtrasTests",
"path" : "MobiusExtras/Test",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"ConnectableClassTests.swift",
"ConnectableContramapTests.swift",
"ConnectableMapTests.swift",
"CopyableTests.swift",
"EventSource+ExtensionsTests.swift",
"WikiTutorialTest.swift"
],
"target_dependencies" : [
"MobiusCore",
"MobiusExtras",
"MobiusThrowableAssertion"
],
"type" : "test"
},
{
"c99name" : "MobiusExtras",
"module_type" : "SwiftTarget",
"name" : "MobiusExtras",
"path" : "MobiusExtras/Source",
"product_memberships" : [
"MobiusExtras"
],
"sources" : [
"BeginnerLoop.swift",
"ConnectableClass.swift",
"ConnectableContramap.swift",
"ConnectableMap.swift",
"Copyable.swift",
"EventSourceMap.swift",
"SimpleLogger.swift"
],
"target_dependencies" : [
"MobiusCore"
],
"type" : "library"
},
{
"c99name" : "MobiusCoreTests",
"module_type" : "SwiftTarget",
"name" : "MobiusCoreTests",
"path" : "MobiusCore/Test",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"AnonymousDisposableTests.swift",
"AnyConnectionTests.swift",
"AnyMobiusLoggerTests.swift",
"AsyncDispatchQueueConnectableTests.swift",
"CompositeDisposableTests.swift",
"ConnectablePublisherTests.swift",
"EffectHandlers/AnyEffectHandlerTests.swift",
"EffectHandlers/CallbackTests.swift",
"EffectHandlers/EffectHandlerTests.swift",
"EffectHandlers/EffectRouterDSLTests.swift",
"EffectHandlers/EffectRouterTests.swift",
"EffectHandlers/EnumRouteTests.swift",
"EventRouterDisposalLogicalRaceRegressionTest.swift",
"EventSources/AnyEventSourceTests.swift",
"EventSources/CompositeEventSourceBuilderTests.swift",
"FirstTests.swift",
"InitializationTests.swift",
"LoggingInitiateTests.swift",
"LoggingUpdateTests.swift",
"MobiusControllerTests.swift",
"MobiusHooksTests.swift",
"MobiusIntegrationTests.swift",
"MobiusLoopTests.swift",
"NextTests.swift",
"NonReentrancyTests.swift",
"Task+DisposableTests.swift",
"TestingErrorHandler.swift",
"TestingUtil.swift",
"WorkBagTests.swift"
],
"target_dependencies" : [
"MobiusCore",
"MobiusThrowableAssertion"
],
"type" : "test"
},
{
"c99name" : "MobiusCore",
"module_type" : "SwiftTarget",
"name" : "MobiusCore",
"path" : "MobiusCore/Source",
"product_dependencies" : [
"CasePaths"
],
"product_memberships" : [
"MobiusCore",
"MobiusExtras",
"MobiusNimble",
"MobiusTest"
],
"sources" : [
"AsyncDispatchQueueConnectable.swift",
"AsyncStartStopStateMachine.swift",
"ConcurrentAccessDetector.swift",
"Connectable.swift",
"ConnectablePublisher.swift",
"Connection.swift",
"Consumer.swift",
"Disposables/AnonymousDisposable.swift",
"Disposables/CompositeDisposable.swift",
"Disposables/Disposable.swift",
"Disposables/Task+Disposable.swift",
"EffectHandlers/EffectCallback.swift",
"EffectHandlers/EffectExecutor.swift",
"EffectHandlers/EffectHandler.swift",
"EffectHandlers/EffectRouter.swift",
"EffectHandlers/EffectRouterDSL.swift",
"EffectHandlers/EnumRoute.swift",
"EffectHandlers/ThreadSafeConnectable.swift",
"EventSources/AnyEventSource.swift",
"EventSources/CompositeEventSourceBuilder.swift",
"EventSources/EventSource.swift",
"First.swift",
"Lock.swift",
"LoggingAdaptors.swift",
"Mobius.swift",
"MobiusController.swift",
"MobiusHooks.swift",
"MobiusLogger.swift",
"MobiusLoop.swift",
"Next.swift",
"WorkBag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Mobius-Package",
"MobiusCore",
"MobiusExtras",
"MobiusNimble",
"MobiusTest"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Mobius-Package",
"MobiusCore",
"MobiusExtras",
"MobiusNimble",
"MobiusTest"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mobius-Package -destination generic/platform=xrOS
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 Mobius-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.10.1
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
Quick: https://github.com/Quick/Quick @ 5.0.1
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
Nimble: https://github.com/Quick/Nimble @ 10.0.0
Mobius: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusNimble' in project 'Mobius'
➜ Explicit dependency on target 'MobiusNimble' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'MobiusNimble' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble' (no dependencies)
Target 'MobiusTest' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusExtras' in project 'Mobius'
➜ Explicit dependency on target 'MobiusExtras' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusExtras' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'MobiusCore' in project 'Mobius'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths' (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
Build description signature: 8694478b479c0960939ce9bc718f6f6b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8694478b479c0960939ce9bc718f6f6b.xcbuilddata
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
SwiftDriver Nimble normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nimble' from project 'Nimble')
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 Nimble -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CasePaths normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CasePaths' from project 'swift-case-paths')
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 CasePaths -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_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/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CasePaths.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePaths.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePaths.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/Operators.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/Operators.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CasePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePath.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/CasePath.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EnumReflection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/EnumReflection.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths/Sources/CasePaths/EnumReflection.swift (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CasePaths (in target 'CasePaths' from project 'swift-case-paths')
EmitSwiftModule normal arm64 (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ExceptionCapture.swift,\ DSL+Wait.swift,\ DSL.swift,\ Expectation.swift,\ ExpectationMessage.swift,\ Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL+Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/ExpectationMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL+Wait.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expectation.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/ExpectationMessage.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MatchError.swift,\ MatcherProtocols.swift,\ PostNotification.swift,\ Predicate.swift,\ RaisesException.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatchError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/PostNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/RaisesException.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatchError.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/PostNotification.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/RaisesException.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Nimble (in target 'Nimble' from project 'Nimble')
EmitSwiftModule normal arm64 (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BeEmpty.swift,\ BeGreaterThan.swift,\ BeGreaterThanOrEqualTo.swift,\ BeIdenticalTo.swift,\ BeLessThan.swift,\ BeLessThanOrEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeEmpty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeIdenticalTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeEmpty.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThan.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeIdenticalTo.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThan.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FailureMessage.swift,\ AllPass.swift,\ Async.swift,\ BeAKindOf.swift,\ BeAnInstanceOf.swift,\ BeCloseTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/FailureMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/AllPass.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAKindOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAnInstanceOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/FailureMessage.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/AllPass.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Async.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAKindOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAnInstanceOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AdapterProtocols.swift,\ AssertionDispatcher.swift,\ AssertionRecorder.swift,\ NMBExpectation.swift,\ NimbleEnvironment.swift,\ NimbleXCTestHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Operators.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 Compiling\ SatisfyAllOf.swift,\ SatisfyAnyOf.swift,\ ThrowAssertion.swift,\ ThrowError.swift,\ ToSucceed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift (in target 'Nimble' from project 'Nimble')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL+Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/DSL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expectation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/ExpectationMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/FailureMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/AllPass.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAKindOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeAnInstanceOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeCloseTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeEmpty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeIdenticalTo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThan.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLessThanOrEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLogical.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeVoid.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeWithin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWithPrefix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Contain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ContainElementSatisfying.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ElementsEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal+Tuple.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/HaveCount.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Match.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatchError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/PostNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/RaisesException.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/DispatchTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Stringers.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Nimble -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAllOf.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAnyOf.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowAssertion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ToSucceed.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAllOf.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/SatisfyAnyOf.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowAssertion.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ThrowError.o -index-unit-output-path /Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/ToSucceed.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift:92:57: error: cannot find 'catchBadInstruction' in scope
let caughtException: BadInstructionException? = catchBadInstruction {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift:92:30: error: cannot find type 'BadInstructionException' in scope
let caughtException: BadInstructionException? = catchBadInstruction {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift:86:12: error: type of expression is ambiguous without a type annotation
return Predicate { actualExpression in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CasePaths.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 Compiling\ BeLogical.swift,\ BeNil.swift,\ BeResult.swift,\ BeVoid.swift,\ BeWithin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLogical.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeVoid.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeWithin.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeLogical.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeNil.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeResult.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeVoid.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeWithin.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for CasePaths (in target 'CasePaths' from project 'swift-case-paths')
SwiftDriver\ Compilation\ Requirements CasePaths normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CasePaths' from project 'swift-case-paths')
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 CasePaths -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_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/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CasePath.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftCompile normal arm64 Compiling\ Await.swift,\ DispatchTimeInterval.swift,\ Errors.swift,\ SourceLocation.swift,\ Stringers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/DispatchTimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Stringers.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Await.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/DispatchTimeInterval.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Errors.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/SourceLocation.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Utils/Stringers.swift (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftmodule (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriverJobDiscovery normal arm64 Emitting module for Nimble (in target 'Nimble' from project 'Nimble')
SwiftDriver\ Compilation\ Requirements Nimble normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nimble' from project 'Nimble')
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 Nimble -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.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/Nimble.build/Debug-xros/Nimble.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble_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/Nimble.build/Debug-xros/Nimble.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.abi.json (in target 'CasePaths' from project 'swift-case-paths')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CasePaths.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.abi.json (in target 'Nimble' from project 'Nimble')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble
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/Nimble.build/Debug-xros/Nimble.build/Objects-normal/arm64/Nimble.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Nimble.swiftmodule/arm64-apple-xros.abi.json
SwiftCompile normal arm64 Compiling\ BeginWith.swift,\ BeginWithPrefix.swift,\ Contain.swift,\ ContainElementSatisfying.swift,\ ElementsEqual.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/BeginWithPrefix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Contain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ContainElementSatisfying.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ElementsEqual.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 Compiling\ EndWith.swift,\ Equal+Tuple.swift,\ Equal.swift,\ HaveCount.swift,\ Match.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal+Tuple.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Equal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/HaveCount.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/Match.swift (in target 'Nimble' from project 'Nimble')
SwiftDriverJobDiscovery normal arm64 Compiling EnumReflection.swift (in target 'CasePaths' from project 'swift-case-paths')
SwiftDriver\ Compilation CasePaths normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CasePaths' from project 'swift-case-paths')
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 CasePaths -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths_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/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug-xros/CasePaths.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/swift-case-paths.build/Debug-xros/CasePaths.build/Objects-normal/arm64/CasePaths-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ SatisfyAllOf.swift,\ SatisfyAnyOf.swift,\ ThrowAssertion.swift,\ ThrowError.swift,\ ToSucceed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAllOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/SatisfyAnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ToSucceed.swift (in target 'Nimble' from project 'Nimble')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Nimble/Sources/Nimble/Matchers/ThrowAssertion.swift (in target 'Nimble' from project 'Nimble')
Building workspace spi-builder-workspace with scheme Mobius-Package
(3 failures)
BUILD FAILURE 6.1 visionOS