Build Information
Successful build of AsyncPlus, reference 0.4.0 (dfb854
), with Swift 5.10 for macOS (SPM) on 28 Jun 2025 18:32:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/AsyncPlus.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/AsyncPlus
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at dfb8548 Sendable Output (#7)
Cloned https://github.com/richardpiazza/AsyncPlus.git
Revision (git rev-parse @):
dfb85489131cb3cad7547012a3ed10e995ee0b84
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/AsyncPlus.git at 0.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/richardpiazza/AsyncPlus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/9] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[4/9] Compiling AsyncPlus PassthroughAsyncSequence.swift
[5/9] Compiling AsyncPlus PassthroughAsyncSubject.swift
[6/9] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[7/9] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[8/9] Emitting module AsyncPlus
[9/9] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
Build complete! (5.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncPlus",
"name" : "AsyncPlus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "AsyncPlus",
"targets" : [
"AsyncPlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncPlusTests",
"module_type" : "SwiftTarget",
"name" : "AsyncPlusTests",
"path" : "Tests/AsyncPlusTests",
"sources" : [
"CurrentValueSubjectTests.swift",
"PassthroughSequenceTests.swift",
"PassthroughSubjectTests.swift"
],
"target_dependencies" : [
"AsyncPlus"
],
"type" : "test"
},
{
"c99name" : "AsyncPlus",
"module_type" : "SwiftTarget",
"name" : "AsyncPlus",
"path" : "Sources/AsyncPlus",
"product_memberships" : [
"AsyncPlus"
],
"sources" : [
"CurrentValueAsyncSubject.swift",
"CurrentValueAsyncThrowingSubject.swift",
"PassthroughAsyncSequence.swift",
"PassthroughAsyncSubject.swift",
"PassthroughAsyncThrowingSequence.swift",
"PassthroughAsyncThrowingSubject.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.