The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Cache, reference 2.1.0 (a535c6), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 28 Apr 2025 01:53:18 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 platform=macOS,arch=arm64 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: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/Cache
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at a535c68 Update PersistableCache to use mapppings (#13)
Cloned https://github.com/0xLeif/Cache.git
Revision (git rev-parse @):
a535c68aab7bf0b42bda7a5de66b04f86e48c6e6
SUCCESS checkout https://github.com/0xLeif/Cache.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: a888943271e408fef257a958f10849a9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a888943271e408fef257a958f10849a9.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Cache.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Cache.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Cache.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Cache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Cache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/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/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/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/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\ 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)
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\ 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\ 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

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\ 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\ 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\ 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\ 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\ 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

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

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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/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/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/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Cache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Cache-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/Cache.build/Objects-normal/arm64/Cache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Cached.swift, Logging.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling RequiredKeysCache.swift, CacheInitializable.swift, Cacheable.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 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 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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/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/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/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/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/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-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/Objects-normal/arm64/Cache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.Cache --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cache.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/Objects-normal/arm64/Cache_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/Objects-normal/arm64/Cache.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/Cache.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/Cache.build/Cache.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug/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:53:17.473 appintentsmetadataprocessor[720:4118] Starting appintentsmetadataprocessor export
2025-04-27 18:53:17.510 appintentsmetadataprocessor[720:4118] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Cache.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:b8731479d79cb74636e12f34a593c7ee05590d49, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:b8731479d79cb74636e12f34a593c7ee05590d49, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:b8731479d79cb74636e12f34a593c7ee05590d49, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:b8731479d79cb74636e12f34a593c7ee05590d49, name:My Mac }
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.