Build Information
Successful build of AsyncStorages, reference main (0cc0a0), with Swift 6.1 for tvOS using Xcode 16.3 on 19 Apr 2026 17:27:17 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 AsyncStorages -destination generic/platform=tvOS 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
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dreymonde/AsyncStorages.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/AsyncStorages
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0cc0a09 fix backedStorage
Cloned https://github.com/dreymonde/AsyncStorages.git
Revision (git rev-parse @):
0cc0a098e626a8f07aab126f8b4d461fc8597b6d
SUCCESS checkout https://github.com/dreymonde/AsyncStorages.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/dreymonde/AsyncStorages.git
https://github.com/dreymonde/AsyncStorages.git
{
"dependencies" : [
],
"manifest_display_name" : "AsyncStorages",
"name" : "AsyncStorages",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AsyncStorages",
"targets" : [
"AsyncStorages"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncStoragesTests",
"module_type" : "SwiftTarget",
"name" : "AsyncStoragesTests",
"path" : "Tests/AsyncStoragesTests",
"sources" : [
"AsyncStoragesTests.swift",
"DiskStorageTests.swift",
"TestSupport.swift",
"URLSessionStorageTests.swift"
],
"target_dependencies" : [
"AsyncStorages"
],
"type" : "test"
},
{
"c99name" : "AsyncStorages",
"module_type" : "SwiftTarget",
"name" : "AsyncStorages",
"path" : "Sources/AsyncStorages",
"product_memberships" : [
"AsyncStorages"
],
"sources" : [
"ActorSafe.swift",
"AsyncQueue.swift",
"AsyncStorages.swift",
"Composition.swift",
"ReadableStorage.swift",
"SerialStorage.swift",
"Storage.swift",
"StorageWrapper.swift",
"Storages/DiskStorage/DiskExtensions.swift",
"Storages/DiskStorage/DiskFolderStorage.swift",
"Storages/DiskStorage/DiskStorage.swift",
"Storages/DiskStorage/Filename.swift",
"Storages/DiskStorage/RawDiskStorage.swift",
"Storages/MemoryStorage.swift",
"Storages/URLSessionStorage/HTTPProxy.swift",
"Storages/URLSessionStorage/URLSessionStorage.swift",
"WriteableStorage.swift",
"ZipStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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
Resolve Package Graph
Resolved source packages:
AsyncStorages: /Users/admin/builder/spi-builder-workspace
resolved source packages: AsyncStorages
{
"dependencies" : [
],
"manifest_display_name" : "AsyncStorages",
"name" : "AsyncStorages",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AsyncStorages",
"targets" : [
"AsyncStorages"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncStoragesTests",
"module_type" : "SwiftTarget",
"name" : "AsyncStoragesTests",
"path" : "Tests/AsyncStoragesTests",
"sources" : [
"AsyncStoragesTests.swift",
"DiskStorageTests.swift",
"TestSupport.swift",
"URLSessionStorageTests.swift"
],
"target_dependencies" : [
"AsyncStorages"
],
"type" : "test"
},
{
"c99name" : "AsyncStorages",
"module_type" : "SwiftTarget",
"name" : "AsyncStorages",
"path" : "Sources/AsyncStorages",
"product_memberships" : [
"AsyncStorages"
],
"sources" : [
"ActorSafe.swift",
"AsyncQueue.swift",
"AsyncStorages.swift",
"Composition.swift",
"ReadableStorage.swift",
"SerialStorage.swift",
"Storage.swift",
"StorageWrapper.swift",
"Storages/DiskStorage/DiskExtensions.swift",
"Storages/DiskStorage/DiskFolderStorage.swift",
"Storages/DiskStorage/DiskStorage.swift",
"Storages/DiskStorage/Filename.swift",
"Storages/DiskStorage/RawDiskStorage.swift",
"Storages/MemoryStorage.swift",
"Storages/URLSessionStorage/HTTPProxy.swift",
"Storages/URLSessionStorage/URLSessionStorage.swift",
"WriteableStorage.swift",
"ZipStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AsyncStorages"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncStorages -destination generic/platform=tvOS 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 AsyncStorages -destination generic/platform=tvOS "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:
AsyncStorages: /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 'AsyncStorages' in project 'AsyncStorages'
➜ Explicit dependency on target 'AsyncStorages' in project 'AsyncStorages'
Target 'AsyncStorages' in project 'AsyncStorages' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 3417d1e214d5455ed1471408efe34604
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3417d1e214d5455ed1471408efe34604.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.DependencyMetadataFileList (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.modulemap (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.DependencyStaticMetadataFileList (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-OutputFileMap.json (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftFileList (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.LinkFileList (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_const_extract_protocols.json (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftConstValuesFileList (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AsyncStorages.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.modulemap (in target 'AsyncStorages' from project 'AsyncStorages')
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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver AsyncStorages normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
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 AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Storage.swift,\ StorageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ActorSafe.swift,\ AsyncQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ReadableStorage.swift,\ SerialStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:35: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
var value = try await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:75: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
var value = try await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
modify(&value)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
modify(&value)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await perform(self.underlyingStorage)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
try await perform(self.underlyingStorage)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:31: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await perform(self.underlyingStorage)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:23: warning: capture of 'self' with non-sendable type 'SerialReadOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:86:20: note: generic class 'SerialReadOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialReadOnlyStorage<Underlying: ReadableStorage>: ReadOnlyStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:23: warning: capture of 'self' with non-sendable type 'SerialWriteOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:105:20: note: generic class 'SerialWriteOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialWriteOnlyStorage<Underlying: WritableStorage>: WriteOnlyStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleReadableStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:124:20: note: generic class 'SerialNonFallibleReadableStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleReadableStorage<Underlying: NonFallibleReadableStorage>: NonFallibleReadableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:23: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await self.underlyingStorage.set(value, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
var value = await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:71: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
var value = await self.underlyingStorage.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
modify(&value)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
modify(&value)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await perform(self.underlyingStorage)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
try await perform(self.underlyingStorage)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try await perform(self.underlyingStorage)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
^
SwiftCompile normal arm64 Compiling\ AsyncStorages.swift,\ Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' 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 isEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
public static var isEnabled = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
public static var isEnabled = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var isEnabled = false
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DiskExtensions.swift,\ DiskFolderStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
@StringPrinted public var originalData: Data
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPProxy.swift,\ URLSessionStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WriteableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
EmitSwiftModule normal arm64 (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' 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 isEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
public static var isEnabled = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
public static var isEnabled = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var isEnabled = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
@StringPrinted public var originalData: Data
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = DiskStorage(creatingDirectories: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = DiskStorage(creatingDirectories: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = DiskStorage(creatingDirectories: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
public struct Encoder {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
public struct Encoder {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' 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/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
^
, Sendable
SwiftCompile normal arm64 Compiling\ RawDiskStorage.swift,\ MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' 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/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
if let value = await dictionary.get()[key] {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:34: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
if let value = await dictionary.get()[key] {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: non-sendable result type 'Value' cannot be sent from actor-isolated context in call to instance method 'write(with:)'; this is an error in the Swift 6 language mode
try await dictionary.write { dict in
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: warning: sending 'dictionary' risks causing data races; this is an error in the Swift 6 language mode
self.dictionary = ActorSafe(dictionary)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: note: sending task-isolated 'dictionary' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
self.dictionary = ActorSafe(dictionary)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: warning: sending value of non-Sendable type '(inout [Key : Value]) -> ()' risks causing data races; this is an error in the Swift 6 language mode
await dictionary.write(with: { $0[key] = value })
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) -> ()' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
await dictionary.write(with: { $0[key] = value })
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: sending value of non-Sendable type '(inout [Key : Value]) throws -> Value' risks causing data races; this is an error in the Swift 6 language mode
try await dictionary.write { dict in
~~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) throws -> Value' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
try await dictionary.write { dict in
^
SwiftCompile normal arm64 Compiling\ ZipStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
async let value1 = await storage1.retrieve(forKey: key)
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
async let value1 = await storage1.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
async let value1 = await storage1.retrieve(forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
async let value1 = await storage1.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
async let value2 = await storage2.retrieve(forKey: key)
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
async let value2 = await storage2.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
async let value2 = await storage2.retrieve(forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
async let value2 = await storage2.retrieve(forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
async let setResult1: () = storage1.set(value.0, forKey: key)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
async let setResult1: () = storage1.set(value.0, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
async let setResult1: () = storage1.set(value.0, forKey: key)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
async let setResult1: () = storage1.set(value.0, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
async let setResult1: () = storage1.set(value.0, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
async let setResult1: () = storage1.set(value.0, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
async let setResult2: () = storage2.set(value.1, forKey: key)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
async let setResult2: () = storage2.set(value.1, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
async let setResult2: () = storage2.set(value.1, forKey: key)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
async let setResult2: () = storage2.set(value.1, forKey: key)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
async let setResult2: () = storage2.set(value.1, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
async let setResult2: () = storage2.set(value.1, forKey: key)
^
SwiftCompile normal arm64 Compiling\ DiskStorage.swift,\ Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = DiskStorage(creatingDirectories: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = DiskStorage(creatingDirectories: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = DiskStorage(creatingDirectories: true)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
public struct Encoder {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
public struct Encoder {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriver\ Compilation\ Requirements AsyncStorages normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
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 AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AsyncStorages.swift, Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AsyncStorages-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-Swift.h (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AsyncStorages-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftmodule (in target 'AsyncStorages' from project 'AsyncStorages')
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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftdoc (in target 'AsyncStorages' from project 'AsyncStorages')
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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.abi.json (in target 'AsyncStorages' from project 'AsyncStorages')
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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftsourceinfo (in target 'AsyncStorages' from project 'AsyncStorages')
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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling ReadableStorage.swift, SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling ActorSafe.swift, AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling DiskStorage.swift, Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPProxy.swift, URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling Storage.swift, StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling RawDiskStorage.swift, MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling DiskExtensions.swift, DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriver\ Compilation AsyncStorages normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
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 AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.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/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-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-appletvos/AsyncStorages.o normal (in target 'AsyncStorages' from project 'AsyncStorages')
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-tvos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.o
ExtractAppIntentsMetadata (in target 'AsyncStorages' from project 'AsyncStorages')
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 AsyncStorages --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.AsyncStorages --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/AsyncStorages.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-appletvos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 10:27:16.786 appintentsmetadataprocessor[716:4112] Starting appintentsmetadataprocessor export
2026-04-19 10:27:16.825 appintentsmetadataprocessor[716:4112] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.o (in target 'AsyncStorages' from project 'AsyncStorages')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStorages.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncStorages",
"name" : "AsyncStorages",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AsyncStorages",
"targets" : [
"AsyncStorages"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncStoragesTests",
"module_type" : "SwiftTarget",
"name" : "AsyncStoragesTests",
"path" : "Tests/AsyncStoragesTests",
"sources" : [
"AsyncStoragesTests.swift",
"DiskStorageTests.swift",
"TestSupport.swift",
"URLSessionStorageTests.swift"
],
"target_dependencies" : [
"AsyncStorages"
],
"type" : "test"
},
{
"c99name" : "AsyncStorages",
"module_type" : "SwiftTarget",
"name" : "AsyncStorages",
"path" : "Sources/AsyncStorages",
"product_memberships" : [
"AsyncStorages"
],
"sources" : [
"ActorSafe.swift",
"AsyncQueue.swift",
"AsyncStorages.swift",
"Composition.swift",
"ReadableStorage.swift",
"SerialStorage.swift",
"Storage.swift",
"StorageWrapper.swift",
"Storages/DiskStorage/DiskExtensions.swift",
"Storages/DiskStorage/DiskFolderStorage.swift",
"Storages/DiskStorage/DiskStorage.swift",
"Storages/DiskStorage/Filename.swift",
"Storages/DiskStorage/RawDiskStorage.swift",
"Storages/MemoryStorage.swift",
"Storages/URLSessionStorage/HTTPProxy.swift",
"Storages/URLSessionStorage/URLSessionStorage.swift",
"WriteableStorage.swift",
"ZipStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.