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 Then, reference master (709112), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 10:58:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Then -destination generic/platform=iOS 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/freshOS/then.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/freshOS/then
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 709112d Bumps to swift 5.9
Cloned https://github.com/freshOS/then.git
Revision (git rev-parse @):
709112d17ac9f61060b28c86d61d3f0f9b66c08a
SUCCESS checkout https://github.com/freshOS/then.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/freshOS/then.git
https://github.com/freshOS/then.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Then",
  "name" : "Then",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Then",
      "targets" : [
        "Then"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThenTests",
      "module_type" : "SwiftTarget",
      "name" : "ThenTests",
      "path" : "Tests/ThenTests",
      "sources" : [
        "AsyncAwaitTests.swift",
        "BridgeErrorTests.swift",
        "ChainTests.swift",
        "DelayTests.swift",
        "FinallyTests.swift",
        "Helpers.swift",
        "MemoryTests.swift",
        "NoMatterWhatTests.swift",
        "OnErrorTests.swift",
        "ProgressTests.swift",
        "RaceTests.swift",
        "RecoverTests.swift",
        "RegisterThenTests.swift",
        "RetryTests.swift",
        "ThenTests.swift",
        "TimeoutTests.swift",
        "UnwrapTests.swift",
        "ValidateTests.swift",
        "WhenAllTests.swift",
        "ZipTests.swift"
      ],
      "target_dependencies" : [
        "Then"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Then",
      "module_type" : "SwiftTarget",
      "name" : "Then",
      "path" : "Sources",
      "product_memberships" : [
        "Then"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Then/Async.swift",
        "Then/Await+Operators.swift",
        "Then/Await.swift",
        "Then/Promise+Aliases.swift",
        "Then/Promise+BridgeError.swift",
        "Then/Promise+Chain.swift",
        "Then/Promise+Delay.swift",
        "Then/Promise+Error.swift",
        "Then/Promise+Finally.swift",
        "Then/Promise+First.swift",
        "Then/Promise+Helpers.swift",
        "Then/Promise+NoMatterWhat.swift",
        "Then/Promise+Progress.swift",
        "Then/Promise+Race.swift",
        "Then/Promise+Recover.swift",
        "Then/Promise+Retry.swift",
        "Then/Promise+Then.swift",
        "Then/Promise+Timeout.swift",
        "Then/Promise+Unwrap.swift",
        "Then/Promise+Validate.swift",
        "Then/Promise+Zip.swift",
        "Then/Promise+nil.swift",
        "Then/Promise.swift",
        "Then/PromiseBlocks.swift",
        "Then/PromiseError.swift",
        "Then/PromiseState.swift",
        "Then/VoidPromise.swift",
        "Then/WhenAll.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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:
  Then: /Users/admin/builder/spi-builder-workspace
resolved source packages: Then
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Then",
  "name" : "Then",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Then",
      "targets" : [
        "Then"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThenTests",
      "module_type" : "SwiftTarget",
      "name" : "ThenTests",
      "path" : "Tests/ThenTests",
      "sources" : [
        "AsyncAwaitTests.swift",
        "BridgeErrorTests.swift",
        "ChainTests.swift",
        "DelayTests.swift",
        "FinallyTests.swift",
        "Helpers.swift",
        "MemoryTests.swift",
        "NoMatterWhatTests.swift",
        "OnErrorTests.swift",
        "ProgressTests.swift",
        "RaceTests.swift",
        "RecoverTests.swift",
        "RegisterThenTests.swift",
        "RetryTests.swift",
        "ThenTests.swift",
        "TimeoutTests.swift",
        "UnwrapTests.swift",
        "ValidateTests.swift",
        "WhenAllTests.swift",
        "ZipTests.swift"
      ],
      "target_dependencies" : [
        "Then"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Then",
      "module_type" : "SwiftTarget",
      "name" : "Then",
      "path" : "Sources",
      "product_memberships" : [
        "Then"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Then/Async.swift",
        "Then/Await+Operators.swift",
        "Then/Await.swift",
        "Then/Promise+Aliases.swift",
        "Then/Promise+BridgeError.swift",
        "Then/Promise+Chain.swift",
        "Then/Promise+Delay.swift",
        "Then/Promise+Error.swift",
        "Then/Promise+Finally.swift",
        "Then/Promise+First.swift",
        "Then/Promise+Helpers.swift",
        "Then/Promise+NoMatterWhat.swift",
        "Then/Promise+Progress.swift",
        "Then/Promise+Race.swift",
        "Then/Promise+Recover.swift",
        "Then/Promise+Retry.swift",
        "Then/Promise+Then.swift",
        "Then/Promise+Timeout.swift",
        "Then/Promise+Unwrap.swift",
        "Then/Promise+Validate.swift",
        "Then/Promise+Zip.swift",
        "Then/Promise+nil.swift",
        "Then/Promise.swift",
        "Then/PromiseBlocks.swift",
        "Then/PromiseError.swift",
        "Then/PromiseState.swift",
        "Then/VoidPromise.swift",
        "Then/WhenAll.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Then"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Then -destination generic/platform=iOS 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 Then -destination generic/platform=iOS "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:
  Then: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Then' in project 'Then'
        ➜ Explicit dependency on target 'Then' in project 'Then'
        ➜ Explicit dependency on target 'Then_Then' in project 'Then'
    Target 'Then' in project 'Then'
        ➜ Explicit dependency on target 'Then_Then' in project 'Then'
    Target 'Then_Then' in project 'Then' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 44d11eb1dc4493674bb848fc46d2c1a4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/44d11eb1dc4493674bb848fc46d2c1a4.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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
    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/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle (in target 'Then_Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.DependencyStaticMetadataFileList (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.modulemap (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.DependencyMetadataFileList (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/Then_Then.DependencyMetadataFileList (in target 'Then_Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/Then_Then.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/Then_Then.DependencyStaticMetadataFileList (in target 'Then_Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/Then_Then.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/empty-Then_Then.plist (in target 'Then_Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/empty-Then_Then.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.SwiftFileList (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.SwiftConstValuesFileList (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.LinkFileList (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-OutputFileMap.json (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources/resource_bundle_accessor.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Then.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.modulemap (in target 'Then' from project 'Then')
    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/Then.build/Debug-iphoneos/Then.build/Then.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/empty-Then_Then.plist (in target 'Then_Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then_Then.build/empty-Then_Then.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy (in target 'Then_Then' from project 'Then')
    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/Sources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle (in target 'Then_Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle (in target 'Then_Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then_Then.bundle
SwiftDriver Then normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Then' from project 'Then')
    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 Then -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.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/Then.build/Debug-iphoneos/Then.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Promise+Finally.swift,\ Promise+First.swift,\ Promise+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Finally.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+First.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Helpers.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Finally.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+First.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Helpers.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Promise+NoMatterWhat.swift,\ Promise+Progress.swift,\ Promise+Race.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+NoMatterWhat.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Race.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+NoMatterWhat.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Progress.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Race.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Promise+Timeout.swift,\ Promise+Unwrap.swift,\ Promise+Validate.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Timeout.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Validate.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Timeout.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Unwrap.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Validate.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Promise+Recover.swift,\ Promise+Retry.swift,\ Promise+Then.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Recover.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Retry.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Then.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Recover.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Retry.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Then.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Await.swift,\ Promise+Aliases.swift,\ Promise+BridgeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Await.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+BridgeError.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Await.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Aliases.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+BridgeError.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PromiseBlocks.swift,\ PromiseError.swift,\ PromiseState.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/PromiseBlocks.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/PromiseError.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/PromiseState.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/PromiseBlocks.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/PromiseError.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/PromiseState.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Then (in target 'Then' from project 'Then')
EmitSwiftModule normal arm64 (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VoidPromise.swift,\ WhenAll.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/VoidPromise.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/WhenAll.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/VoidPromise.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/WhenAll.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Then/WhenAll.swift:126:17: warning: capture of 'updates' with non-sendable type '(inout [T]) -> Void' in a '@Sendable' closure
                updates(&self._array)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/WhenAll.swift:126:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                updates(&self._array)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/WhenAll.swift:126:26: warning: capture of 'self' with non-sendable type 'Promises.ArrayContainer<T>' in a '@Sendable' closure
                updates(&self._array)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/WhenAll.swift:120:19: note: generic class 'ArrayContainer' does not conform to the 'Sendable' protocol
    private class ArrayContainer<T> {
                  ^
SwiftCompile normal arm64 Compiling\ Promise+Zip.swift,\ Promise+nil.swift,\ Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+nil.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:32:13: warning: capture of 'p1' with non-sendable type 'Promise<T>' in a '@Sendable' closure
            p1.then { aT in
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise.swift:26:14: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public class Promise<T> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:34:21: warning: capture of 't' with non-sendable type 'T?' in a '@Sendable' closure
                    t = aT
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:34:21: warning: capture of 't' with non-sendable type 'T?' in an isolated closure; this is an error in the Swift 6 language mode
                    t = aT
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:34:21: warning: capture of 't' with non-sendable type 'T?' in a '@Sendable' closure
                    t = aT
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:34:25: warning: capture of 'aT' with non-sendable type 'T' in a '@Sendable' closure
                    t = aT
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:34:21: warning: mutation of captured var 't' in concurrently-executing code
                    t = aT
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:38:25: warning: mutation of captured var 'error' in concurrently-executing code
                        error = e
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:49:13: warning: capture of 'p2' with non-sendable type 'Promise<U>' in a '@Sendable' closure
            p2.then { aU in
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise.swift:26:14: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public class Promise<T> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:51:21: warning: capture of 'u' with non-sendable type 'U?' in a '@Sendable' closure
                    u = aU
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:31: note: consider making generic parameter 'U' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:51:21: warning: capture of 'u' with non-sendable type 'U?' in an isolated closure; this is an error in the Swift 6 language mode
                    u = aU
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:31: note: consider making generic parameter 'U' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:51:21: warning: capture of 'u' with non-sendable type 'U?' in a '@Sendable' closure
                    u = aU
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:31: note: consider making generic parameter 'U' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:51:25: warning: capture of 'aU' with non-sendable type 'U' in a '@Sendable' closure
                    u = aU
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:31: note: consider making generic parameter 'U' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:51:21: warning: mutation of captured var 'u' in concurrently-executing code
                    u = aU
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:55:25: warning: mutation of captured var 'error' in concurrently-executing code
                        error = e
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:69:21: warning: capture of 'p' with non-sendable type 'Promise<(T, U)>' in a '@Sendable' closure
                    p.reject(e)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise.swift:26:14: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public class Promise<T> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:71:32: warning: capture of 't' with non-sendable type 'T?' in a '@Sendable' closure
                    p.fulfill((t, u))
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:71:35: warning: capture of 'u' with non-sendable type 'U?' in a '@Sendable' closure
                    p.fulfill((t, u))
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:14:31: note: consider making generic parameter 'U' conform to the 'Sendable' protocol
    public static func zip<T, U>(_ p1: Promise<T>, _ p2: Promise<U>) -> Promise<(T, U)> {
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:68:28: warning: reference to captured var 'error' in concurrently-executing code
                if let e = error {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:71:32: warning: reference to captured var 't' in concurrently-executing code
                    p.fulfill((t, u))
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Zip.swift:71:35: warning: reference to captured var 'u' in concurrently-executing code
                    p.fulfill((t, u))
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+nil.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise.swift:60:34: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
        lockQueue.async(execute: action)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise.swift:59:34: note: parameter 'action' is implicitly non-sendable
    private func _asynchronize(_ action: @escaping () -> Void) {
                                 ^
                                         @Sendable
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Async.swift,\ Await+Operators.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Await+Operators.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources/resource_bundle_accessor.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift:17:29: warning: capture of 'block' with non-sendable type '() throws -> T' in a '@Sendable' closure
                let t = try block()
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift:17:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                let t = try block()
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift:18:17: warning: capture of 'resolve' with non-sendable type '(T) -> Void' in a '@Sendable' closure
                resolve(t)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift:18:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                resolve(t)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift:20:17: warning: capture of 'reject' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                reject(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Async.swift:20:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                reject(error)
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Await+Operators.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Promise+Chain.swift,\ Promise+Delay.swift,\ Promise+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Chain.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Error.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Chain.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift:42:21: warning: capture of 'block' with non-sendable type '() -> Void' in a '@Sendable' closure
                    block()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift:42:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    block()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift:42:21: warning: capture of 'block' with non-sendable type '() -> Void' in a '@Sendable' closure
                    block()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift:42:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    block()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift:47:17: warning: capture of 'block' with non-sendable type '() -> Void' in a '@Sendable' closure
                block()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Delay.swift:47:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                block()
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Then/Promise+Error.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Then (in target 'Then' from project 'Then')
SwiftDriver\ Compilation\ Requirements Then normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Then' from project 'Then')
    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 Then -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.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/Then.build/Debug-iphoneos/Then.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Promise+Chain.swift, Promise+Delay.swift, Promise+Error.swift (in target 'Then' from project 'Then')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Then-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-Swift.h (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Then-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.swiftmodule (in target 'Then' from project 'Then')
    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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.swiftdoc (in target 'Then' from project 'Then')
    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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.abi.json (in target 'Then' from project 'Then')
    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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.swiftsourceinfo (in target 'Then' from project 'Then')
    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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Promise+Zip.swift, Promise+nil.swift, Promise.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling Promise+NoMatterWhat.swift, Promise+Progress.swift, Promise+Race.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling Await.swift, Promise+Aliases.swift, Promise+BridgeError.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling Promise+Finally.swift, Promise+First.swift, Promise+Helpers.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling PromiseBlocks.swift, PromiseError.swift, PromiseState.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Async.swift, Await+Operators.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling VoidPromise.swift, WhenAll.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling Promise+Timeout.swift, Promise+Unwrap.swift, Promise+Validate.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling Promise+Recover.swift, Promise+Retry.swift, Promise+Then.swift (in target 'Then' from project 'Then')
SwiftDriver\ Compilation Then normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Then' from project 'Then')
    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 Then -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.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/Then.build/Debug-iphoneos/Then.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.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/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then-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-iphoneos/Then.o normal (in target 'Then' from project 'Then')
    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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.o
ExtractAppIntentsMetadata (in target 'Then' from project 'Then')
    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 Then --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Then --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Then.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-iphoneos/Then.build/Objects-normal/arm64/Then.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 03:58:05.232 appintentsmetadataprocessor[720:4072] Starting appintentsmetadataprocessor export
2025-04-28 03:58:05.270 appintentsmetadataprocessor[720:4072] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.o (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Then.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Then",
  "name" : "Then",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Then",
      "targets" : [
        "Then"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThenTests",
      "module_type" : "SwiftTarget",
      "name" : "ThenTests",
      "path" : "Tests/ThenTests",
      "sources" : [
        "AsyncAwaitTests.swift",
        "BridgeErrorTests.swift",
        "ChainTests.swift",
        "DelayTests.swift",
        "FinallyTests.swift",
        "Helpers.swift",
        "MemoryTests.swift",
        "NoMatterWhatTests.swift",
        "OnErrorTests.swift",
        "ProgressTests.swift",
        "RaceTests.swift",
        "RecoverTests.swift",
        "RegisterThenTests.swift",
        "RetryTests.swift",
        "ThenTests.swift",
        "TimeoutTests.swift",
        "UnwrapTests.swift",
        "ValidateTests.swift",
        "WhenAllTests.swift",
        "ZipTests.swift"
      ],
      "target_dependencies" : [
        "Then"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Then",
      "module_type" : "SwiftTarget",
      "name" : "Then",
      "path" : "Sources",
      "product_memberships" : [
        "Then"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Then/Async.swift",
        "Then/Await+Operators.swift",
        "Then/Await.swift",
        "Then/Promise+Aliases.swift",
        "Then/Promise+BridgeError.swift",
        "Then/Promise+Chain.swift",
        "Then/Promise+Delay.swift",
        "Then/Promise+Error.swift",
        "Then/Promise+Finally.swift",
        "Then/Promise+First.swift",
        "Then/Promise+Helpers.swift",
        "Then/Promise+NoMatterWhat.swift",
        "Then/Promise+Progress.swift",
        "Then/Promise+Race.swift",
        "Then/Promise+Recover.swift",
        "Then/Promise+Retry.swift",
        "Then/Promise+Then.swift",
        "Then/Promise+Timeout.swift",
        "Then/Promise+Unwrap.swift",
        "Then/Promise+Validate.swift",
        "Then/Promise+Zip.swift",
        "Then/Promise+nil.swift",
        "Then/Promise.swift",
        "Then/PromiseBlocks.swift",
        "Then/PromiseError.swift",
        "Then/PromiseState.swift",
        "Then/VoidPromise.swift",
        "Then/WhenAll.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.