Build Information
Successful build of Asynchrone, reference v0.22.0 (1ddfcd
), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 19 Jun 2025 22:23:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Asynchrone -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/Asynchrone.git
Reference: v0.22.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reddavis/Asynchrone
* tag v0.22.0 -> FETCH_HEAD
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 v0.22.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.2
Building package at path: $PWD
https://github.com/reddavis/Asynchrone.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
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-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Asynchrone -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 platform=macOS,arch=arm64
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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 6cef84e68b7f7a507ccb064a97ab41e9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6cef84e68b7f7a507ccb064a97ab41e9.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Asynchrone.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Asynchrone.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Asynchrone.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Asynchrone.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Asynchrone.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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-26.0.0-Beta.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/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/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/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-4F6W88HH2I5QECJK4DQWSN688.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CB7S9KW6BCE8K3W9BQR8Z8L7D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-B1DEY84NT78VC91CZTGCR6P2G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-6TL9KT83HX9WCNN6MUJ4RXY13.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-8Z3DGWJN4BZ05LEF7ZV8ZZXOK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-BOGP854PAM05OU9SEQ6T6CKZF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ETXGO0CCN50NJJJ1T7O9OG7QY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-74FSHJ7Y9OFU31XW3USCCV6H9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-771G992C02Z1PKJN0NBXDZ54L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-CXIFL9FUFZMGL45NUHJFXF7KI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2H78LDXQL2QSOBU9E8S6W5Q85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9DRP2UGNZ7B3VFK2LROWNHXAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6ZZNJZ45HVZSO0GOX4U8979M9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-1FEZ8WXDGBOZ9ORWT6DRYUDKD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4QFW3FVE99J7ELINJEIAOC3PZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-9ZUSOOTZY4TE6H1909JZHSICE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-EVRLXEQT1RUE9WJZHPXUROVRH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6NBUGIV2QW8A8LH005H34YCE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-DUJTO8A4UY7XH87NSAUP6Y992.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-6Y7U46VS0V2C4QFLFRCY3W0XL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-BQP0R8JLYV2F1CPSK0VA3XD2R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-4SXQ0NNFO6D0W9PZ9T713HIVF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-E6P09CF5VM5JV7V9R2RRL1RC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CFV17P5GIIS6XIDB3Z4JNTJHB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-881WXGYR1RBOJ7T336TLGWOQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-B0XW8B8UX4R6SLAS5KEFFINY5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8QVMIAJK18QWY0JDBLN5CE7RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-B2MMD5Z4G6HM52GN9F4MO00HT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-ABLA7SJUDIMMX99SIOZ8SN15.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-18ZXKRRAO7S8MJT79AVBEGMSD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-32XM9N84T9KYPA839NVNUSWS3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-2AI4IIFGG13NJB8A41NV2MF78.pcm
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\ 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
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:98:80: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
let resultTask = self.resultTask ?? Task<RaceResult, Never> { [base] in
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:102:33: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
return .winner(.success(value), iterator: iterator)
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:113:29: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
return .sleep
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:124:41: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
_ = await task.result
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:122:37: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
for task in tasks {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:133:41: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
for task in tasks {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:116:21: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
let tasks = [resultTask, sleep]
^
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
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:98:80: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
let resultTask = self.resultTask ?? Task<RaceResult, Never> { [base] in
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:102:33: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
return .winner(.success(value), iterator: iterator)
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:113:29: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
return .sleep
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:124:41: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
_ = await task.result
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:122:37: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
for task in tasks {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:133:41: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
for task in tasks {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:116:21: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
let tasks = [resultTask, sleep]
^
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
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:98:80: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
let resultTask = self.resultTask ?? Task<RaceResult, Never> { [base] in
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:102:33: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
return .winner(.success(value), iterator: iterator)
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:113:29: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
return .sleep
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:124:41: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
_ = await task.result
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:122:37: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
for task in tasks {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:133:41: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
for task in tasks {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift:116:21: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
let tasks = [resultTask, sleep]
^
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\ 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
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:39:38: warning: capture of non-sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
for try await element in self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift:126:38: warning: capture of non-sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
for try await element in self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift:168:42: warning: capture of non-sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
for try await element in self {
^
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
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
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/RemoveDuplicatesAsyncSequence.swift:111:32: warning: capture of non-sendable type 'Self.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
.init(base: self) { $0 == $1 }
^
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
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/AnyThrowingAsyncSequenceable.swift:13:37: warning: capture of non-sendable type 'T.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
self._makeAsyncIterator = { Iterator(sequence.makeAsyncIterator()) }
^
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\ 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:95:44: warning: capture of non-sendable type 'T.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
for try await event in sequence {
^
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
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
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
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
/Users/admin/builder/spi-builder-workspace/Sources/Asynchrone/Sequences/AnyAsyncSequenceable.swift:13:37: warning: capture of non-sendable type 'T.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
self._makeAsyncIterator = { Iterator(sequence.makeAsyncIterator()) }
^
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:95:44: warning: capture of non-sendable type 'T.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
for try await event in sequence {
^
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:195:40: warning: capture of non-sendable type 'Base.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
for try await value in base {
^
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
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-26.0.0-Beta.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/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/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/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/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 AnyThrowingAsyncSequenceable.swift, AsyncSequenceCompletion.swift, CatchErrorAsyncSequence.swift, ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Asynchrone-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Asynchrone-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Fail.swift, Just.swift, Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling CombineLatest3AsyncSequence.swift, CombineLatestAsyncSequence.swift, CurrentElementAsyncSequence.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 TimerAsyncSequence.swift, Zip3AsyncSequence.swift, ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling DebounceAsyncSequence.swift, DelayAsyncSequence.swift, Empty.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 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')
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-26.0.0-Beta.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/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/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/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/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/Asynchrone.o normal (in target 'Asynchrone' from project 'Asynchrone')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/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/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/Asynchrone.build/Objects-normal/arm64/Asynchrone_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.o
ExtractAppIntentsMetadata (in target 'Asynchrone' from project 'Asynchrone')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Asynchrone --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Asynchrone --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Asynchrone.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Asynchrone.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Asynchrone.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 15:23:18.362 appintentsmetadataprocessor[636:3652] Starting appintentsmetadataprocessor export
2025-06-19 15:23:18.418 appintentsmetadataprocessor[636:3652] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Asynchrone.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:a6c8045e826a04f3b0ed0ae2d038210897225149, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a6c8045e826a04f3b0ed0ae2d038210897225149, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:a6c8045e826a04f3b0ed0ae2d038210897225149, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a6c8045e826a04f3b0ed0ae2d038210897225149, name:My Mac }
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.