Build Information
Successful build of Either with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Either.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Either
* branch production -> FETCH_HEAD
* [new branch] production -> origin/production
HEAD is now at 8e38bf1 Merge pull request #2 from RougeWare/feature/MVP
Cloned https://github.com/RougeWare/Swift-Either.git
Revision (git rev-parse @):
8e38bf19ac6c09dbe8bb9489847379cfe2a9f9c8
SUCCESS checkout https://github.com/RougeWare/Swift-Either.git at production
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/RougeWare/Swift-Either.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/8] Compiling Either Either.swift
[4/8] Compiling Either Either + autoconformance.swift
[5/8] Compiling Either Either + unwrapping.swift
[6/8] Compiling Either Either + conversions.swift
[7/8] Emitting module Either
[8/8] Compiling Either Either + map.swift
Build complete! (18.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Either",
"name" : "Either",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Either",
"targets" : [
"Either"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EitherTests",
"module_type" : "SwiftTarget",
"name" : "EitherTests",
"path" : "Tests/EitherTests",
"sources" : [
"Either + autoconformance Tests.swift",
"Either + conversions Tests.swift",
"Either + map Tests.swift",
"Either + unwrapping Tests.swift",
"testing conveniences.swift"
],
"target_dependencies" : [
"Either"
],
"type" : "test"
},
{
"c99name" : "Either",
"module_type" : "SwiftTarget",
"name" : "Either",
"path" : "Sources/Either",
"product_memberships" : [
"Either"
],
"sources" : [
"Either + autoconformance.swift",
"Either + conversions.swift",
"Either + map.swift",
"Either + unwrapping.swift",
"Either.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.