Build Information
Successful build of EitherSwift, reference main (ec7418), with Swift 6.0 for macOS (SPM) on 7 Apr 2026 04:38:21 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/EitherSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/EitherSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ec74181 Update dependency macos to v15 (#12)
Cloned https://github.com/sloik/EitherSwift.git
Revision (git rev-parse @):
ec7418148eddecc01f7ec35b997765673f3399c8
SUCCESS checkout https://github.com/sloik/EitherSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/sloik/EitherSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Compiling EitherSwift EitherMap.swift
[4/11] Compiling EitherSwift EitherFold.swift
[5/11] Compiling EitherSwift EitherUtils.swift
[6/11] Compiling EitherSwift EitherFactory.swift
[7/11] Compiling EitherSwift Either.swift
[8/11] Emitting module EitherSwift
[9/11] Compiling EitherSwift EitherAPI.swift
[9/11] Write Objects.LinkFileList
[10/11] Linking libEitherSwift.dylib
Build complete! (5.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EitherSwift",
"name" : "EitherSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EitherSwift",
"targets" : [
"EitherSwift"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "EitherSwiftTests",
"module_type" : "SwiftTarget",
"name" : "EitherSwiftTests",
"path" : "Tests/EitherSwiftTests",
"sources" : [
"EitherFactoryTests.swift",
"EitherMapTests.swift",
"EitherNicerAPITests.swift",
"EitherUtilsTests.swift",
"SUTs.swift"
],
"target_dependencies" : [
"EitherSwift"
],
"type" : "test"
},
{
"c99name" : "EitherSwift",
"module_type" : "SwiftTarget",
"name" : "EitherSwift",
"path" : "Sources/EitherSwift",
"product_memberships" : [
"EitherSwift"
],
"sources" : [
"Either.swift",
"EitherAPI.swift",
"EitherFactory.swift",
"EitherFold.swift",
"EitherMap.swift",
"EitherUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.