Build Information
Successful build of CioAnalytics, reference 1.7.3+cio.1 (9c2cd6), with Swift 6.1 for visionOS using Xcode 16.3 on 2 Apr 2026 13:20:04 UTC.
Swift 6 data race errors: 20
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CioAnalytics -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 InferSendableFromCapturesBuild Log
"Settings.swift",
"Startup.swift",
"State.swift",
"Timeline.swift",
"Types.swift",
"Utilities/Atomic.swift",
"Utilities/CompletionGroup.swift",
"Utilities/JSON.swift",
"Utilities/KeyPath.swift",
"Utilities/Logging.swift",
"Utilities/Networking/HTTPClient.swift",
"Utilities/Networking/HTTPSession+Apple.swift",
"Utilities/Networking/HTTPSession.swift",
"Utilities/Noncodable.swift",
"Utilities/OutputFileStream.swift",
"Utilities/Policies/CountBasedFlushPolicy.swift",
"Utilities/Policies/FlushPolicy.swift",
"Utilities/Policies/IntervalBasedFlushPolicy.swift",
"Utilities/QueueTimer.swift",
"Utilities/Storage/DataStore.swift",
"Utilities/Storage/Storage.swift",
"Utilities/Storage/TransientDB.swift",
"Utilities/Storage/Types/DirectoryStore.swift",
"Utilities/Storage/Types/MemoryStore.swift",
"Utilities/Storage/Utilities/FileHandleExt.swift",
"Utilities/Storage/Utilities/LineStream.swift",
"Utilities/Telemetry.swift",
"Utilities/UserAgent.swift",
"Utilities/Utils.swift",
"Utilities/iso8601.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Resource 'Segment/Resources': File not found.
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/segmentio/sovran-swift.git
Fetching from https://github.com/segmentio/jsonsafeencoding-swift.git
Creating working copy of package ‘sovran-swift’
Checking out 1.1.2 of package ‘sovran-swift’
Creating working copy of package ‘jsonsafeencoding-swift’
Checking out 2.0.0 of package ‘jsonsafeencoding-swift’
Invalid Resource 'Segment/Resources': File not found.Resolve Package Graph
Invalid Resource 'Segment/Resources': File not found.
Resolved source packages:
Sovran: https://github.com/segmentio/sovran-swift.git @ 1.1.2
JSONSafeEncoding: https://github.com/segmentio/jsonsafeencoding-swift.git @ 2.0.0
CioAnalytics: /Users/admin/builder/spi-builder-workspace
resolved source packages: Sovran, JSONSafeEncoding, CioAnalytics
{
"dependencies" : [
{
"identity" : "sovran-swift",
"requirement" : {
"exact" : [
"1.1.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/segmentio/sovran-swift.git"
},
{
"identity" : "jsonsafeencoding-swift",
"requirement" : {
"exact" : [
"2.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/segmentio/jsonsafeencoding-swift.git"
}
],
"manifest_display_name" : "CioAnalytics",
"name" : "CioAnalytics",
"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" : "7.1"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CioAnalytics",
"targets" : [
"CioAnalytics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CioAnalytics_Tests",
"module_type" : "SwiftTarget",
"name" : "CioAnalytics-Tests",
"path" : "Tests",
"sources" : [
"Segment-Tests/Analytics_Tests.swift",
"Segment-Tests/Atomic_Tests.swift",
"Segment-Tests/CompletionGroup_Tests.swift",
"Segment-Tests/FlushPolicy_Tests.swift",
"Segment-Tests/HTTPClient_Tests.swift",
"Segment-Tests/JSON_Tests.swift",
"Segment-Tests/KeyPath_Tests.swift",
"Segment-Tests/MemoryLeak_Tests.swift",
"Segment-Tests/ObjC_Tests.swift",
"Segment-Tests/Storage_Tests.swift",
"Segment-Tests/StressTests.swift",
"Segment-Tests/Support/TestUtilities.swift",
"Segment-Tests/Telemetry_Tests.swift",
"Segment-Tests/Timeline_Tests.swift",
"Segment-Tests/UserAgentTests.swift",
"Segment-Tests/WindowsVendorSystem_Tests.swift",
"Segment-Tests/XCTestManifests.swift",
"Segment-Tests/iOSLifecycle_Tests.swift"
],
"target_dependencies" : [
"CioAnalytics"
],
"type" : "test"
},
{
"c99name" : "CioAnalytics",
"module_type" : "SwiftTarget",
"name" : "CioAnalytics",
"path" : "Sources/Segment",
"product_dependencies" : [
"Sovran",
"JSONSafeEncoding"
],
"product_memberships" : [
"CioAnalytics"
],
"sources" : [
"Analytics.swift",
"Configuration.swift",
"Deprecations.swift",
"Errors.swift",
"Events.swift",
"ObjC/ObjCAnalytics.swift",
"ObjC/ObjCConfiguration.swift",
"ObjC/ObjCEvents.swift",
"ObjC/ObjCPlugin.swift",
"Plugins.swift",
"Plugins/Context.swift",
"Plugins/DestinationMetadataPlugin.swift",
"Plugins/DeviceToken.swift",
"Plugins/Platforms/Linux/LinuxLifecycleMonitor.swift",
"Plugins/Platforms/Mac/macOSLifecycleEvents.swift",
"Plugins/Platforms/Mac/macOSLifecycleMonitor.swift",
"Plugins/Platforms/Vendors/AppleUtils.swift",
"Plugins/Platforms/Vendors/LinuxUtils.swift",
"Plugins/Platforms/Vendors/VendorSystem.swift",
"Plugins/Platforms/Vendors/WindowsUtils.swift",
"Plugins/Platforms/iOS/iOSDelegation.swift",
"Plugins/Platforms/iOS/iOSLifecycleEvents.swift",
"Plugins/Platforms/iOS/iOSLifecycleMonitor.swift",
"Plugins/Platforms/watchOS/watchOSDelegation.swift",
"Plugins/Platforms/watchOS/watchOSLifecycleEvents.swift",
"Plugins/Platforms/watchOS/watchOSLifecycleMonitor.swift",
"Plugins/SegmentDestination.swift",
"Plugins/StartupQueue.swift",
"Settings.swift",
"Startup.swift",
"State.swift",
"Timeline.swift",
"Types.swift",
"Utilities/Atomic.swift",
"Utilities/CompletionGroup.swift",
"Utilities/JSON.swift",
"Utilities/KeyPath.swift",
"Utilities/Logging.swift",
"Utilities/Networking/HTTPClient.swift",
"Utilities/Networking/HTTPSession+Apple.swift",
"Utilities/Networking/HTTPSession.swift",
"Utilities/Noncodable.swift",
"Utilities/OutputFileStream.swift",
"Utilities/Policies/CountBasedFlushPolicy.swift",
"Utilities/Policies/FlushPolicy.swift",
"Utilities/Policies/IntervalBasedFlushPolicy.swift",
"Utilities/QueueTimer.swift",
"Utilities/Storage/DataStore.swift",
"Utilities/Storage/Storage.swift",
"Utilities/Storage/TransientDB.swift",
"Utilities/Storage/Types/DirectoryStore.swift",
"Utilities/Storage/Types/MemoryStore.swift",
"Utilities/Storage/Utilities/FileHandleExt.swift",
"Utilities/Storage/Utilities/LineStream.swift",
"Utilities/Telemetry.swift",
"Utilities/UserAgent.swift",
"Utilities/Utils.swift",
"Utilities/iso8601.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Resource 'Segment/Resources': File not found.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CioAnalytics"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CioAnalytics -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 CioAnalytics -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
Invalid Resource 'Segment/Resources': File not found.
Resolve Package Graph
Invalid Resource 'Segment/Resources': File not found.
Resolved source packages:
JSONSafeEncoding: https://github.com/segmentio/jsonsafeencoding-swift.git @ 2.0.0
CioAnalytics: /Users/admin/builder/spi-builder-workspace
Sovran: https://github.com/segmentio/sovran-swift.git @ 1.1.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'CioAnalytics' in project 'CioAnalytics'
➜ Explicit dependency on target 'CioAnalytics' in project 'CioAnalytics'
➜ Explicit dependency on target 'Sovran' in project 'Sovran'
➜ Explicit dependency on target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
Target 'CioAnalytics' in project 'CioAnalytics'
➜ Explicit dependency on target 'Sovran' in project 'Sovran'
➜ Explicit dependency on target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
Target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
➜ Explicit dependency on target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
Target 'JSONSafeEncoding' in project 'JSONSafeEncoding' (no dependencies)
Target 'Sovran' in project 'Sovran'
➜ Explicit dependency on target 'Sovran' in project 'Sovran'
Target 'Sovran' in project 'Sovran' (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: 875e38604d0f1c6a1d61b86613e763d9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/875e38604d0f1c6a1d61b86613e763d9.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/Sovran.build/Debug-xros/Sovran.build/Sovran.modulemap (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.DependencyStaticMetadataFileList (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.DependencyMetadataFileList (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-OutputFileMap.json (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.LinkFileList (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_const_extract_protocols.json (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.SwiftConstValuesFileList (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_const_extract_protocols.json (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftConstValuesFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.LinkFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-OutputFileMap.json (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Sovran.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.modulemap (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
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/Sovran.build/Debug-xros/Sovran.build/Sovran.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.modulemap (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.DependencyStaticMetadataFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.DependencyMetadataFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_const_extract_protocols.json (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.SwiftFileList (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.SwiftConstValuesFileList (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.LinkFileList (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-OutputFileMap.json (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.modulemap (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONSafeEncoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.modulemap (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.DependencyStaticMetadataFileList (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.DependencyMetadataFileList (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CioAnalytics.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.modulemap (in target 'CioAnalytics' from project 'CioAnalytics')
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/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Sovran normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sovran' from project 'Sovran')
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 Sovran -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.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/Sovran.build/Debug-xros/Sovran.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_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/Sovran.build/Debug-xros/Sovran.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver JSONSafeEncoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
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 JSONSafeEncoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Extensions.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Extensions.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONSafeEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONSafeEncoder.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONSafeEncoder.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONSafeEncoding (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
EmitSwiftModule normal arm64 (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Action.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Action.swift (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONValue.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONValue.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Version.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Version.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Version.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONError.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONError.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ State.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/State.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/State.swift (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Store.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Store.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Store.swift (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Subscriber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Subscriber.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Subscriber.swift (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Sovran (in target 'Sovran' from project 'Sovran')
EmitSwiftModule normal arm64 (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONSafeEncoding (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftDriver\ Compilation\ Requirements JSONSafeEncoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
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 JSONSafeEncoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Sovran (in target 'Sovran' from project 'Sovran')
SwiftDriver\ Compilation\ Requirements Sovran normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sovran' from project 'Sovran')
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 Sovran -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.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/Sovran.build/Debug-xros/Sovran.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_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/Sovran.build/Debug-xros/Sovran.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Testing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Testing.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Testing.swift (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Sovran-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-Swift.h (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Sovran-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Version.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.swiftdoc (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.abi.json (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.swiftsourceinfo (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONSafeEncoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONSafeEncoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftdoc (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.abi.json (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftsourceinfo (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Version.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Version.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Version.swift (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Version.swift (in target 'Sovran' from project 'Sovran')
SwiftDriver CioAnalytics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CioAnalytics' from project 'CioAnalytics')
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 CioAnalytics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.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/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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_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/CioAnalytics.build/Debug-xros/CioAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CioAnalytics (in target 'CioAnalytics' from project 'CioAnalytics')
EmitSwiftModule normal arm64 (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: warning: static property 'debugLogsEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var debugLogsEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: note: convert 'debugLogsEnabled' to a 'let' constant to make 'Sendable' shared state immutable
public static var debugLogsEnabled = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: note: add '@MainActor' to make static property 'debugLogsEnabled' part of global actor 'MainActor'
public static var debugLogsEnabled = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var debugLogsEnabled = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: warning: static property 'firstInstance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static internal weak var firstInstance: Analytics? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: note: convert 'firstInstance' to a 'let' constant to make 'Sendable' shared state immutable
static internal weak var firstInstance: Analytics? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: note: add '@MainActor' to make static property 'firstInstance' part of global actor 'MainActor'
static internal weak var firstInstance: Analytics? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static internal weak var firstInstance: Analytics? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: warning: static property 'activeWriteKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
@Atomic static internal var activeWriteKeys = [String]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: note: convert 'activeWriteKeys' to a 'let' constant to make 'Sendable' shared state immutable
@Atomic static internal var activeWriteKeys = [String]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: note: add '@MainActor' to make static property 'activeWriteKeys' part of global actor 'MainActor'
@Atomic static internal var activeWriteKeys = [String]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@Atomic static internal var activeWriteKeys = [String]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: warning: static property 'device' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var device = VendorSystem.current
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: note: convert 'device' to a 'let' constant to make 'Sendable' shared state immutable
internal static var device = VendorSystem.current
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: note: add '@MainActor' to make static property 'device' part of global actor 'MainActor'
internal static var device = VendorSystem.current
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var device = VendorSystem.current
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:18:17: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
private let device = UIDevice.current
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:327:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ConnectionMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared = ConnectionMonitor()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:324:16: note: class 'ConnectionMonitor' does not conform to the 'Sendable' protocol
internal class ConnectionMonitor {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:327:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static let shared = ConnectionMonitor()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:327:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared = ConnectionMonitor()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var current: VendorSystem = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
static var current: VendorSystem = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
static var current: VendorSystem = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var current: VendorSystem = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: warning: static property 'versionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var versionKey = "SEGVersionKey"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: note: convert 'versionKey' to a 'let' constant to make 'Sendable' shared state immutable
static var versionKey = "SEGVersionKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: note: add '@MainActor' to make static property 'versionKey' part of global actor 'MainActor'
static var versionKey = "SEGVersionKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var versionKey = "SEGVersionKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: warning: static property 'buildKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var buildKey = "SEGBuildKeyV2"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: note: convert 'buildKey' to a 'let' constant to make 'Sendable' shared state immutable
static var buildKey = "SEGBuildKeyV2"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: note: add '@MainActor' to make static property 'buildKey' part of global actor 'MainActor'
static var buildKey = "SEGBuildKeyV2"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var buildKey = "SEGBuildKeyV2"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: warning: static property 'jsonNonConformingNumberStrategy' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: note: convert 'jsonNonConformingNumberStrategy' to a 'let' constant to make 'Sendable' shared state immutable
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: note: add '@MainActor' to make static property 'jsonNonConformingNumberStrategy' part of global actor 'MainActor'
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:564:16: warning: static property 'trueObjCType' is not concurrency-safe because non-'Sendable' type 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let trueObjCType = trueValue.objCType
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:564:16: note: add '@MainActor' to make static property 'trueObjCType' part of global actor 'MainActor'
static let trueObjCType = trueValue.objCType
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:564:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let trueObjCType = trueValue.objCType
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:566:16: warning: static property 'falseObjCType' is not concurrency-safe because non-'Sendable' type 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let falseObjCType = falseValue.objCType
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:566:16: note: add '@MainActor' to make static property 'falseObjCType' part of global actor 'MainActor'
static let falseObjCType = falseValue.objCType
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:566:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let falseObjCType = falseValue.objCType
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: warning: static property 'handlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: note: convert 'handlers' to a 'let' constant to make 'Sendable' shared state immutable
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: note: add '@MainActor' to make static property 'handlers' part of global actor 'MainActor'
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: warning: static property 'timers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var timers = [QueueTimer]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: note: convert 'timers' to a 'let' constant to make 'Sendable' shared state immutable
static var timers = [QueueTimer]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: note: add '@MainActor' to make static property 'timers' part of global actor 'MainActor'
static var timers = [QueueTimer]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var timers = [QueueTimer]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: warning: static property 'fileValidator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var fileValidator: ((URL) -> Void)? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: note: convert 'fileValidator' to a 'let' constant to make 'Sendable' shared state immutable
internal static var fileValidator: ((URL) -> Void)? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: note: add '@MainActor' to make static property 'fileValidator' part of global actor 'MainActor'
internal static var fileValidator: ((URL) -> Void)? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var fileValidator: ((URL) -> Void)? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:35:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Telemetry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = Telemetry(session: HTTPSessions.urlSession())
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:34:14: note: class 'Telemetry' does not conform to the 'Sendable' protocol
public class Telemetry: Subscriber {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:35:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = Telemetry(session: HTTPSessions.urlSession())
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = Telemetry(session: HTTPSessions.urlSession())
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: warning: static property '_value' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
@Atomic internal static var _value: String = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: note: convert '_value' to a 'let' constant to make 'Sendable' shared state immutable
@Atomic internal static var _value: String = ""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: note: add '@MainActor' to make static property '_value' part of global actor 'MainActor'
@Atomic internal static var _value: String = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@Atomic internal static var _value: String = ""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: warning: var 'isUnitTesting' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var isUnitTesting: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: note: convert 'isUnitTesting' to a 'let' constant to make 'Sendable' shared state immutable
internal var isUnitTesting: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: note: add '@MainActor' to make var 'isUnitTesting' part of global actor 'MainActor'
internal var isUnitTesting: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var isUnitTesting: Bool = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: warning: var 'isAppExtension' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var isAppExtension: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: note: convert 'isAppExtension' to a 'let' constant to make 'Sendable' shared state immutable
internal var isAppExtension: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: note: add '@MainActor' to make var 'isAppExtension' part of global actor 'MainActor'
internal var isAppExtension: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var isAppExtension: Bool = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift:11:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared: ISO8601DateFormatter = {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift:11:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static let shared: ISO8601DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift:11:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared: ISO8601DateFormatter = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ DeviceToken.swift,\ LinuxLifecycleMonitor.swift,\ macOSLifecycleEvents.swift,\ macOSLifecycleMonitor.swift,\ AppleUtils.swift,\ LinuxUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/DeviceToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Linux/LinuxLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/LinuxUtils.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/DeviceToken.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Linux/LinuxLifecycleMonitor.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleEvents.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleMonitor.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:18:17: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
private let device = UIDevice.current
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:327:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ConnectionMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared = ConnectionMonitor()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:324:16: note: class 'ConnectionMonitor' does not conform to the 'Sendable' protocol
internal class ConnectionMonitor {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:327:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static let shared = ConnectionMonitor()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:327:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared = ConnectionMonitor()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:45:23: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return device.model
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:40:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *model; // e.g. @"iPhone", @"iPod touch"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:49:23: warning: main actor-isolated property 'identifierForVendor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return device.identifierForVendor?.uuidString
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:46:61: note: property declared here
@property(nullable, nonatomic,readonly,strong) NSUUID *identifierForVendor API_AVAILABLE(ios(6.0)); // a UUID that may be used to uniquely identify the device, same across apps from a single vendor.
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:53:23: warning: main actor-isolated property 'systemName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return device.systemName
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:42:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *systemName; // e.g. @"iOS"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:57:16: warning: main actor-isolated property 'systemVersion' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
device.systemVersion
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:43:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *systemVersion; // e.g. @"4.0"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:65:66: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let windowSize = UIApplication.shared.delegate?.window??.bounds.size
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:65:47: warning: main actor-isolated property 'delegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let windowSize = UIApplication.shared.delegate?.window??.bounds.size
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:89:66: note: property declared here
@property(nullable, nonatomic, assign) id<UIApplicationDelegate> delegate;
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:65:40: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let windowSize = UIApplication.shared.delegate?.window??.bounds.size
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift:65:57: warning: main actor-isolated property 'window' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let windowSize = UIApplication.shared.delegate?.window??.bounds.size
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:441:51: note: property declared here
@property (nullable, nonatomic, strong) UIWindow *window API_AVAILABLE(ios(5.0));
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/LinuxUtils.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Testing.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 Compiling\ Analytics.swift,\ Configuration.swift,\ Deprecations.swift,\ Errors.swift,\ Events.swift,\ ObjCAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Events.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCAnalytics.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: warning: static property 'debugLogsEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var debugLogsEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: note: convert 'debugLogsEnabled' to a 'let' constant to make 'Sendable' shared state immutable
public static var debugLogsEnabled = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: note: add '@MainActor' to make static property 'debugLogsEnabled' part of global actor 'MainActor'
public static var debugLogsEnabled = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var debugLogsEnabled = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: warning: static property 'firstInstance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static internal weak var firstInstance: Analytics? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: note: convert 'firstInstance' to a 'let' constant to make 'Sendable' shared state immutable
static internal weak var firstInstance: Analytics? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: note: add '@MainActor' to make static property 'firstInstance' part of global actor 'MainActor'
static internal weak var firstInstance: Analytics? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:30:30: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static internal weak var firstInstance: Analytics? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: warning: static property 'activeWriteKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
@Atomic static internal var activeWriteKeys = [String]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: note: convert 'activeWriteKeys' to a 'let' constant to make 'Sendable' shared state immutable
@Atomic static internal var activeWriteKeys = [String]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: note: add '@MainActor' to make static property 'activeWriteKeys' part of global actor 'MainActor'
@Atomic static internal var activeWriteKeys = [String]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:32:33: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@Atomic static internal var activeWriteKeys = [String]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:482:17: warning: capture of 'task' with non-sendable type '() -> Void' in a '@Sendable' closure
task()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:482:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
task()
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Configuration.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Deprecations.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Errors.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Events.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCAnalytics.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Subscriber.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 Compiling\ ObjCConfiguration.swift,\ ObjCEvents.swift,\ ObjCPlugin.swift,\ Plugins.swift,\ Context.swift,\ DestinationMetadataPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/DestinationMetadataPlugin.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCConfiguration.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCEvents.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/ObjC/ObjCPlugin.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: warning: static property 'device' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var device = VendorSystem.current
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: note: convert 'device' to a 'let' constant to make 'Sendable' shared state immutable
internal static var device = VendorSystem.current
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: note: add '@MainActor' to make static property 'device' part of global actor 'MainActor'
internal static var device = VendorSystem.current
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Context.swift:23:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var device = VendorSystem.current
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/DestinationMetadataPlugin.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling State.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 Compiling\ KeyPath.swift,\ Logging.swift,\ HTTPClient.swift,\ HTTPSession+Apple.swift,\ HTTPSession.swift,\ Noncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPSession+Apple.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Noncodable.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: warning: static property 'handlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: note: convert 'handlers' to a 'let' constant to make 'Sendable' shared state immutable
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: note: add '@MainActor' to make static property 'handlers' part of global actor 'MainActor'
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/KeyPath.swift:48:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var handlers: [KeyPathHandler] = [PathHandler(), IfHandler(), BasicHandler()]
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Logging.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:65:23: warning: capture of 'self' with non-sendable type 'HTTPClient?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:20:14: note: class 'HTTPClient' does not conform to the 'Sendable' protocol
public class HTTPClient {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:66:102: warning: capture of 'completion' with non-sendable type '(Result<Bool, any Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
handleResponse(data: data, response: response, error: error, url: uploadURL, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:66:102: note: a function type must be marked '@Sendable' to conform to 'Sendable'
handleResponse(data: data, response: response, error: error, url: uploadURL, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:90:23: warning: capture of 'self' with non-sendable type 'HTTPClient?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:20:14: note: class 'HTTPClient' does not conform to the 'Sendable' protocol
public class HTTPClient {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:91:102: warning: capture of 'completion' with non-sendable type '(Result<Bool, any Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
handleResponse(data: data, response: response, error: error, url: uploadURL, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:91:102: note: a function type must be marked '@Sendable' to conform to 'Sendable'
handleResponse(data: data, response: response, error: error, url: uploadURL, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:131:17: warning: capture of 'self' with non-sendable type 'HTTPClient?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
self?.analytics?.reportInternalError(AnalyticsError.settingsFail(AnalyticsError.networkUnknown(settingsURL, error)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:20:14: note: class 'HTTPClient' does not conform to the 'Sendable' protocol
public class HTTPClient {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:132:17: warning: capture of 'completion' with non-sendable type '(Bool, Settings?) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
completion(false, nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPClient.swift:132:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(false, nil)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPSession+Apple.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Networking/HTTPSession.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Noncodable.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling JSONError.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 Compiling\ VendorSystem.swift,\ WindowsUtils.swift,\ iOSDelegation.swift,\ iOSLifecycleEvents.swift,\ iOSLifecycleMonitor.swift,\ watchOSDelegation.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/WindowsUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSDelegation.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/watchOS/watchOSDelegation.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var current: VendorSystem = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
static var current: VendorSystem = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
static var current: VendorSystem = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var current: VendorSystem = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/Vendors/WindowsUtils.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSDelegation.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: warning: static property 'versionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var versionKey = "SEGVersionKey"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: note: convert 'versionKey' to a 'let' constant to make 'Sendable' shared state immutable
static var versionKey = "SEGVersionKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: note: add '@MainActor' to make static property 'versionKey' part of global actor 'MainActor'
static var versionKey = "SEGVersionKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var versionKey = "SEGVersionKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: warning: static property 'buildKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var buildKey = "SEGBuildKeyV2"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: note: convert 'buildKey' to a 'let' constant to make 'Sendable' shared state immutable
static var buildKey = "SEGBuildKeyV2"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: note: add '@MainActor' to make static property 'buildKey' part of global actor 'MainActor'
static var buildKey = "SEGBuildKeyV2"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var buildKey = "SEGBuildKeyV2"
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:57:37: warning: main actor-isolated static property 'safeShared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
application = UIApplication.safeShared
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:221:16: note: static property declared here
static var safeShared: UIApplication? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:164:61: warning: main actor-isolated static property 'safeShared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if !isAppExtension, let application = UIApplication.safeShared {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:221:16: note: static property declared here
static var safeShared: UIApplication? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:160:10: note: add '@MainActor' to make instance method 'backgroundRefreshDidChange(notification:)' part of global actor 'MainActor'
func backgroundRefreshDidChange(notification: NSNotification) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:168:95: warning: main actor-isolated property 'backgroundRefreshStatus' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
refreshStatus: application.backgroundRefreshStatus)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:159:59: note: property declared here
@property (nonatomic, readonly) UIBackgroundRefreshStatus backgroundRefreshStatus API_AVAILABLE(ios(7.0), tvos(11.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:194:44: warning: main actor-isolated static property 'safeShared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let application = UIApplication.safeShared {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:221:16: note: static property declared here
static var safeShared: UIApplication? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:196:28: warning: 'taskIdentifier' mutated after capture by sendable closure
taskIdentifier = application.beginBackgroundTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:195:17: note: variable defined here
var taskIdentifier: UIBackgroundTaskIdentifier = .invalid
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:196:62: note: variable captured by sendable closure
taskIdentifier = application.beginBackgroundTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:198:47: note: capturing use
application.endBackgroundTask(taskIdentifier)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:195:17: note: variable defined here
var taskIdentifier: UIBackgroundTaskIdentifier = .invalid
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:196:62: note: variable captured by sendable closure
taskIdentifier = application.beginBackgroundTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift:198:47: note: capturing use
application.endBackgroundTask(taskIdentifier)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/watchOS/watchOSDelegation.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling JSONSafeEncoder.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 Compiling\ watchOSLifecycleEvents.swift,\ watchOSLifecycleMonitor.swift,\ SegmentDestination.swift,\ StartupQueue.swift,\ Settings.swift,\ Startup.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/SegmentDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/StartupQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Startup.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleEvents.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleMonitor.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/SegmentDestination.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Plugins/StartupQueue.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Settings.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Startup.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Startup.swift:88:17: warning: capture of 'self' with non-sendable type 'Analytics?' in a '@Sendable' closure
self?.checkSettings()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Analytics.swift:13:14: note: class 'Analytics' does not conform to the 'Sendable' protocol
public class Analytics {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Startup.swift:87:20: warning: main actor-isolated property 'applicationState' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
if app.applicationState == .background {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:137:50: note: property declared here
@property(nonatomic,readonly) UIApplicationState applicationState API_AVAILABLE(ios(4.0));
^
SwiftCompile normal arm64 Compiling\ OutputFileStream.swift,\ CountBasedFlushPolicy.swift,\ FlushPolicy.swift,\ IntervalBasedFlushPolicy.swift,\ QueueTimer.swift,\ DataStore.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/OutputFileStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Policies/CountBasedFlushPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Policies/FlushPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Policies/IntervalBasedFlushPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/DataStore.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/OutputFileStream.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Policies/CountBasedFlushPolicy.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Policies/FlushPolicy.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Policies/IntervalBasedFlushPolicy.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: warning: static property 'timers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var timers = [QueueTimer]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: note: convert 'timers' to a 'let' constant to make 'Sendable' shared state immutable
static var timers = [QueueTimer]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: note: add '@MainActor' to make static property 'timers' part of global actor 'MainActor'
static var timers = [QueueTimer]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/QueueTimer.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var timers = [QueueTimer]()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/DataStore.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Storage.swift,\ TransientDB.swift,\ DirectoryStore.swift,\ MemoryStore.swift,\ FileHandleExt.swift,\ LineStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/TransientDB.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/MemoryStore.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Utilities/FileHandleExt.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Utilities/LineStream.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Storage.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/TransientDB.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/TransientDB.swift:50:27: warning: capture of 'self' with non-sendable type 'TransientDB?' in a '@Sendable' closure
guard let self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/TransientDB.swift:9:14: note: class 'TransientDB' does not conform to the 'Sendable' protocol
public class TransientDB {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/TransientDB.swift:51:36: warning: capture of 'data' with non-sendable type 'any RawEvent' in a '@Sendable' closure
store.append(data: data)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Types.swift:21:17: note: protocol 'RawEvent' does not conform to the 'Sendable' protocol
public protocol RawEvent: Codable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: warning: static property 'fileValidator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var fileValidator: ((URL) -> Void)? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: note: convert 'fileValidator' to a 'let' constant to make 'Sendable' shared state immutable
internal static var fileValidator: ((URL) -> Void)? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: note: add '@MainActor' to make static property 'fileValidator' part of global actor 'MainActor'
internal static var fileValidator: ((URL) -> Void)? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift:11:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var fileValidator: ((URL) -> Void)? = nil
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Types/MemoryStore.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Utilities/FileHandleExt.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Storage/Utilities/LineStream.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Telemetry.swift,\ UserAgent.swift,\ Utils.swift,\ iso8601.swift,\ Version.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Version.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:35:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Telemetry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = Telemetry(session: HTTPSessions.urlSession())
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:34:14: note: class 'Telemetry' does not conform to the 'Sendable' protocol
public class Telemetry: Subscriber {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:35:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = Telemetry(session: HTTPSessions.urlSession())
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = Telemetry(session: HTTPSessions.urlSession())
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:209:17: warning: capture of 'self' with non-sendable type 'Telemetry' in a '@Sendable' closure; this is an error in the Swift 6 language mode
self.errorHandler?(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Telemetry.swift:34:14: note: class 'Telemetry' does not conform to the 'Sendable' protocol
public class Telemetry: Subscriber {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: warning: static property '_value' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
@Atomic internal static var _value: String = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: note: convert '_value' to a 'let' constant to make 'Sendable' shared state immutable
@Atomic internal static var _value: String = ""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: note: add '@MainActor' to make static property '_value' part of global actor 'MainActor'
@Atomic internal static var _value: String = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:38:33: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@Atomic internal static var _value: String = ""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:70:38: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
var model = UIDevice.current.model
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:40:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *model; // e.g. @"iPhone", @"iPod touch"
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:64:24: note: add '@MainActor' to make static method 'value(applicationName:)' part of global actor 'MainActor'
public static func value(applicationName: String) -> String {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:70:30: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
var model = UIDevice.current.model
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/UserAgent.swift:64:24: note: add '@MainActor' to make static method 'value(applicationName:)' part of global actor 'MainActor'
public static func value(applicationName: String) -> String {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: warning: var 'isUnitTesting' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var isUnitTesting: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: note: convert 'isUnitTesting' to a 'let' constant to make 'Sendable' shared state immutable
internal var isUnitTesting: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: note: add '@MainActor' to make var 'isUnitTesting' part of global actor 'MainActor'
internal var isUnitTesting: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:28:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var isUnitTesting: Bool = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: warning: var 'isAppExtension' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var isAppExtension: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: note: convert 'isAppExtension' to a 'let' constant to make 'Sendable' shared state immutable
internal var isAppExtension: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: note: add '@MainActor' to make var 'isAppExtension' part of global actor 'MainActor'
internal var isAppExtension: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Utils.swift:50:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var isAppExtension: Bool = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift:11:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared: ISO8601DateFormatter = {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift:11:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static let shared: ISO8601DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/iso8601.swift:11:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared: ISO8601DateFormatter = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Version.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Action.swift (in target 'Sovran' from project 'Sovran')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftDriverJobDiscovery normal arm64 Compiling Store.swift (in target 'Sovran' from project 'Sovran')
SwiftDriverJobDiscovery normal arm64 Compiling JSONValue.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftDriver\ Compilation Sovran normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sovran' from project 'Sovran')
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 Sovran -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.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/Sovran.build/Debug-xros/Sovran.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_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/Sovran.build/Debug-xros/Sovran.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for CioAnalytics (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriver\ Compilation\ Requirements CioAnalytics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CioAnalytics' from project 'CioAnalytics')
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 CioAnalytics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.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/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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_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/CioAnalytics.build/Debug-xros/CioAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-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/Sovran.o normal (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
/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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_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/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CioAnalytics-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-Swift.h (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CioAnalytics-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftmodule (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftdoc (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.abi.json (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftsourceinfo (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver\ Compilation JSONSafeEncoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
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 JSONSafeEncoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ State.swift,\ Timeline.swift,\ Types.swift,\ Atomic.swift,\ CompletionGroup.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/State.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Timeline.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Atomic.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/CompletionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/State.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Timeline.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Types.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/Atomic.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/CompletionGroup.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/CompletionGroup.swift:50:17: warning: capture of 'task' with non-sendable type '() -> Void' in a '@Sendable' closure
task()
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/CompletionGroup.swift:50:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
task()
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: warning: static property 'jsonNonConformingNumberStrategy' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: note: convert 'jsonNonConformingNumberStrategy' to a 'let' constant to make 'Sendable' shared state immutable
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: note: add '@MainActor' to make static property 'jsonNonConformingNumberStrategy' part of global actor 'MainActor'
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:58:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var jsonNonConformingNumberStrategy: JSONSafeEncoder.NonConformingFloatEncodingStrategy = .zero
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:564:16: warning: static property 'trueObjCType' is not concurrency-safe because non-'Sendable' type 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let trueObjCType = trueValue.objCType
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:564:16: note: add '@MainActor' to make static property 'trueObjCType' part of global actor 'MainActor'
static let trueObjCType = trueValue.objCType
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:564:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let trueObjCType = trueValue.objCType
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:566:16: warning: static property 'falseObjCType' is not concurrency-safe because non-'Sendable' type 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let falseObjCType = falseValue.objCType
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:566:16: note: add '@MainActor' to make static property 'falseObjCType' part of global actor 'MainActor'
static let falseObjCType = falseValue.objCType
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Segment/Utilities/JSON.swift:566:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let falseObjCType = falseValue.objCType
^
nonisolated(unsafe)
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.o normal (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
/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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_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/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.o
SwiftDriverJobDiscovery normal arm64 Compiling KeyPath.swift, Logging.swift, HTTPClient.swift, HTTPSession+Apple.swift, HTTPSession.swift, Noncodable.swift (in target 'CioAnalytics' from project 'CioAnalytics')
ExtractAppIntentsMetadata (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
/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 Sovran --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 sovran-swift.Sovran --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Sovran.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-xros/Sovran.build/Objects-normal/arm64/Sovran.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-02 06:20:02.345 appintentsmetadataprocessor[868:4801] Starting appintentsmetadataprocessor export
2026-04-02 06:20:02.391 appintentsmetadataprocessor[868:4801] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
/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 JSONSafeEncoding --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 jsonsafeencoding-swift.JSONSafeEncoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/JSONSafeEncoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-xros/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-02 06:20:02.424 appintentsmetadataprocessor[869:4815] Starting appintentsmetadataprocessor export
2026-04-02 06:20:02.461 appintentsmetadataprocessor[869:4815] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.o (in target 'Sovran' from project 'Sovran')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sovran.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.o (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONSafeEncoding.o
SwiftDriverJobDiscovery normal arm64 Compiling OutputFileStream.swift, CountBasedFlushPolicy.swift, FlushPolicy.swift, IntervalBasedFlushPolicy.swift, QueueTimer.swift, DataStore.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling ObjCConfiguration.swift, ObjCEvents.swift, ObjCPlugin.swift, Plugins.swift, Context.swift, DestinationMetadataPlugin.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling Storage.swift, TransientDB.swift, DirectoryStore.swift, MemoryStore.swift, FileHandleExt.swift, LineStream.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling Analytics.swift, Configuration.swift, Deprecations.swift, Errors.swift, Events.swift, ObjCAnalytics.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling DeviceToken.swift, LinuxLifecycleMonitor.swift, macOSLifecycleEvents.swift, macOSLifecycleMonitor.swift, AppleUtils.swift, LinuxUtils.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling Telemetry.swift, UserAgent.swift, Utils.swift, iso8601.swift, Version.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling VendorSystem.swift, WindowsUtils.swift, iOSDelegation.swift, iOSLifecycleEvents.swift, iOSLifecycleMonitor.swift, watchOSDelegation.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling watchOSLifecycleEvents.swift, watchOSLifecycleMonitor.swift, SegmentDestination.swift, StartupQueue.swift, Settings.swift, Startup.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling State.swift, Timeline.swift, Types.swift, Atomic.swift, CompletionGroup.swift, JSON.swift (in target 'CioAnalytics' from project 'CioAnalytics')
SwiftDriver\ Compilation CioAnalytics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CioAnalytics' from project 'CioAnalytics')
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 CioAnalytics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.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/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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_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/CioAnalytics.build/Debug-xros/CioAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics-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/CioAnalytics.o normal (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_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/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.o
ExtractAppIntentsMetadata (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CioAnalytics --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.CioAnalytics --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/CioAnalytics.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CioAnalytics.build/Debug-xros/CioAnalytics.build/Objects-normal/arm64/CioAnalytics.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-02 06:20:03.340 appintentsmetadataprocessor[872:4865] Starting appintentsmetadataprocessor export
2026-04-02 06:20:03.373 appintentsmetadataprocessor[872:4865] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.o (in target 'CioAnalytics' from project 'CioAnalytics')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CioAnalytics.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "sovran-swift",
"requirement" : {
"exact" : [
"1.1.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/segmentio/sovran-swift.git"
},
{
"identity" : "jsonsafeencoding-swift",
"requirement" : {
"exact" : [
"2.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/segmentio/jsonsafeencoding-swift.git"
}
],
"manifest_display_name" : "CioAnalytics",
"name" : "CioAnalytics",
"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" : "7.1"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CioAnalytics",
"targets" : [
"CioAnalytics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CioAnalytics_Tests",
"module_type" : "SwiftTarget",
"name" : "CioAnalytics-Tests",
"path" : "Tests",
"sources" : [
"Segment-Tests/Analytics_Tests.swift",
"Segment-Tests/Atomic_Tests.swift",
"Segment-Tests/CompletionGroup_Tests.swift",
"Segment-Tests/FlushPolicy_Tests.swift",
"Segment-Tests/HTTPClient_Tests.swift",
"Segment-Tests/JSON_Tests.swift",
"Segment-Tests/KeyPath_Tests.swift",
"Segment-Tests/MemoryLeak_Tests.swift",
"Segment-Tests/ObjC_Tests.swift",
"Segment-Tests/Storage_Tests.swift",
"Segment-Tests/StressTests.swift",
"Segment-Tests/Support/TestUtilities.swift",
"Segment-Tests/Telemetry_Tests.swift",
"Segment-Tests/Timeline_Tests.swift",
"Segment-Tests/UserAgentTests.swift",
"Segment-Tests/WindowsVendorSystem_Tests.swift",
"Segment-Tests/XCTestManifests.swift",
"Segment-Tests/iOSLifecycle_Tests.swift"
],
"target_dependencies" : [
"CioAnalytics"
],
"type" : "test"
},
{
"c99name" : "CioAnalytics",
"module_type" : "SwiftTarget",
"name" : "CioAnalytics",
"path" : "Sources/Segment",
"product_dependencies" : [
"Sovran",
"JSONSafeEncoding"
],
"product_memberships" : [
"CioAnalytics"
],
"sources" : [
"Analytics.swift",
"Configuration.swift",
"Deprecations.swift",
"Errors.swift",
"Events.swift",
"ObjC/ObjCAnalytics.swift",
"ObjC/ObjCConfiguration.swift",
"ObjC/ObjCEvents.swift",
"ObjC/ObjCPlugin.swift",
"Plugins.swift",
"Plugins/Context.swift",
"Plugins/DestinationMetadataPlugin.swift",
"Plugins/DeviceToken.swift",
"Plugins/Platforms/Linux/LinuxLifecycleMonitor.swift",
"Plugins/Platforms/Mac/macOSLifecycleEvents.swift",
"Plugins/Platforms/Mac/macOSLifecycleMonitor.swift",
"Plugins/Platforms/Vendors/AppleUtils.swift",
"Plugins/Platforms/Vendors/LinuxUtils.swift",
"Plugins/Platforms/Vendors/VendorSystem.swift",
"Plugins/Platforms/Vendors/WindowsUtils.swift",
"Plugins/Platforms/iOS/iOSDelegation.swift",
"Plugins/Platforms/iOS/iOSLifecycleEvents.swift",
"Plugins/Platforms/iOS/iOSLifecycleMonitor.swift",
"Plugins/Platforms/watchOS/watchOSDelegation.swift",
"Plugins/Platforms/watchOS/watchOSLifecycleEvents.swift",
"Plugins/Platforms/watchOS/watchOSLifecycleMonitor.swift",
"Plugins/SegmentDestination.swift",
"Plugins/StartupQueue.swift",
"Settings.swift",
"Startup.swift",
"State.swift",
"Timeline.swift",
"Types.swift",
"Utilities/Atomic.swift",
"Utilities/CompletionGroup.swift",
"Utilities/JSON.swift",
"Utilities/KeyPath.swift",
"Utilities/Logging.swift",
"Utilities/Networking/HTTPClient.swift",
"Utilities/Networking/HTTPSession+Apple.swift",
"Utilities/Networking/HTTPSession.swift",
"Utilities/Noncodable.swift",
"Utilities/OutputFileStream.swift",
"Utilities/Policies/CountBasedFlushPolicy.swift",
"Utilities/Policies/FlushPolicy.swift",
"Utilities/Policies/IntervalBasedFlushPolicy.swift",
"Utilities/QueueTimer.swift",
"Utilities/Storage/DataStore.swift",
"Utilities/Storage/Storage.swift",
"Utilities/Storage/TransientDB.swift",
"Utilities/Storage/Types/DirectoryStore.swift",
"Utilities/Storage/Types/MemoryStore.swift",
"Utilities/Storage/Utilities/FileHandleExt.swift",
"Utilities/Storage/Utilities/LineStream.swift",
"Utilities/Telemetry.swift",
"Utilities/UserAgent.swift",
"Utilities/Utils.swift",
"Utilities/iso8601.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Resource 'Segment/Resources': File not found.
Done.