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

Failed to build AsyncK, reference 0.3.0-alpha (55099d), with Swift 6.1 for iOS using Xcode 16.3 on 24 Apr 2025 19:27:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncK -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/koher/asynck.git
Reference: 0.3.0-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/koher/asynck
 * tag               0.3.0-alpha -> FETCH_HEAD
HEAD is now at 55099df Separate `tryAwait` from Throws.swift
Cloned https://github.com/koher/asynck.git
Revision (git rev-parse @):
55099dfb2ea07666a84b6670b9090c83b071fc50
SUCCESS checkout https://github.com/koher/asynck.git at 0.3.0-alpha
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/koher/asynck.git
https://github.com/koher/asynck.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncK",
  "name" : "AsyncK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncK",
      "targets" : [
        "AsyncK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncKTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncKTests",
      "path" : "Tests/AsyncKTests",
      "sources" : [
        "AsyncTests.swift",
        "ThrowsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncK",
      "module_type" : "SwiftTarget",
      "name" : "AsyncK",
      "path" : "Sources/AsyncK",
      "product_memberships" : [
        "AsyncK"
      ],
      "sources" : [
        "Async.swift",
        "AsyncThrows.swift",
        "Functions.swift",
        "Loops.swift",
        "Throws.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncK",
  "name" : "AsyncK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncK",
      "targets" : [
        "AsyncK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncKTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncKTests",
      "path" : "Tests/AsyncKTests",
      "sources" : [
        "AsyncTests.swift",
        "ThrowsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncK",
      "module_type" : "SwiftTarget",
      "name" : "AsyncK",
      "path" : "Sources/AsyncK",
      "product_memberships" : [
        "AsyncK"
      ],
      "sources" : [
        "Async.swift",
        "AsyncThrows.swift",
        "Functions.swift",
        "Loops.swift",
        "Throws.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AsyncK",
    "schemes" : [
      "AsyncK"
    ],
    "targets" : [
      "AsyncK",
      "AsyncKTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncK -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AsyncK -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AsyncK' in project 'AsyncK' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0cd8f5f6128639c069a94015e329f00c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0cd8f5f6128639c069a94015e329f00c.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module.modulemap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftConstValuesFileList (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios8.0 '-std=gnu11' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=AsyncK' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-OutputFileMap.json (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/module.modulemap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.LinkFileList (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/AsyncK_vers.c (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/AsyncK_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK.hmap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK.DependencyStaticMetadataFileList (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK.DependencyMetadataFileList (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-target-headers.hmap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Headers/AsyncK.h /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/AsyncK.h (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK/AsyncK.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/module.modulemap (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK.build/Debug-iphoneos/AsyncK.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Headers (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Info.plist (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Info.plist
SwiftDriver AsyncK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Loops.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Loops.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Loops.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522848126363-swift-frontend-AsyncK-Loops.swift-arm64_apple_ios8.0-o-Onone-3766693955.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1644 seconds (3.2784 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0159 ( 15.3%)   0.0126 ( 21.0%)   0.0285 ( 17.4%)   1.5398 ( 47.0%)  parse-and-resolve-imports
   0.0159 ( 15.2%)   0.0125 ( 20.9%)   0.0284 ( 17.3%)   1.5397 ( 47.0%)  Import resolution
   0.0015 (  1.4%)   0.0090 ( 15.0%)   0.0105 (  6.4%)   0.1021 (  3.1%)  load-stdlib
   0.0469 ( 44.9%)   0.0140 ( 23.4%)   0.0609 ( 37.1%)   0.0609 (  1.9%)  build-rewrite-system
   0.0042 (  4.0%)   0.0038 (  6.4%)   0.0080 (  4.9%)   0.0080 (  0.2%)  IRGen
   0.0041 (  3.9%)   0.0015 (  2.5%)   0.0055 (  3.4%)   0.0055 (  0.2%)  perform-sema
   0.0040 (  3.8%)   0.0015 (  2.5%)   0.0055 (  3.3%)   0.0055 (  0.2%)  Type checking and Semantic analysis
   0.0027 (  2.6%)   0.0009 (  1.4%)   0.0036 (  2.2%)   0.0036 (  0.1%)  typecheck-stmt
   0.0020 (  1.9%)   0.0013 (  2.2%)   0.0033 (  2.0%)   0.0033 (  0.1%)  typecheck-expr
   0.0011 (  1.0%)   0.0012 (  2.1%)   0.0023 (  1.4%)   0.0023 (  0.1%)  import-clang-decl
   0.0022 (  2.1%)   0.0000 (  0.1%)   0.0023 (  1.4%)   0.0023 (  0.1%)  SIL optimization
   0.0016 (  1.5%)   0.0006 (  1.1%)   0.0022 (  1.4%)   0.0022 (  0.1%)  typecheck-decl
   0.0008 (  0.8%)   0.0003 (  0.6%)   0.0012 (  0.7%)   0.0012 (  0.0%)  SILGen
   0.0007 (  0.7%)   0.0003 (  0.5%)   0.0010 (  0.6%)   0.0010 (  0.0%)  SILGen-function
   0.0005 (  0.5%)   0.0002 (  0.3%)   0.0007 (  0.4%)   0.0007 (  0.0%)  precheck-target
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1044 (100.0%)   0.0599 (100.0%)   0.1644 (100.0%)   3.2784 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7562 seconds (2.4275 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4748 (100.0%)   0.2814 (100.0%)   0.7562 (100.0%)   2.4275 (100.0%)  Building Target
   0.4748 (100.0%)   0.2814 (100.0%)   0.7562 (100.0%)   2.4275 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ AsyncK (in target 'AsyncK' from project 'AsyncK')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522848126952-swift-frontend-AsyncK-all-arm64_apple_ios8.0-swiftmodule-Onone-1169443264.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1049 seconds (3.3321 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0167 ( 31.7%)   0.0152 ( 29.3%)   0.0320 ( 30.5%)   1.6090 ( 48.3%)  parse-and-resolve-imports
   0.0167 ( 31.6%)   0.0151 ( 29.1%)   0.0318 ( 30.3%)   1.6088 ( 48.3%)  Import resolution
   0.0016 (  3.1%)   0.0093 ( 17.8%)   0.0109 ( 10.4%)   0.0831 (  2.5%)  load-stdlib
   0.0041 (  7.7%)   0.0019 (  3.6%)   0.0060 (  5.7%)   0.0060 (  0.2%)  perform-sema
   0.0040 (  7.6%)   0.0018 (  3.5%)   0.0059 (  5.6%)   0.0059 (  0.2%)  Type checking and Semantic analysis
   0.0039 (  7.4%)   0.0017 (  3.3%)   0.0056 (  5.4%)   0.0056 (  0.2%)  typecheck-decl
   0.0019 (  3.5%)   0.0032 (  6.1%)   0.0050 (  4.8%)   0.0056 (  0.2%)  SIL optimization
   0.0004 (  0.8%)   0.0018 (  3.4%)   0.0022 (  2.1%)   0.0027 (  0.1%)  Serialization, swiftmodule
   0.0014 (  2.6%)   0.0009 (  1.8%)   0.0023 (  2.2%)   0.0023 (  0.1%)  typecheck-expr
   0.0008 (  1.6%)   0.0002 (  0.4%)   0.0010 (  1.0%)   0.0010 (  0.0%)  SILGen
   0.0003 (  0.6%)   0.0005 (  0.9%)   0.0008 (  0.8%)   0.0008 (  0.0%)  import-clang-decl
   0.0003 (  0.6%)   0.0001 (  0.2%)   0.0004 (  0.4%)   0.0004 (  0.0%)  precheck-target
   0.0003 (  0.5%)   0.0001 (  0.2%)   0.0004 (  0.4%)   0.0004 (  0.0%)  SILGen-function
   0.0002 (  0.3%)   0.0000 (  0.1%)   0.0002 (  0.2%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.3%)   0.0000 (  0.1%)   0.0002 (  0.2%)   0.0002 (  0.0%)  build-rewrite-system
   0.0000 (  0.0%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0528 (100.0%)   0.0521 (100.0%)   0.1049 (100.0%)   3.3321 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0605 seconds (1.7107 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0273 (100.0%)   0.0332 (100.0%)   0.0605 (100.0%)   1.7107 (100.0%)  Building Target
   0.0273 (100.0%)   0.0332 (100.0%)   0.0605 (100.0%)   1.7107 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Functions.swift (in target 'AsyncK' from project 'AsyncK')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522848126914-swift-frontend-AsyncK-Functions.swift-arm64_apple_ios8.0-o-Onone-1441414074.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6295 seconds (2.9608 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9427 ( 48.3%)   0.3058 ( 45.1%)   1.2485 ( 47.5%)   1.3999 ( 47.3%)  parse-and-resolve-imports
   0.9427 ( 48.3%)   0.3057 ( 45.1%)   1.2483 ( 47.5%)   1.3997 ( 47.3%)  Import resolution
   0.0121 (  0.6%)   0.0378 (  5.6%)   0.0499 (  1.9%)   0.0721 (  2.4%)  load-stdlib
   0.0431 (  2.2%)   0.0080 (  1.2%)   0.0511 (  1.9%)   0.0510 (  1.7%)  build-rewrite-system
   0.0020 (  0.1%)   0.0044 (  0.7%)   0.0065 (  0.2%)   0.0082 (  0.3%)  perform-sema
   0.0020 (  0.1%)   0.0044 (  0.7%)   0.0064 (  0.2%)   0.0081 (  0.3%)  Type checking and Semantic analysis
   0.0008 (  0.0%)   0.0035 (  0.5%)   0.0044 (  0.2%)   0.0061 (  0.2%)  typecheck-decl
   0.0007 (  0.0%)   0.0030 (  0.4%)   0.0037 (  0.1%)   0.0049 (  0.2%)  SILGen
   0.0020 (  0.1%)   0.0027 (  0.4%)   0.0047 (  0.2%)   0.0047 (  0.2%)  IRGen
   0.0010 (  0.1%)   0.0008 (  0.1%)   0.0018 (  0.1%)   0.0018 (  0.1%)  typecheck-stmt
   0.0008 (  0.0%)   0.0007 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  import-clang-decl
   0.0012 (  0.1%)   0.0000 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  SIL optimization
   0.0005 (  0.0%)   0.0003 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  SILGen-function
   0.0002 (  0.0%)   0.0004 (  0.1%)   0.0006 (  0.0%)   0.0006 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   1.9519 (100.0%)   0.6776 (100.0%)   2.6295 (100.0%)   2.9608 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1669 seconds (2.4261 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4553 (100.0%)   0.7116 (100.0%)   2.1669 (100.0%)   2.4261 (100.0%)  Building Target
   1.4553 (100.0%)   0.7116 (100.0%)   2.1669 (100.0%)   2.4261 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Functions.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Throws.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Throws.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Throws.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522848127924-swift-frontend-AsyncK-Throws.swift-arm64_apple_ios8.0-o-Onone-925477230.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1489 seconds (2.9645 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0170 ( 18.5%)   0.0139 ( 24.2%)   0.0309 ( 20.7%)   1.3884 ( 46.8%)  parse-and-resolve-imports
   0.0169 ( 18.5%)   0.0138 ( 24.0%)   0.0307 ( 20.6%)   1.3882 ( 46.8%)  Import resolution
   0.0015 (  1.7%)   0.0078 ( 13.6%)   0.0093 (  6.3%)   0.1086 (  3.7%)  load-stdlib
   0.0443 ( 48.4%)   0.0122 ( 21.2%)   0.0565 ( 37.9%)   0.0565 (  1.9%)  build-rewrite-system
   0.0022 (  2.4%)   0.0023 (  4.0%)   0.0045 (  3.0%)   0.0045 (  0.2%)  IRGen
   0.0019 (  2.1%)   0.0019 (  3.2%)   0.0038 (  2.5%)   0.0042 (  0.1%)  perform-sema
   0.0019 (  2.1%)   0.0018 (  3.2%)   0.0037 (  2.5%)   0.0041 (  0.1%)  Type checking and Semantic analysis
   0.0011 (  1.2%)   0.0015 (  2.6%)   0.0026 (  1.7%)   0.0030 (  0.1%)  typecheck-decl
   0.0018 (  2.0%)   0.0000 (  0.0%)   0.0018 (  1.2%)   0.0018 (  0.1%)  SIL optimization
   0.0006 (  0.6%)   0.0008 (  1.4%)   0.0014 (  0.9%)   0.0014 (  0.0%)  SILGen
   0.0006 (  0.7%)   0.0006 (  1.0%)   0.0012 (  0.8%)   0.0012 (  0.0%)  import-clang-decl
   0.0007 (  0.8%)   0.0003 (  0.5%)   0.0010 (  0.7%)   0.0010 (  0.0%)  typecheck-stmt
   0.0006 (  0.6%)   0.0002 (  0.4%)   0.0008 (  0.5%)   0.0008 (  0.0%)  typecheck-expr
   0.0003 (  0.3%)   0.0003 (  0.5%)   0.0006 (  0.4%)   0.0006 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0916 (100.0%)   0.0573 (100.0%)   0.1489 (100.0%)   2.9645 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8925 seconds (2.4265 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5192 (100.0%)   0.3733 (100.0%)   0.8925 (100.0%)   2.4265 (100.0%)  Building Target
   0.5192 (100.0%)   0.3733 (100.0%)   0.8925 (100.0%)   2.4265 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ AsyncThrows.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/AsyncThrows.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/AsyncThrows.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522848126674-swift-frontend-AsyncK-AsyncThrows.swift-arm64_apple_ios8.0-o-Onone-2079984916.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1649 seconds (3.4058 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0166 ( 16.3%)   0.0148 ( 23.5%)   0.0314 ( 19.0%)   1.6170 ( 47.5%)  parse-and-resolve-imports
   0.0166 ( 16.2%)   0.0146 ( 23.3%)   0.0312 ( 18.9%)   1.6169 ( 47.5%)  Import resolution
   0.0015 (  1.4%)   0.0097 ( 15.4%)   0.0112 (  6.8%)   0.0807 (  2.4%)  load-stdlib
   0.0467 ( 45.8%)   0.0142 ( 22.6%)   0.0609 ( 37.0%)   0.0609 (  1.8%)  build-rewrite-system
   0.0045 (  4.4%)   0.0033 (  5.3%)   0.0078 (  4.7%)   0.0078 (  0.2%)  IRGen
   0.0033 (  3.2%)   0.0011 (  1.8%)   0.0044 (  2.6%)   0.0044 (  0.1%)  perform-sema
   0.0032 (  3.1%)   0.0011 (  1.7%)   0.0043 (  2.6%)   0.0043 (  0.1%)  Type checking and Semantic analysis
   0.0023 (  2.2%)   0.0007 (  1.2%)   0.0030 (  1.8%)   0.0030 (  0.1%)  typecheck-stmt
   0.0014 (  1.3%)   0.0010 (  1.6%)   0.0024 (  1.5%)   0.0024 (  0.1%)  typecheck-expr
   0.0010 (  1.0%)   0.0012 (  2.0%)   0.0023 (  1.4%)   0.0023 (  0.1%)  import-clang-decl
   0.0015 (  1.5%)   0.0000 (  0.0%)   0.0015 (  0.9%)   0.0015 (  0.0%)  SIL optimization
   0.0011 (  1.1%)   0.0001 (  0.2%)   0.0013 (  0.8%)   0.0013 (  0.0%)  SILGen
   0.0010 (  1.0%)   0.0001 (  0.2%)   0.0011 (  0.7%)   0.0011 (  0.0%)  SILGen-function
   0.0006 (  0.6%)   0.0005 (  0.8%)   0.0011 (  0.7%)   0.0011 (  0.0%)  precheck-target
   0.0008 (  0.8%)   0.0003 (  0.4%)   0.0011 (  0.6%)   0.0011 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.1021 (100.0%)   0.0629 (100.0%)   0.1649 (100.0%)   3.4058 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7020 seconds (2.4272 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4588 (100.0%)   0.2432 (100.0%)   0.7020 (100.0%)   2.4272 (100.0%)  Building Target
   0.4588 (100.0%)   0.2432 (100.0%)   0.7020 (100.0%)   2.4272 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Async.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Async.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Async.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522848127593-swift-frontend-AsyncK-Async.swift-arm64_apple_ios8.0-o-Onone-3913889589.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2697 seconds (3.6157 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0177 (  9.9%)   0.0159 ( 17.5%)   0.0336 ( 12.4%)   1.6707 ( 46.2%)  parse-and-resolve-imports
   0.0176 (  9.8%)   0.0158 ( 17.4%)   0.0334 ( 12.4%)   1.6705 ( 46.2%)  Import resolution
   0.0016 (  0.9%)   0.0079 (  8.7%)   0.0094 (  3.5%)   0.0802 (  2.2%)  load-stdlib
   0.0478 ( 26.7%)   0.0112 ( 12.3%)   0.0590 ( 21.9%)   0.0589 (  1.6%)  build-rewrite-system
   0.0170 (  9.5%)   0.0070 (  7.7%)   0.0240 (  8.9%)   0.0242 (  0.7%)  perform-sema
   0.0170 (  9.5%)   0.0070 (  7.7%)   0.0239 (  8.9%)   0.0242 (  0.7%)  Type checking and Semantic analysis
   0.0148 (  8.3%)   0.0064 (  7.1%)   0.0212 (  7.9%)   0.0214 (  0.6%)  typecheck-expr
   0.0135 (  7.5%)   0.0050 (  5.5%)   0.0185 (  6.8%)   0.0187 (  0.5%)  typecheck-stmt
   0.0079 (  4.4%)   0.0045 (  4.9%)   0.0124 (  4.6%)   0.0126 (  0.3%)  precheck-target
   0.0082 (  4.6%)   0.0039 (  4.3%)   0.0121 (  4.5%)   0.0122 (  0.3%)  import-clang-decl
   0.0040 (  2.2%)   0.0031 (  3.4%)   0.0071 (  2.6%)   0.0071 (  0.2%)  IRGen
   0.0031 (  1.7%)   0.0019 (  2.1%)   0.0050 (  1.8%)   0.0050 (  0.1%)  typecheck-decl
   0.0037 (  2.1%)   0.0002 (  0.3%)   0.0040 (  1.5%)   0.0040 (  0.1%)  SIL optimization
   0.0027 (  1.5%)   0.0004 (  0.4%)   0.0031 (  1.1%)   0.0031 (  0.1%)  SILGen
   0.0019 (  1.1%)   0.0003 (  0.3%)   0.0022 (  0.8%)   0.0022 (  0.1%)  SILGen-function
   0.0006 (  0.3%)   0.0003 (  0.3%)   0.0008 (  0.3%)   0.0008 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1791 (100.0%)   0.0906 (100.0%)   0.2697 (100.0%)   3.6157 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9522 seconds (2.7317 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5704 (100.0%)   0.3818 (100.0%)   0.9522 (100.0%)   2.7317 (100.0%)  Building Target
   0.5704 (100.0%)   0.3818 (100.0%)   0.9522 (100.0%)   2.7317 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncK (in target 'AsyncK' from project 'AsyncK')
SwiftDriver\ Compilation\ Requirements AsyncK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Headers/AsyncK-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Headers/AsyncK-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftdoc (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.abi.json (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftsourceinfo (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/AsyncK_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/AsyncK_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.o -index-unit-output-path /AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/AsyncK_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/AsyncK_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.o -index-unit-output-path /AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Functions.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling Loops.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling Throws.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncThrows.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling Async.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriver\ Compilation AsyncK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/AsyncK normal (in target 'AsyncK' from project 'AsyncK')
    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-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.LinkFileList -install_name @rpath/AsyncK.framework/AsyncK -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/AsyncK
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'AsyncK' from project 'AsyncK')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/AsyncK normal (in target 'AsyncK' from project 'AsyncK')
	Building project AsyncK with scheme AsyncK
(2 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncK",
  "name" : "AsyncK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncK",
      "targets" : [
        "AsyncK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncKTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncKTests",
      "path" : "Tests/AsyncKTests",
      "sources" : [
        "AsyncTests.swift",
        "ThrowsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncK",
      "module_type" : "SwiftTarget",
      "name" : "AsyncK",
      "path" : "Sources/AsyncK",
      "product_memberships" : [
        "AsyncK"
      ],
      "sources" : [
        "Async.swift",
        "AsyncThrows.swift",
        "Functions.swift",
        "Loops.swift",
        "Throws.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AsyncK",
    "schemes" : [
      "AsyncK"
    ],
    "targets" : [
      "AsyncK",
      "AsyncKTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncK -destination generic/platform=iOS
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 AsyncK -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AsyncK' in project 'AsyncK' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 12479ccbb9781784963853a575b99549
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/12479ccbb9781784963853a575b99549.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Info.plist (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Info.plist
SwiftDriver AsyncK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList -DDEBUG -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ AsyncK (in target 'AsyncK' from project 'AsyncK')
EmitSwiftModule normal arm64 (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Async.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Async.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Async.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Loops.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Loops.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Loops.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ AsyncThrows.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/AsyncThrows.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/AsyncThrows.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Functions.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Functions.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Throws.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Throws.swift (in target 'AsyncK' from project 'AsyncK')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncK/Throws.swift (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncK (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling Functions.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriver\ Compilation\ Requirements AsyncK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList -DDEBUG -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.abi.json (in target 'AsyncK' from project 'AsyncK')
    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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/Modules/AsyncK.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Throws.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling Loops.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncThrows.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriverJobDiscovery normal arm64 Compiling Async.swift (in target 'AsyncK' from project 'AsyncK')
SwiftDriver\ Compilation AsyncK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncK' from project 'AsyncK')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.SwiftFileList -DDEBUG -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-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/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK-7bceb755d6b96eb2311ed4352b14b700-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/AsyncK-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/AsyncK normal (in target 'AsyncK' from project 'AsyncK')
    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-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.LinkFileList -install_name @rpath/AsyncK.framework/AsyncK -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncK.build/Debug-iphoneos/AsyncK.build/Objects-normal/arm64/AsyncK.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/AsyncK
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/AsyncK.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'AsyncK' from project 'AsyncK')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncK.framework/AsyncK normal (in target 'AsyncK' from project 'AsyncK')
	Building project AsyncK with scheme AsyncK
(2 failures)
BUILD FAILURE 6.1 iOS