Build Information
Successful build of Either, reference production (89bdbb), with Swift 6.0 for macOS (SPM) on 23 Dec 2025 12:27:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 89bdbb8 Merge pull request #6 from RougeWare/feature/raw-Decodable
Cloned https://github.com/RougeWare/Swift-Either.git
Revision (git rev-parse @):
89bdbb865bde920c8cee7c998c5887869586e0c7
SUCCESS checkout https://github.com/RougeWare/Swift-Either.git at production
========================================
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.swift
[4/8] Compiling Either Either + unwrapping.swift
[5/8] Compiling Either Either + conversions.swift
[6/8] Compiling Either Either + map.swift
[7/8] Compiling Either Either + autoconformance.swift
[8/8] Emitting module Either
Build complete! (4.54s)
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.