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 watchOS using Xcode 16.3 on 28 Apr 2025 10:58:41 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=watchOS 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:         watchOS
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=watchOS 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=watchOS "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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 8c1ef9c88445728056111311798273eb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8c1ef9c88445728056111311798273eb.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Then.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then_Then.build/Then_Then.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then_Then.build/empty-Then_Then.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Then.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then_Then.build/Then_Then.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Then.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Then.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Then.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Then_Then.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then_Then.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then_Then.build/empty-Then_Then.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then_Then.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Then_Then.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Then_Then.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Then_Then.bundle
SwiftDriver Then normal armv7k 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-watchos/Then.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/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-watchos/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-watchos/Then.build/Objects-normal/armv7k/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/armv7k/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Then normal arm64_32 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-watchos/Then.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/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-watchos/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-watchos/Then.build/Objects-normal/arm64_32/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64_32/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ Then (in target 'Then' from project 'Then')
EmitSwiftModule normal armv7k (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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

SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ Async.swift,\ Await+Operators.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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 armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/resource_bundle_accessor.swift (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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 armv7k /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

SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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> {
                  ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Then (in target 'Then' from project 'Then')
EmitSwiftModule normal arm64_32 (in target 'Then' from project 'Then')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for Then (in target 'Then' from project 'Then')
SwiftDriver\ Compilation\ Requirements Then normal armv7k 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-watchos/Then.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/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-watchos/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-watchos/Then.build/Objects-normal/armv7k/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/armv7k/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Promise+Chain.swift, Promise+Delay.swift, Promise+Error.swift (in target 'Then' from project 'Then')
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

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling resource_bundle_accessor.swift, Async.swift, Await+Operators.swift (in target 'Then' from project 'Then')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
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_32 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_32 /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_32 /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_32 /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

SwiftDriverJobDiscovery normal armv7k Compiling VoidPromise.swift, WhenAll.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64_32 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_32 /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_32 /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> {
                  ^
SwiftDriverJobDiscovery normal armv7k Compiling Promise+Finally.swift, Promise+First.swift, Promise+Helpers.swift (in target 'Then' from project 'Then')
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

SwiftDriverJobDiscovery normal armv7k Compiling Promise+NoMatterWhat.swift, Promise+Progress.swift, Promise+Race.swift (in target 'Then' from project 'Then')
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

SwiftDriverJobDiscovery normal armv7k Compiling Await.swift, Promise+Aliases.swift, Promise+BridgeError.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 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_32 /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_32 /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_32 /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\ 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

SwiftDriverJobDiscovery normal armv7k Compiling Promise+Recover.swift, Promise+Retry.swift, Promise+Then.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal armv7k Compiling PromiseBlocks.swift, PromiseError.swift, PromiseState.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal armv7k Compiling Promise+Timeout.swift, Promise+Unwrap.swift, Promise+Validate.swift (in target 'Then' from project 'Then')
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_32 Emitting module for Then (in target 'Then' from project 'Then')
SwiftDriver\ Compilation\ Requirements Then normal arm64_32 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-watchos/Then.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/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-watchos/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-watchos/Then.build/Objects-normal/arm64_32/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64_32/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Promise+NoMatterWhat.swift, Promise+Progress.swift, Promise+Race.swift (in target 'Then' from project 'Then')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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\ 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_32 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_32 /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_32 /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_32 /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_32 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_32 /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_32 /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_32 /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

SwiftDriverJobDiscovery normal arm64_32 Compiling VoidPromise.swift, WhenAll.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64_32 Compiling Await.swift, Promise+Aliases.swift, Promise+BridgeError.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64_32 Compiling Promise+Finally.swift, Promise+First.swift, Promise+Helpers.swift (in target 'Then' from project 'Then')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling PromiseBlocks.swift, PromiseError.swift, PromiseState.swift (in target 'Then' from project 'Then')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64_32 Compiling Promise+Recover.swift, Promise+Retry.swift, Promise+Then.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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 armv7k Compiling Promise+Zip.swift, Promise+nil.swift, Promise.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64_32 Compiling Promise+Timeout.swift, Promise+Unwrap.swift, Promise+Validate.swift (in target 'Then' from project 'Then')
SwiftDriver\ Compilation Then normal armv7k 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-watchos/Then.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/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-watchos/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-watchos/Then.build/Objects-normal/armv7k/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/armv7k/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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+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

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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/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_32 Compiling Promise+Chain.swift, Promise+Delay.swift, Promise+Error.swift (in target 'Then' from project 'Then')
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ Async.swift,\ Await+Operators.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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_32 /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_32 /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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Then-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Then-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Then-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/arm64/Then-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Then-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Then-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Then-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling Promise+Zip.swift, Promise+nil.swift, Promise.swift (in target 'Then' from project 'Then')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64/Then.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
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-watchos/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-watchos/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\ 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> {
                  ^
SwiftDriverJobDiscovery normal arm64_32 Compiling resource_bundle_accessor.swift, Async.swift, Await+Operators.swift (in target 'Then' from project 'Then')
SwiftDriver\ Compilation Then normal arm64_32 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-watchos/Then.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/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-watchos/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-watchos/Then.build/Objects-normal/arm64_32/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/Then.build/Objects-normal/arm64_32/Then-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling VoidPromise.swift, WhenAll.swift (in target 'Then' from project 'Then')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Binary/Then.o normal armv7k (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 armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Then.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/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-watchos/Then.build/Objects-normal/armv7k/Then_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Then.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Binary/Then.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Binary/Then.o normal arm64_32 (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_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Then.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/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-watchos/Then.build/Objects-normal/arm64_32/Then_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Then.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Binary/Then.o
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Async.swift, Await+Operators.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+Zip.swift, Promise+nil.swift, Promise.swift (in target 'Then' from project 'Then')
SwiftDriverJobDiscovery normal arm64 Compiling Promise+Chain.swift, Promise+Delay.swift, Promise+Error.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 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')
SwiftDriverJobDiscovery normal arm64 Compiling Promise+NoMatterWhat.swift, Promise+Progress.swift, Promise+Race.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')
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Then.build/Objects-normal/arm64/Then_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/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/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Binary/Then.o normal arm64 (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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Then.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Binary/Then.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Binary/Then.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Binary/Then.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Binary/Then.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.Then --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Then.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Then_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Then_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Then_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Then.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Then.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Then.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Then.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Then.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64/Then.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/armv7k/Then.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Then.build/Debug-watchos/Then.build/Objects-normal/arm64_32/Then.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 03:58:40.740 appintentsmetadataprocessor[748:4319] Starting appintentsmetadataprocessor export
2025-04-28 03:58:40.784 appintentsmetadataprocessor[748:4319] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.