Build Information
Successful build of Cache, reference main (0829fe
), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 01:52:53 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Cache -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/Cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/Cache
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0829fe1 Update windows.yml (#17)
Cloned https://github.com/0xLeif/Cache.git
Revision (git rev-parse @):
0829fe1da37e755a70875e5761bd693a52a0e953
SUCCESS checkout https://github.com/0xLeif/Cache.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/0xLeif/Cache.git
https://github.com/0xLeif/Cache.git
{
"dependencies" : [
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"AnyCacheableTests.swift",
"CacheInitializableTests.swift",
"CacheTests.swift",
"ComposableCacheTests.swift",
"DictionaryTests.swift",
"ExampleTests.swift",
"ExpiringCacheTests.swift",
"JSONTests.swift",
"LRUCacheTests.swift",
"LoggingTests.swift",
"PersistableCacheTests.swift",
"PropertyWrappersTests.swift",
"RequiredKeysCacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache/AnyCacheable.swift",
"Cache/Cache+subscript.swift",
"Cache/Cache.swift",
"Cache/ComposableCache.swift",
"Cache/ExpiringCache+subscript.swift",
"Cache/ExpiringCache.swift",
"Cache/LRUCache.swift",
"Cache/PersistableCache.swift",
"Cache/RequiredKeysCache+subscript.swift",
"Cache/RequiredKeysCache.swift",
"CacheInitializable.swift",
"Cacheable.swift",
"Dictionary/Dictionary+Cacheable.swift",
"Errors/InvalidTypeError.swift",
"Errors/MissingRequiredKeysError.swift",
"Global/Global+cache.swift",
"Global/Global+dependencies.swift",
"Global/Global+images.swift",
"Global/Global+loggers.swift",
"Global/Global.swift",
"JSON/JSON+subscript.swift",
"JSON/JSON.swift",
"PropertyWrappers/Cached.swift",
"PropertyWrappers/Logging.swift",
"PropertyWrappers/OptionallyCached.swift",
"PropertyWrappers/Resolved.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Cache: /Users/admin/builder/spi-builder-workspace
resolved source packages: Cache
{
"dependencies" : [
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"AnyCacheableTests.swift",
"CacheInitializableTests.swift",
"CacheTests.swift",
"ComposableCacheTests.swift",
"DictionaryTests.swift",
"ExampleTests.swift",
"ExpiringCacheTests.swift",
"JSONTests.swift",
"LRUCacheTests.swift",
"LoggingTests.swift",
"PersistableCacheTests.swift",
"PropertyWrappersTests.swift",
"RequiredKeysCacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache/AnyCacheable.swift",
"Cache/Cache+subscript.swift",
"Cache/Cache.swift",
"Cache/ComposableCache.swift",
"Cache/ExpiringCache+subscript.swift",
"Cache/ExpiringCache.swift",
"Cache/LRUCache.swift",
"Cache/PersistableCache.swift",
"Cache/RequiredKeysCache+subscript.swift",
"Cache/RequiredKeysCache.swift",
"CacheInitializable.swift",
"Cacheable.swift",
"Dictionary/Dictionary+Cacheable.swift",
"Errors/InvalidTypeError.swift",
"Errors/MissingRequiredKeysError.swift",
"Global/Global+cache.swift",
"Global/Global+dependencies.swift",
"Global/Global+images.swift",
"Global/Global+loggers.swift",
"Global/Global.swift",
"JSON/JSON+subscript.swift",
"JSON/JSON.swift",
"PropertyWrappers/Cached.swift",
"PropertyWrappers/Logging.swift",
"PropertyWrappers/OptionallyCached.swift",
"PropertyWrappers/Resolved.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Cache"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Cache -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 Cache -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
Resolved source packages:
Cache: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Cache' in project 'Cache'
➜ Explicit dependency on target 'Cache' in project 'Cache'
Target 'Cache' in project 'Cache' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 633ddae3b9730dd67febe0877fe846f3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/633ddae3b9730dd67febe0877fe846f3.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/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
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/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/Cache.build/Debug-xros/Cache.build/Cache.DependencyStaticMetadataFileList (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.DependencyMetadataFileList (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.modulemap (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-OutputFileMap.json (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.SwiftFileList (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.LinkFileList (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.SwiftConstValuesFileList (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Cache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.modulemap (in target 'Cache' from project 'Cache')
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/Cache.build/Debug-xros/Cache.build/Cache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Cache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.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 -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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.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/Cache.build/Debug-xros/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-xros/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ComposableCache.swift,\ ExpiringCache+subscript.swift,\ ExpiringCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
public let key: Key
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
^
, Sendable
SwiftCompile normal arm64 Compiling\ Cached.swift,\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Logging.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Logging.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Global+loggers.swift,\ Global.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Dictionary+Cacheable.swift,\ InvalidTypeError.swift,\ MissingRequiredKeysError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/InvalidTypeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/InvalidTypeError.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
public let keys: Set<Key>
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
^
, Sendable
SwiftCompile normal arm64 Compiling\ JSON+subscript.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RequiredKeysCache.swift,\ CacheInitializable.swift,\ Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/CacheInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cacheable.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/CacheInitializable.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cacheable.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LRUCache.swift,\ PersistableCache.swift,\ RequiredKeysCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/PersistableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/PersistableCache.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Cache (in target 'Cache' from project 'Cache')
EmitSwiftModule normal arm64 (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
public let key: Key
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
public let keys: Set<Key>
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
public static var cache: Cache<AnyHashable, Any> = Cache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
public static var cache: Cache<AnyHashable, Any> = Cache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var cache: Cache<AnyHashable, Any> = Cache()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
public static var images: Cache<URL, CacheImage> = Cache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
public static var images: Cache<URL, CacheImage> = Cache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var images: Cache<URL, CacheImage> = Cache()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ OptionallyCached.swift,\ Resolved.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Resolved.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Resolved.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyCacheable.swift,\ Cache+subscript.swift,\ Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache+subscript.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Global+cache.swift,\ Global+dependencies.swift,\ Global+images.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
public static var cache: Cache<AnyHashable, Any> = Cache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
public static var cache: Cache<AnyHashable, Any> = Cache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var cache: Cache<AnyHashable, Any> = Cache()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
public static var images: Cache<URL, CacheImage> = Cache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
public static var images: Cache<URL, CacheImage> = Cache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var images: Cache<URL, CacheImage> = Cache()
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Cache (in target 'Cache' from project 'Cache')
SwiftDriver\ Compilation\ Requirements Cache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.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 -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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.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/Cache.build/Debug-xros/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-xros/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OptionallyCached.swift, Resolved.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling Cached.swift, Logging.swift (in target 'Cache' from project 'Cache')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Cache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-Swift.h (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Cache-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.swiftmodule (in target 'Cache' from project 'Cache')
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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.swiftdoc (in target 'Cache' from project 'Cache')
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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.abi.json (in target 'Cache' from project 'Cache')
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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.swiftsourceinfo (in target 'Cache' from project 'Cache')
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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RequiredKeysCache.swift, CacheInitializable.swift, Cacheable.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCacheable.swift, Cache+subscript.swift, Cache.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling LRUCache.swift, PersistableCache.swift, RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling JSON+subscript.swift, JSON.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling Dictionary+Cacheable.swift, InvalidTypeError.swift, MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling ComposableCache.swift, ExpiringCache+subscript.swift, ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling Global+loggers.swift, Global.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling Global+cache.swift, Global+dependencies.swift, Global+images.swift (in target 'Cache' from project 'Cache')
SwiftDriver\ Compilation Cache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.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 -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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.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/Cache.build/Debug-xros/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-xros/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache-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/Cache.o normal (in target 'Cache' from project 'Cache')
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 -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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.o
ExtractAppIntentsMetadata (in target 'Cache' from project 'Cache')
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 Cache --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.Cache --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Cache.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-xros/Cache.build/Objects-normal/arm64/Cache.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 18:52:52.237 appintentsmetadataprocessor[725:4096] Starting appintentsmetadataprocessor export
2025-04-27 18:52:52.279 appintentsmetadataprocessor[725:4096] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.o (in target 'Cache' from project 'Cache')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cache.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"AnyCacheableTests.swift",
"CacheInitializableTests.swift",
"CacheTests.swift",
"ComposableCacheTests.swift",
"DictionaryTests.swift",
"ExampleTests.swift",
"ExpiringCacheTests.swift",
"JSONTests.swift",
"LRUCacheTests.swift",
"LoggingTests.swift",
"PersistableCacheTests.swift",
"PropertyWrappersTests.swift",
"RequiredKeysCacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache/AnyCacheable.swift",
"Cache/Cache+subscript.swift",
"Cache/Cache.swift",
"Cache/ComposableCache.swift",
"Cache/ExpiringCache+subscript.swift",
"Cache/ExpiringCache.swift",
"Cache/LRUCache.swift",
"Cache/PersistableCache.swift",
"Cache/RequiredKeysCache+subscript.swift",
"Cache/RequiredKeysCache.swift",
"CacheInitializable.swift",
"Cacheable.swift",
"Dictionary/Dictionary+Cacheable.swift",
"Errors/InvalidTypeError.swift",
"Errors/MissingRequiredKeysError.swift",
"Global/Global+cache.swift",
"Global/Global+dependencies.swift",
"Global/Global+images.swift",
"Global/Global+loggers.swift",
"Global/Global.swift",
"JSON/JSON+subscript.swift",
"JSON/JSON.swift",
"PropertyWrappers/Cached.swift",
"PropertyWrappers/Logging.swift",
"PropertyWrappers/OptionallyCached.swift",
"PropertyWrappers/Resolved.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.