Build Information
Successful build of Either, reference 1.1.0 (6a8017
), with Swift 6.0 for macOS (SPM) on 27 Apr 2025 08:08:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Either.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Either
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 6a80178 Merge branch 'feature/Sendable' into production
Cloned https://github.com/RougeWare/Swift-Either.git
Revision (git rev-parse @):
6a8017853da369892b08ec6f89dbe28cf3e92001
SUCCESS checkout https://github.com/RougeWare/Swift-Either.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/RougeWare/Swift-Either.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling Either Either + unwrapping.swift
[4/8] Compiling Either Either.swift
[5/8] Compiling Either Either + map.swift
[6/8] Emitting module Either
[7/8] Compiling Either Either + conversions.swift
[8/8] Compiling Either Either + autoconformance.swift
Build complete! (5.16s)
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" : "6.0"
}
Done.