Build Information
Successful build of EitherSwift, reference main (12e0cf
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 15:38:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
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 12e0cf8 Merge pull request #9 from sloik/renovate/actions-checkout-digest
Cloned https://github.com/sloik/EitherSwift.git
Revision (git rev-parse @):
12e0cf82928262cf567a2d49b0d3d41a0908ecaf
SUCCESS checkout https://github.com/sloik/EitherSwift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "eitherswift",
"name": "EitherSwift",
"url": "https://github.com/sloik/EitherSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EitherSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/sloik/EitherSwift.git
[1/101] Fetching eitherswift
Fetched https://github.com/sloik/EitherSwift.git from cache (0.69s)
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at main (12e0cf8)
warning: '.resolve-product-dependencies': dependency 'eitherswift' is not used by any target
Found 0 product dependencies
========================================
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.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/11] Compiling EitherSwift EitherUtils.swift
[4/11] Compiling EitherSwift EitherFold.swift
[5/11] Compiling EitherSwift EitherMap.swift
[6/11] Emitting module EitherSwift
[7/11] Compiling EitherSwift EitherFactory.swift
[8/11] Compiling EitherSwift EitherAPI.swift
[9/11] Compiling EitherSwift Either.swift
[9/11] Write Objects.LinkFileList
[10/11] Linking libEitherSwift.dylib
Build complete! (9.75s)
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.