Build Information
Failed to build Feedbacks, reference main (e31d30
), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 12:47:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Feedbacks-Package -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineCommunity/Feedbacks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CombineCommunity/Feedbacks
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e31d304 Merge pull request #44 from CombineCommunity/feature/improve-dsl-error-msg
Cloned https://github.com/CombineCommunity/Feedbacks.git
Revision (git rev-parse @):
e31d304ee0731e9a6381cdfbc6276fb84e2ec508
SUCCESS checkout https://github.com/CombineCommunity/Feedbacks.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/CombineCommunity/Feedbacks.git
https://github.com/CombineCommunity/Feedbacks.git
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"exact" : [
"0.1.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers.git"
},
{
"identity" : "combineext",
"requirement" : {
"exact" : [
"1.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/CombineCommunity/CombineExt.git"
}
],
"manifest_display_name" : "Feedbacks",
"name" : "Feedbacks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Feedbacks",
"targets" : [
"Feedbacks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FeedbacksTest",
"targets" : [
"FeedbacksTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeedbacksTests",
"module_type" : "SwiftTarget",
"name" : "FeedbacksTests",
"path" : "Tests/FeedbacksTests",
"product_dependencies" : [
"CombineSchedulers"
],
"sources" : [
"DispatchQueue+CurrentLabel.swift",
"Feedbacks/FeedbackTests.swift",
"Feedbacks/FeedbacksTests.swift",
"Feedbacks/SideEffectTests.swift",
"System/InitialStateTests.swift",
"System/SystemTests.swift",
"System/UISystem+BindingTests.swift",
"System/UISystemTests.swift",
"Transitions/ArrayBuilderTests.swift",
"Transitions/FromTests.swift",
"Transitions/OnTests.swift",
"Transitions/StaticIdentifiableTests.swift",
"Transitions/TransitionsTests.swift"
],
"target_dependencies" : [
"Feedbacks",
"FeedbacksTest"
],
"type" : "test"
},
{
"c99name" : "FeedbacksTest",
"module_type" : "SwiftTarget",
"name" : "FeedbacksTest",
"path" : "Sources/FeedbacksTest",
"product_memberships" : [
"FeedbacksTest"
],
"sources" : [
"StateMachine/Transitions+AssertThat.swift"
],
"target_dependencies" : [
"Feedbacks"
],
"type" : "library"
},
{
"c99name" : "Feedbacks",
"module_type" : "SwiftTarget",
"name" : "Feedbacks",
"path" : "Sources/Feedbacks",
"product_dependencies" : [
"CombineExt"
],
"product_memberships" : [
"Feedbacks",
"FeedbacksTest"
],
"sources" : [
"Feedbacks/Feedback.swift",
"Feedbacks/Feedbacks.swift",
"Feedbacks/SideEffect.swift",
"System/InitialState.swift",
"System/Mediator.swift",
"System/System.swift",
"System/UISystem+Binding.swift",
"System/UISystem.swift",
"Transitions/AnyEvent.swift",
"Transitions/AnyState.swift",
"Transitions/ArrayBuilder.swift",
"Transitions/Event.swift",
"Transitions/From.swift",
"Transitions/Instantiable.swift",
"Transitions/On.swift",
"Transitions/State.swift",
"Transitions/StaticIdentifiable.swift",
"Transitions/Transitions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/CombineCommunity/CombineExt.git
Fetching from https://github.com/pointfreeco/combine-schedulers.git (cached)
Creating working copy of package ‘combine-schedulers’
Checking out 0.1.2 of package ‘combine-schedulers’
Creating working copy of package ‘CombineExt’
Checking out 1.3.0 of package ‘CombineExt’
Resolve Package Graph
Resolved source packages:
Feedbacks: /Users/admin/builder/spi-builder-workspace
CombineExt: https://github.com/CombineCommunity/CombineExt.git @ 1.3.0
combine-schedulers: https://github.com/pointfreeco/combine-schedulers.git @ 0.1.2
resolved source packages: Feedbacks, CombineExt, combine-schedulers
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"exact" : [
"0.1.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers.git"
},
{
"identity" : "combineext",
"requirement" : {
"exact" : [
"1.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/CombineCommunity/CombineExt.git"
}
],
"manifest_display_name" : "Feedbacks",
"name" : "Feedbacks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Feedbacks",
"targets" : [
"Feedbacks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FeedbacksTest",
"targets" : [
"FeedbacksTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeedbacksTests",
"module_type" : "SwiftTarget",
"name" : "FeedbacksTests",
"path" : "Tests/FeedbacksTests",
"product_dependencies" : [
"CombineSchedulers"
],
"sources" : [
"DispatchQueue+CurrentLabel.swift",
"Feedbacks/FeedbackTests.swift",
"Feedbacks/FeedbacksTests.swift",
"Feedbacks/SideEffectTests.swift",
"System/InitialStateTests.swift",
"System/SystemTests.swift",
"System/UISystem+BindingTests.swift",
"System/UISystemTests.swift",
"Transitions/ArrayBuilderTests.swift",
"Transitions/FromTests.swift",
"Transitions/OnTests.swift",
"Transitions/StaticIdentifiableTests.swift",
"Transitions/TransitionsTests.swift"
],
"target_dependencies" : [
"Feedbacks",
"FeedbacksTest"
],
"type" : "test"
},
{
"c99name" : "FeedbacksTest",
"module_type" : "SwiftTarget",
"name" : "FeedbacksTest",
"path" : "Sources/FeedbacksTest",
"product_memberships" : [
"FeedbacksTest"
],
"sources" : [
"StateMachine/Transitions+AssertThat.swift"
],
"target_dependencies" : [
"Feedbacks"
],
"type" : "library"
},
{
"c99name" : "Feedbacks",
"module_type" : "SwiftTarget",
"name" : "Feedbacks",
"path" : "Sources/Feedbacks",
"product_dependencies" : [
"CombineExt"
],
"product_memberships" : [
"Feedbacks",
"FeedbacksTest"
],
"sources" : [
"Feedbacks/Feedback.swift",
"Feedbacks/Feedbacks.swift",
"Feedbacks/SideEffect.swift",
"System/InitialState.swift",
"System/Mediator.swift",
"System/System.swift",
"System/UISystem+Binding.swift",
"System/UISystem.swift",
"Transitions/AnyEvent.swift",
"Transitions/AnyState.swift",
"Transitions/ArrayBuilder.swift",
"Transitions/Event.swift",
"Transitions/From.swift",
"Transitions/Instantiable.swift",
"Transitions/On.swift",
"Transitions/State.swift",
"Transitions/StaticIdentifiable.swift",
"Transitions/Transitions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Feedbacks",
"Feedbacks-Package",
"FeedbacksTest"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Feedbacks",
"Feedbacks-Package",
"FeedbacksTest"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Feedbacks-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 Feedbacks-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:
CombineExt: https://github.com/CombineCommunity/CombineExt.git @ 1.3.0
Feedbacks: /Users/admin/builder/spi-builder-workspace
combine-schedulers: https://github.com/pointfreeco/combine-schedulers.git @ 0.1.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'FeedbacksTest' in project 'Feedbacks'
➜ Explicit dependency on target 'FeedbacksTest' in project 'Feedbacks'
➜ Explicit dependency on target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'FeedbacksTest' in project 'Feedbacks'
➜ Explicit dependency on target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'CombineExt' in project 'CombineExt'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'CombineExt' in project 'CombineExt' (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: 54b23844a7fed899e8c6dd43bba5ea37
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/54b23844a7fed899e8c6dd43bba5ea37.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/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.DependencyStaticMetadataFileList (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.modulemap (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.DependencyMetadataFileList (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest_const_extract_protocols.json (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest-OutputFileMap.json (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest.LinkFileList (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest.SwiftFileList (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest.SwiftConstValuesFileList (in target 'FeedbacksTest' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/Objects-normal/arm64/FeedbacksTest.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks_const_extract_protocols.json (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.SwiftFileList (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.SwiftConstValuesFileList (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.LinkFileList (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FeedbacksTest.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.modulemap (in target 'FeedbacksTest' from project 'Feedbacks')
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/Feedbacks.build/Debug-xros/FeedbacksTest.build/FeedbacksTest.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-OutputFileMap.json (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.modulemap (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.DependencyStaticMetadataFileList (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.DependencyMetadataFileList (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.SwiftFileList (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_const_extract_protocols.json (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.SwiftConstValuesFileList (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.LinkFileList (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-OutputFileMap.json (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.modulemap (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Feedbacks.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.modulemap (in target 'Feedbacks' from project 'Feedbacks')
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/Feedbacks.build/Debug-xros/Feedbacks.build/Feedbacks.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.DependencyStaticMetadataFileList (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.DependencyMetadataFileList (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CombineExt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.modulemap (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
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/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver CombineExt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineExt' from project 'CombineExt')
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 CombineExt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Materialize.swift,\ MergeMany.swift,\ Nwise.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Materialize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MergeMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Nwise.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Materialize.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MergeMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Nwise.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CombineLatestMany.swift,\ Create.swift,\ Dematerialize.swift,\ FilterMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/CombineLatestMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Create.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Dematerialize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FilterMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/CombineLatestMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Create.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Dematerialize.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FilterMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlatMapBatches.swift,\ FlatMapLatest.swift,\ IgnoreFailure.swift,\ IgnoreOutputSetOutputType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapBatches.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapLatest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreFailure.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreOutputSetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapBatches.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapLatest.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreFailure.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreOutputSetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Partition.swift,\ PrefixDuration.swift,\ RemoveAllDuplicates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Partition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/PrefixDuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/RemoveAllDuplicates.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Partition.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/PrefixDuration.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/RemoveAllDuplicates.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DemandBuffer.swift,\ Sink.swift,\ Optional.swift,\ Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/DemandBuffer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/Sink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Convenience/Optional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/Event.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/DemandBuffer.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/Sink.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Convenience/Optional.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/Event.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ObjectOwnership.swift,\ Amb.swift,\ AssignOwnership.swift,\ AssignToMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Amb.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignOwnership.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignToMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Amb.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignOwnership.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignToMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WithLatestFrom.swift,\ ZipMany.swift,\ CurrentValueRelay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/WithLatestFrom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ZipMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/CurrentValueRelay.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/WithLatestFrom.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ZipMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/CurrentValueRelay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CombineExt (in target 'CombineExt' from project 'CombineExt')
EmitSwiftModule normal arm64 (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PassthroughRelay.swift,\ Relay.swift,\ ReplaySubject.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/PassthroughRelay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/Relay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Subjects/ReplaySubject.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/PassthroughRelay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/Relay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Subjects/ReplaySubject.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SetOutputType.swift,\ ShareReplay.swift,\ Toggle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/SetOutputType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ShareReplay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Toggle.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/SetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ShareReplay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Toggle.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Lock.swift,\ Timer.swift,\ MapMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Timer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MapMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Timer.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MapMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for CombineExt (in target 'CombineExt' from project 'CombineExt')
SwiftDriver\ Compilation\ Requirements CombineExt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineExt' from project 'CombineExt')
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 CombineExt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling WithLatestFrom.swift, ZipMany.swift, CurrentValueRelay.swift (in target 'CombineExt' from project 'CombineExt')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CombineExt-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-Swift.h (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CombineExt-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftmodule (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftdoc (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.abi.json (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling SetOutputType.swift, ShareReplay.swift, Toggle.swift (in target 'CombineExt' from project 'CombineExt')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftsourceinfo (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Materialize.swift, MergeMany.swift, Nwise.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling FlatMapBatches.swift, FlatMapLatest.swift, IgnoreFailure.swift, IgnoreOutputSetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling PassthroughRelay.swift, Relay.swift, ReplaySubject.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriver Feedbacks normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Feedbacks' from project 'Feedbacks')
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 Feedbacks -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.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/Feedbacks.build/Debug-xros/Feedbacks.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks_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/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Transitions.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Transitions.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Transitions.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Mediator.swift,\ System.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/Mediator.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/Mediator.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift:242:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
SwiftCompile normal arm64 Compiling\ StaticIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/StaticIdentifiable.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/StaticIdentifiable.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Feedbacks (in target 'Feedbacks' from project 'Feedbacks')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/SideEffect.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/InitialState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/Mediator.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Event.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/From.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Instantiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/On.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/State.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/StaticIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Transitions.swift -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/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 -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 -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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks_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/Feedbacks.build/Debug-xros/Feedbacks.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/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedbacks -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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.abi.json
EmitSwiftModule normal arm64 (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift:160:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift:242:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift:54:14: error: initializer does not override a designated initializer from its superclass
override init(initialState: InitialState,
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:15:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AnyState' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = AnyState()
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:14:15: note: consider making struct 'AnyState' conform to the 'Sendable' protocol
public struct AnyState: State, Instantiable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:15:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = AnyState()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = AnyState()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UISystem+Binding.swift,\ UISystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ArrayBuilder.swift,\ Event.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Event.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Event.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ObjectOwnership.swift, Amb.swift, AssignOwnership.swift, AssignToMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 Compiling\ On.swift,\ State.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/On.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/State.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/On.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/State.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Partition.swift, PrefixDuration.swift, RemoveAllDuplicates.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 Compiling\ SideEffect.swift,\ InitialState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/SideEffect.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/InitialState.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/SideEffect.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/InitialState.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling DemandBuffer.swift, Sink.swift, Optional.swift, Event.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 Compiling\ Feedback.swift,\ Feedbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedback.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift:160:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
SwiftDriverJobDiscovery normal arm64 Compiling CombineLatestMany.swift, Create.swift, Dematerialize.swift, FilterMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 Compiling\ AnyEvent.swift,\ AnyState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyEvent.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:15:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AnyState' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = AnyState()
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:14:15: note: consider making struct 'AnyState' conform to the 'Sendable' protocol
public struct AnyState: State, Instantiable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:15:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = AnyState()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = AnyState()
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Lock.swift, Timer.swift, MapMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 Compiling\ From.swift,\ Instantiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/From.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Instantiable.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/From.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Instantiable.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AnyEvent.swift, AnyState.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftDriverJobDiscovery normal arm64 Compiling ArrayBuilder.swift, Event.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftDriver\ Compilation CombineExt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineExt' from project 'CombineExt')
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 CombineExt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.o normal (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
/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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.o
SwiftDriverJobDiscovery normal arm64 Compiling Mediator.swift, System.swift (in target 'Feedbacks' from project 'Feedbacks')
ExtractAppIntentsMetadata (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CombineExt --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier combineext.CombineExt --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/CombineExt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
SwiftDriverJobDiscovery normal arm64 Compiling On.swift, State.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftDriverJobDiscovery normal arm64 Compiling Feedback.swift, Feedbacks.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftDriverJobDiscovery normal arm64 Compiling StaticIdentifiable.swift (in target 'Feedbacks' from project 'Feedbacks')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Feedbacks (in target 'Feedbacks' from project 'Feedbacks')
EmitSwiftModule normal arm64 (in target 'Feedbacks' from project 'Feedbacks')
Building workspace spi-builder-workspace with scheme Feedbacks-Package
(3 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:
combine-schedulers: https://github.com/pointfreeco/combine-schedulers.git @ 0.1.2
Feedbacks: /Users/admin/builder/spi-builder-workspace
CombineExt: https://github.com/CombineCommunity/CombineExt.git @ 1.3.0
resolved source packages: combine-schedulers, Feedbacks, CombineExt
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"exact" : [
"0.1.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers.git"
},
{
"identity" : "combineext",
"requirement" : {
"exact" : [
"1.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/CombineCommunity/CombineExt.git"
}
],
"manifest_display_name" : "Feedbacks",
"name" : "Feedbacks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Feedbacks",
"targets" : [
"Feedbacks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FeedbacksTest",
"targets" : [
"FeedbacksTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeedbacksTests",
"module_type" : "SwiftTarget",
"name" : "FeedbacksTests",
"path" : "Tests/FeedbacksTests",
"product_dependencies" : [
"CombineSchedulers"
],
"sources" : [
"DispatchQueue+CurrentLabel.swift",
"Feedbacks/FeedbackTests.swift",
"Feedbacks/FeedbacksTests.swift",
"Feedbacks/SideEffectTests.swift",
"System/InitialStateTests.swift",
"System/SystemTests.swift",
"System/UISystem+BindingTests.swift",
"System/UISystemTests.swift",
"Transitions/ArrayBuilderTests.swift",
"Transitions/FromTests.swift",
"Transitions/OnTests.swift",
"Transitions/StaticIdentifiableTests.swift",
"Transitions/TransitionsTests.swift"
],
"target_dependencies" : [
"Feedbacks",
"FeedbacksTest"
],
"type" : "test"
},
{
"c99name" : "FeedbacksTest",
"module_type" : "SwiftTarget",
"name" : "FeedbacksTest",
"path" : "Sources/FeedbacksTest",
"product_memberships" : [
"FeedbacksTest"
],
"sources" : [
"StateMachine/Transitions+AssertThat.swift"
],
"target_dependencies" : [
"Feedbacks"
],
"type" : "library"
},
{
"c99name" : "Feedbacks",
"module_type" : "SwiftTarget",
"name" : "Feedbacks",
"path" : "Sources/Feedbacks",
"product_dependencies" : [
"CombineExt"
],
"product_memberships" : [
"Feedbacks",
"FeedbacksTest"
],
"sources" : [
"Feedbacks/Feedback.swift",
"Feedbacks/Feedbacks.swift",
"Feedbacks/SideEffect.swift",
"System/InitialState.swift",
"System/Mediator.swift",
"System/System.swift",
"System/UISystem+Binding.swift",
"System/UISystem.swift",
"Transitions/AnyEvent.swift",
"Transitions/AnyState.swift",
"Transitions/ArrayBuilder.swift",
"Transitions/Event.swift",
"Transitions/From.swift",
"Transitions/Instantiable.swift",
"Transitions/On.swift",
"Transitions/State.swift",
"Transitions/StaticIdentifiable.swift",
"Transitions/Transitions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Feedbacks",
"Feedbacks-Package",
"FeedbacksTest"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Feedbacks",
"Feedbacks-Package",
"FeedbacksTest"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Feedbacks-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 Feedbacks-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
Feedbacks: /Users/admin/builder/spi-builder-workspace
CombineExt: https://github.com/CombineCommunity/CombineExt.git @ 1.3.0
combine-schedulers: https://github.com/pointfreeco/combine-schedulers.git @ 0.1.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'FeedbacksTest' in project 'Feedbacks'
➜ Explicit dependency on target 'FeedbacksTest' in project 'Feedbacks'
➜ Explicit dependency on target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'FeedbacksTest' in project 'Feedbacks'
➜ Explicit dependency on target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'Feedbacks' in project 'Feedbacks'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'CombineExt' in project 'CombineExt'
➜ Explicit dependency on target 'CombineExt' in project 'CombineExt'
Target 'CombineExt' in project 'CombineExt' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0a2c3c08df95edeb9be6d4428960612f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a2c3c08df95edeb9be6d4428960612f.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 CombineExt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineExt' from project 'CombineExt')
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 CombineExt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CombineExt (in target 'CombineExt' from project 'CombineExt')
EmitSwiftModule normal arm64 (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ObjectOwnership.swift,\ Amb.swift,\ AssignOwnership.swift,\ AssignToMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Amb.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignOwnership.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignToMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Amb.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignOwnership.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/AssignToMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DemandBuffer.swift,\ Sink.swift,\ Optional.swift,\ Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/DemandBuffer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/Sink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Convenience/Optional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/Event.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/DemandBuffer.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Common/Sink.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Convenience/Optional.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Models/Event.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlatMapBatches.swift,\ FlatMapLatest.swift,\ IgnoreFailure.swift,\ IgnoreOutputSetOutputType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapBatches.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapLatest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreFailure.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreOutputSetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapBatches.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FlatMapLatest.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreFailure.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/IgnoreOutputSetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Lock.swift,\ Timer.swift,\ MapMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Timer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MapMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Internal/Timer.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MapMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CombineLatestMany.swift,\ Create.swift,\ Dematerialize.swift,\ FilterMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/CombineLatestMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Create.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Dematerialize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FilterMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/CombineLatestMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Create.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Dematerialize.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/FilterMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Partition.swift,\ PrefixDuration.swift,\ RemoveAllDuplicates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Partition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/PrefixDuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/RemoveAllDuplicates.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Partition.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/PrefixDuration.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/RemoveAllDuplicates.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WithLatestFrom.swift,\ ZipMany.swift,\ CurrentValueRelay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/WithLatestFrom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ZipMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/CurrentValueRelay.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/WithLatestFrom.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ZipMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/CurrentValueRelay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SetOutputType.swift,\ ShareReplay.swift,\ Toggle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/SetOutputType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ShareReplay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Toggle.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/SetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/ShareReplay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Toggle.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PassthroughRelay.swift,\ Relay.swift,\ ReplaySubject.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/PassthroughRelay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/Relay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Subjects/ReplaySubject.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/PassthroughRelay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Relays/Relay.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Subjects/ReplaySubject.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Materialize.swift,\ MergeMany.swift,\ Nwise.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Materialize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MergeMany.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Nwise.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Materialize.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/MergeMany.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt/Sources/Operators/Nwise.swift (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SetOutputType.swift, ShareReplay.swift, Toggle.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling FlatMapBatches.swift, FlatMapLatest.swift, IgnoreFailure.swift, IgnoreOutputSetOutputType.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling Partition.swift, PrefixDuration.swift, RemoveAllDuplicates.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling CombineLatestMany.swift, Create.swift, Dematerialize.swift, FilterMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Emitting module for CombineExt (in target 'CombineExt' from project 'CombineExt')
SwiftDriver\ Compilation\ Requirements CombineExt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineExt' from project 'CombineExt')
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 CombineExt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-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/CombineExt.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.abi.json (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.swiftmodule/arm64-apple-xros.abi.json
SwiftDriver Feedbacks normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Feedbacks' from project 'Feedbacks')
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 Feedbacks -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.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 -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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.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/Feedbacks.build/Debug-xros/Feedbacks.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks_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/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DemandBuffer.swift, Sink.swift, Optional.swift, Event.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling Lock.swift, Timer.swift, MapMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling ObjectOwnership.swift, Amb.swift, AssignOwnership.swift, AssignToMany.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling WithLatestFrom.swift, ZipMany.swift, CurrentValueRelay.swift (in target 'CombineExt' from project 'CombineExt')
SwiftDriverJobDiscovery normal arm64 Compiling PassthroughRelay.swift, Relay.swift, ReplaySubject.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 Compiling\ Feedback.swift,\ Feedbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedback.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Mediator.swift,\ System.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/Mediator.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/Mediator.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyEvent.swift,\ AnyState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyEvent.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StaticIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/StaticIdentifiable.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/StaticIdentifiable.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Feedbacks (in target 'Feedbacks' from project 'Feedbacks')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/SideEffect.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/InitialState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/Mediator.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/AnyState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Event.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/From.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Instantiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/On.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/State.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/StaticIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Transitions.swift -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/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 -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 -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/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks_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/Feedbacks.build/Debug-xros/Feedbacks.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/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedbacks -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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedbacks.build/Debug-xros/Feedbacks.build/Objects-normal/arm64/Feedbacks.abi.json
EmitSwiftModule normal arm64 (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift:160:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift:242:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift:54:14: error: initializer does not override a designated initializer from its superclass
override init(initialState: InitialState,
~~~~~~~~ ^
SwiftCompile normal arm64 Compiling\ Transitions.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Transitions.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Transitions.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ On.swift,\ State.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/On.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/State.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/On.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/State.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UISystem+Binding.swift,\ UISystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ArrayBuilder.swift,\ Event.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Event.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Event.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ From.swift,\ Instantiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/From.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Instantiable.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/From.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/Instantiable.swift (in target 'Feedbacks' from project 'Feedbacks')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Materialize.swift, MergeMany.swift, Nwise.swift (in target 'CombineExt' from project 'CombineExt')
SwiftCompile normal arm64 Compiling\ SideEffect.swift,\ InitialState.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/SideEffect.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/InitialState.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftDriverJobDiscovery normal arm64 Compiling AnyEvent.swift, AnyState.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftDriver\ Compilation CombineExt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineExt' from project 'CombineExt')
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 CombineExt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ArrayBuilder.swift, Event.swift (in target 'Feedbacks' from project 'Feedbacks')
SwiftDriverJobDiscovery normal arm64 Compiling StaticIdentifiable.swift (in target 'Feedbacks' from project 'Feedbacks')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.o normal (in target 'CombineExt' from project 'CombineExt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CombineExt
/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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt_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/CombineExt.build/Debug-xros/CombineExt.build/Objects-normal/arm64/CombineExt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineExt.o
SwiftDriverJobDiscovery normal arm64 Compiling On.swift, State.swift (in target 'Feedbacks' from project 'Feedbacks')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Feedbacks (in target 'Feedbacks' from project 'Feedbacks')
EmitSwiftModule normal arm64 (in target 'Feedbacks' from project 'Feedbacks')
Building workspace spi-builder-workspace with scheme Feedbacks-Package
(3 failures)
BUILD FAILURE 6.1 visionOS