The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Asynchrone, reference main (1ddfcd), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 07:57:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Asynchrone -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/Asynchrone.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reddavis/Asynchrone
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1ddfcd3 feat: remove Jazzy documentation (#52)
Cloned https://github.com/reddavis/Asynchrone.git
Revision (git rev-parse @):
1ddfcd3bc93277f68dffb793fc60001902f2517b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/reddavis/Asynchrone.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/reddavis/Asynchrone.git
https://github.com/reddavis/Asynchrone.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Asynchrone",
  "name" : "Asynchrone",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Asynchrone",
      "targets" : [
        "Asynchrone"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsynchroneTests",
      "module_type" : "SwiftTarget",
      "name" : "AsynchroneTests",
      "path" : "Tests/AsynchroneTests",
      "sources" : [
        "Assertion.swift",
        "Extensions/AsyncSequenceTests.swift",
        "Extensions/TimeIntervalTests.swift",
        "Sequences/AnyAsyncSequenceableTests.swift",
        "Sequences/AnyThrowingAsyncSequenceableTests.swift",
        "Sequences/CatchErrorAsyncSequenceTests.swift",
        "Sequences/ChainAsyncSequenceTests.swift",
        "Sequences/CombineLatest3AsyncSequenceTests.swift",
        "Sequences/CombineLatestAsyncSequenceTests.swift",
        "Sequences/CurrentElementAsyncSequenceTests.swift",
        "Sequences/DebounceAsyncSequenceTests.swift",
        "Sequences/DelayAsyncSequenceTests.swift",
        "Sequences/EmptyTests.swift",
        "Sequences/FailTests.swift",
        "Sequences/JustTests.swift",
        "Sequences/Merge3AsyncSequenceTests.swift",
        "Sequences/MergeAsyncSequenceTests.swift",
        "Sequences/NotificationCenterAsyncSequenceTests.swift",
        "Sequences/PassthroughAsyncSequenceTests.swift",
        "Sequences/RemoveDuplicatesAsyncSequenceTests.swift",
        "Sequences/ReplaceErrorAsyncSequenceTests.swift",
        "Sequences/SequenceAsyncSequenceTests.swift",
        "Sequences/SharedAsyncSequenceTests.swift",
        "Sequences/ThrottleAsyncSequenceTests.swift",
        "Sequences/ThrowingPassthroughAsyncSequenceTests.swift",
        "Sequences/TimerAsyncSequenceTests.swift",
        "Sequences/ZipAsyncSequenceTests.swift",
        "TestError.swift"
      ],
      "target_dependencies" : [
        "Asynchrone"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Asynchrone",
      "module_type" : "SwiftTarget",
      "name" : "Asynchrone",
      "path" : "Sources/Asynchrone",
      "product_memberships" : [
        "Asynchrone"
      ],
      "sources" : [
        "Common/ErrorMechanism.swift",
        "Common/RethrowingAccessor.swift",
        "Extensions/AsyncSequence+Extension.swift",
        "Extensions/AsyncStream+Extension.swift",
        "Extensions/AsyncThrowingStream+Extension.swift",
        "Extensions/Task+Extension.swift",
        "Extensions/TimeInterval+Extension.swift",
        "Sequences/AnyAsyncSequenceable.swift",
        "Sequences/AnyThrowingAsyncSequenceable.swift",
        "Sequences/AsyncSequenceCompletion.swift",
        "Sequences/CatchErrorAsyncSequence.swift",
        "Sequences/ChainAsyncSequenceable.swift",
        "Sequences/CombineLatest3AsyncSequence.swift",
        "Sequences/CombineLatestAsyncSequence.swift",
        "Sequences/CurrentElementAsyncSequence.swift",
        "Sequences/DebounceAsyncSequence.swift",
        "Sequences/DelayAsyncSequence.swift",
        "Sequences/Empty.swift",
        "Sequences/Fail.swift",
        "Sequences/Just.swift",
        "Sequences/Merge3AsyncSequence.swift",
        "Sequences/MergeAsyncSequence.swift",
        "Sequences/NotificationCenterAsyncSequence.swift",
        "Sequences/PassthroughAsyncSequence.swift",
        "Sequences/RemoveDuplicatesAsyncSequence.swift",
        "Sequences/ReplaceErrorAsyncSequence.swift",
        "Sequences/SequenceAsyncSequence.swift",
        "Sequences/SharedAsyncSequence.swift",
        "Sequences/ThrottleAsyncSequence.swift",
        "Sequences/ThrowingPassthroughAsyncSequence.swift",
        "Sequences/TimerAsyncSequence.swift",
        "Sequences/Zip3AsyncSequence.swift",
        "Sequences/ZipAsyncSequence.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Asynchrone: /Users/admin/builder/spi-builder-workspace
resolved source packages: Asynchrone
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Asynchrone",
  "name" : "Asynchrone",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Asynchrone",
      "targets" : [
        "Asynchrone"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsynchroneTests",
      "module_type" : "SwiftTarget",
      "name" : "AsynchroneTests",
      "path" : "Tests/AsynchroneTests",
      "sources" : [
        "Assertion.swift",
        "Extensions/AsyncSequenceTests.swift",
        "Extensions/TimeIntervalTests.swift",
        "Sequences/AnyAsyncSequenceableTests.swift",
        "Sequences/AnyThrowingAsyncSequenceableTests.swift",
        "Sequences/CatchErrorAsyncSequenceTests.swift",
        "Sequences/ChainAsyncSequenceTests.swift",
        "Sequences/CombineLatest3AsyncSequenceTests.swift",
        "Sequences/CombineLatestAsyncSequenceTests.swift",
        "Sequences/CurrentElementAsyncSequenceTests.swift",
        "Sequences/DebounceAsyncSequenceTests.swift",
        "Sequences/DelayAsyncSequenceTests.swift",
        "Sequences/EmptyTests.swift",
        "Sequences/FailTests.swift",
        "Sequences/JustTests.swift",
        "Sequences/Merge3AsyncSequenceTests.swift",
        "Sequences/MergeAsyncSequenceTests.swift",
        "Sequences/NotificationCenterAsyncSequenceTests.swift",
        "Sequences/PassthroughAsyncSequenceTests.swift",
        "Sequences/RemoveDuplicatesAsyncSequenceTests.swift",
        "Sequences/ReplaceErrorAsyncSequenceTests.swift",
        "Sequences/SequenceAsyncSequenceTests.swift",
        "Sequences/SharedAsyncSequenceTests.swift",
        "Sequences/ThrottleAsyncSequenceTests.swift",
        "Sequences/ThrowingPassthroughAsyncSequenceTests.swift",
        "Sequences/TimerAsyncSequenceTests.swift",
        "Sequences/ZipAsyncSequenceTests.swift",
        "TestError.swift"
      ],
      "target_dependencies" : [
        "Asynchrone"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Asynchrone",
      "module_type" : "SwiftTarget",
      "name" : "Asynchrone",
      "path" : "Sources/Asynchrone",
      "product_memberships" : [
        "Asynchrone"
      ],
      "sources" : [
        "Common/ErrorMechanism.swift",
        "Common/RethrowingAccessor.swift",
        "Extensions/AsyncSequence+Extension.swift",
        "Extensions/AsyncStream+Extension.swift",
        "Extensions/AsyncThrowingStream+Extension.swift",
        "Extensions/Task+Extension.swift",
        "Extensions/TimeInterval+Extension.swift",
        "Sequences/AnyAsyncSequenceable.swift",
        "Sequences/AnyThrowingAsyncSequenceable.swift",
        "Sequences/AsyncSequenceCompletion.swift",
        "Sequences/CatchErrorAsyncSequence.swift",
        "Sequences/ChainAsyncSequenceable.swift",
        "Sequences/CombineLatest3AsyncSequence.swift",
        "Sequences/CombineLatestAsyncSequence.swift",
        "Sequences/CurrentElementAsyncSequence.swift",
        "Sequences/DebounceAsyncSequence.swift",
        "Sequences/DelayAsyncSequence.swift",
        "Sequences/Empty.swift",
        "Sequences/Fail.swift",
        "Sequences/Just.swift",
        "Sequences/Merge3AsyncSequence.swift",
        "Sequences/MergeAsyncSequence.swift",
        "Sequences/NotificationCenterAsyncSequence.swift",
        "Sequences/PassthroughAsyncSequence.swift",
        "Sequences/RemoveDuplicatesAsyncSequence.swift",
        "Sequences/ReplaceErrorAsyncSequence.swift",
        "Sequences/SequenceAsyncSequence.swift",
        "Sequences/SharedAsyncSequence.swift",
        "Sequences/ThrottleAsyncSequence.swift",
        "Sequences/ThrowingPassthroughAsyncSequence.swift",
        "Sequences/TimerAsyncSequence.swift",
        "Sequences/Zip3AsyncSequence.swift",
        "Sequences/ZipAsyncSequence.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Asynchrone"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Asynchrone -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 Asynchrone -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  Asynchrone: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Asynchrone' in project 'Asynchrone'
        ➜ Explicit dependency on target 'Asynchrone' in project 'Asynchrone'
    Target 'Asynchrone' in project 'Asynchrone' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 65f83c519965911dcbe51b03de2dbc39
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/65f83c519965911dcbe51b03de2dbc39.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.DependencyStaticMetadataFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.DependencyMetadataFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.modulemap (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.LinkFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftConstValuesFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Asynchrone.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.modulemap (in target 'Asynchrone' from project 'Asynchrone')
    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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AsyncThrowingStream+Extension.swift,\ Task+Extension.swift,\ TimeInterval+Extension.swift,\ AnyAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/Task+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/TimeInterval+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift:44:14: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        self.yield(value)
        ~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift:44:14: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
        self.yield(value)
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/Task+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ Fail.swift,\ Just.swift,\ Merge3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Fail.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Just.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Fail.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift:96:38: warning: sending 'event' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.yield(event)
                        ~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift:96:38: note: 'event' used after being passed as a 'sending' parameter; Later uses could race
                        continuation.yield(event)
                        ~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift:96:38: note: access can happen concurrently
                        continuation.yield(event)
                        ~~~~~~~~~~~~~^~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ MergeAsyncSequence.swift,\ NotificationCenterAsyncSequence.swift,\ PassthroughAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift:96:38: warning: sending 'event' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.yield(event)
                        ~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift:96:38: note: 'event' used after being passed as a 'sending' parameter; Later uses could race
                        continuation.yield(event)
                        ~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift:96:38: note: access can happen concurrently
                        continuation.yield(event)
                        ~~~~~~~~~~~~~^~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:75:17: warning: capture of 'passthroughAsyncSequence' with non-sendable type 'PassthroughAsyncSequence<Notification>' in a '@Sendable' closure
                passthroughAsyncSequence.yield(notification)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift:19:15: note: consider making generic struct 'PassthroughAsyncSequence' conform to the 'Sendable' protocol
public struct PassthroughAsyncSequence<Element>: AsyncSequence {
              ^
                                                              , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift:45:27: warning: sending 'element' risks causing data races; this is an error in the Swift 6 language mode
        self.continuation.yield(element)
        ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift:45:27: note: task-isolated 'element' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
        self.continuation.yield(element)
                          ^
SwiftCompile normal arm64 Compiling\ CombineLatest3AsyncSequence.swift,\ CombineLatestAsyncSequence.swift,\ CurrentElementAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/CombineLatest3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/CombineLatestAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/CombineLatest3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/CurrentElementAsyncSequence.swift:94:27: warning: sending 'element' risks causing data races; this is an error in the Swift 6 language mode
        self.continuation.yield(element)
        ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/CurrentElementAsyncSequence.swift:94:27: note: task-isolated 'element' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
        self.continuation.yield(element)
                          ^
SwiftCompile normal arm64 Compiling\ TimerAsyncSequence.swift,\ Zip3AsyncSequence.swift,\ ZipAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/TimerAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Zip3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/TimerAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ DebounceAsyncSequence.swift,\ DelayAsyncSequence.swift,\ Empty.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ RemoveDuplicatesAsyncSequence.swift,\ ReplaceErrorAsyncSequence.swift,\ SequenceAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/RemoveDuplicatesAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ReplaceErrorAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/RemoveDuplicatesAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ AnyThrowingAsyncSequenceable.swift,\ AsyncSequenceCompletion.swift,\ CatchErrorAsyncSequence.swift,\ ChainAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/AnyThrowingAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/AsyncSequenceCompletion.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/CatchErrorAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/AnyThrowingAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ SharedAsyncSequence.swift,\ ThrottleAsyncSequence.swift,\ ThrowingPassthroughAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift:196:66: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
                    await self.continuations.values.forEach { $0.yield(value) }
                                                              ~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift:196:66: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    await self.continuations.values.forEach { $0.yield(value) }
                                                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrowingPassthroughAsyncSequence.swift:51:27: warning: sending 'element' risks causing data races; this is an error in the Swift 6 language mode
        self.continuation.yield(element)
        ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrowingPassthroughAsyncSequence.swift:51:27: note: task-isolated 'element' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
        self.continuation.yield(element)
                          ^
SwiftCompile normal arm64 Compiling\ ErrorMechanism.swift,\ RethrowingAccessor.swift,\ AsyncSequence+Extension.swift,\ AsyncStream+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Common/ErrorMechanism.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Common/ErrorMechanism.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift:38:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift:40:33: note: closure captures 'keyPath' which is accessible to code in the current task
                object[keyPath: keyPath] = element
                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift:26:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            let task = Task {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift:27:23: note: closure captures 'build' which is accessible to code in the current task
                await build(continuation)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift:45:14: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        self.yield(value)
        ~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift:45:14: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
        self.yield(value)
             ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Asynchrone (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriver\ Compilation\ Requirements Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CombineLatest3AsyncSequence.swift, CombineLatestAsyncSequence.swift, CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling Fail.swift, Just.swift, Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Asynchrone-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Asynchrone-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule (in target 'Asynchrone' from project 'Asynchrone')
    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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftdoc (in target 'Asynchrone' from project 'Asynchrone')
    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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.abi.json (in target 'Asynchrone' from project 'Asynchrone')
    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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftsourceinfo (in target 'Asynchrone' from project 'Asynchrone')
    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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AnyThrowingAsyncSequenceable.swift, AsyncSequenceCompletion.swift, CatchErrorAsyncSequence.swift, ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling RemoveDuplicatesAsyncSequence.swift, ReplaceErrorAsyncSequence.swift, SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncThrowingStream+Extension.swift, Task+Extension.swift, TimeInterval+Extension.swift, AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling TimerAsyncSequence.swift, Zip3AsyncSequence.swift, ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling ErrorMechanism.swift, RethrowingAccessor.swift, AsyncSequence+Extension.swift, AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling MergeAsyncSequence.swift, NotificationCenterAsyncSequence.swift, PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling SharedAsyncSequence.swift, ThrottleAsyncSequence.swift, ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling DebounceAsyncSequence.swift, DelayAsyncSequence.swift, Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriver\ Compilation Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.o normal (in target 'Asynchrone' from project 'Asynchrone')
    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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_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/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.o
ExtractAppIntentsMetadata (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Asynchrone --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.Asynchrone --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Asynchrone.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-iphoneos/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 00:57:12.588 appintentsmetadataprocessor[719:4073] Starting appintentsmetadataprocessor export
2025-04-27 00:57:12.631 appintentsmetadataprocessor[719:4073] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.o (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Asynchrone.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Asynchrone",
  "name" : "Asynchrone",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Asynchrone",
      "targets" : [
        "Asynchrone"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsynchroneTests",
      "module_type" : "SwiftTarget",
      "name" : "AsynchroneTests",
      "path" : "Tests/AsynchroneTests",
      "sources" : [
        "Assertion.swift",
        "Extensions/AsyncSequenceTests.swift",
        "Extensions/TimeIntervalTests.swift",
        "Sequences/AnyAsyncSequenceableTests.swift",
        "Sequences/AnyThrowingAsyncSequenceableTests.swift",
        "Sequences/CatchErrorAsyncSequenceTests.swift",
        "Sequences/ChainAsyncSequenceTests.swift",
        "Sequences/CombineLatest3AsyncSequenceTests.swift",
        "Sequences/CombineLatestAsyncSequenceTests.swift",
        "Sequences/CurrentElementAsyncSequenceTests.swift",
        "Sequences/DebounceAsyncSequenceTests.swift",
        "Sequences/DelayAsyncSequenceTests.swift",
        "Sequences/EmptyTests.swift",
        "Sequences/FailTests.swift",
        "Sequences/JustTests.swift",
        "Sequences/Merge3AsyncSequenceTests.swift",
        "Sequences/MergeAsyncSequenceTests.swift",
        "Sequences/NotificationCenterAsyncSequenceTests.swift",
        "Sequences/PassthroughAsyncSequenceTests.swift",
        "Sequences/RemoveDuplicatesAsyncSequenceTests.swift",
        "Sequences/ReplaceErrorAsyncSequenceTests.swift",
        "Sequences/SequenceAsyncSequenceTests.swift",
        "Sequences/SharedAsyncSequenceTests.swift",
        "Sequences/ThrottleAsyncSequenceTests.swift",
        "Sequences/ThrowingPassthroughAsyncSequenceTests.swift",
        "Sequences/TimerAsyncSequenceTests.swift",
        "Sequences/ZipAsyncSequenceTests.swift",
        "TestError.swift"
      ],
      "target_dependencies" : [
        "Asynchrone"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Asynchrone",
      "module_type" : "SwiftTarget",
      "name" : "Asynchrone",
      "path" : "Sources/Asynchrone",
      "product_memberships" : [
        "Asynchrone"
      ],
      "sources" : [
        "Common/ErrorMechanism.swift",
        "Common/RethrowingAccessor.swift",
        "Extensions/AsyncSequence+Extension.swift",
        "Extensions/AsyncStream+Extension.swift",
        "Extensions/AsyncThrowingStream+Extension.swift",
        "Extensions/Task+Extension.swift",
        "Extensions/TimeInterval+Extension.swift",
        "Sequences/AnyAsyncSequenceable.swift",
        "Sequences/AnyThrowingAsyncSequenceable.swift",
        "Sequences/AsyncSequenceCompletion.swift",
        "Sequences/CatchErrorAsyncSequence.swift",
        "Sequences/ChainAsyncSequenceable.swift",
        "Sequences/CombineLatest3AsyncSequence.swift",
        "Sequences/CombineLatestAsyncSequence.swift",
        "Sequences/CurrentElementAsyncSequence.swift",
        "Sequences/DebounceAsyncSequence.swift",
        "Sequences/DelayAsyncSequence.swift",
        "Sequences/Empty.swift",
        "Sequences/Fail.swift",
        "Sequences/Just.swift",
        "Sequences/Merge3AsyncSequence.swift",
        "Sequences/MergeAsyncSequence.swift",
        "Sequences/NotificationCenterAsyncSequence.swift",
        "Sequences/PassthroughAsyncSequence.swift",
        "Sequences/RemoveDuplicatesAsyncSequence.swift",
        "Sequences/ReplaceErrorAsyncSequence.swift",
        "Sequences/SequenceAsyncSequence.swift",
        "Sequences/SharedAsyncSequence.swift",
        "Sequences/ThrottleAsyncSequence.swift",
        "Sequences/ThrowingPassthroughAsyncSequence.swift",
        "Sequences/TimerAsyncSequence.swift",
        "Sequences/Zip3AsyncSequence.swift",
        "Sequences/ZipAsyncSequence.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.