Build Information
Successful build of FunOptics, reference 1.0.4 (6fe4e6
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:42:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/inamiy/FunOptics.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/inamiy/FunOptics
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 6fe4e61 Simplify #4
Cloned https://github.com/inamiy/FunOptics.git
Revision (git rev-parse @):
6fe4e61254dcbf3b773b38e871df4d1df7f2b685
SUCCESS checkout https://github.com/inamiy/FunOptics.git at 1.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/inamiy/FunOptics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling FunOptics Prism.swift
[4/7] Emitting module FunOptics
[5/7] Compiling FunOptics AffineTraversal.swift
[6/7] Compiling FunOptics Operators.swift
[7/7] Compiling FunOptics Lens.swift
Build complete! (0.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FunOptics",
"name" : "FunOptics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FunOptics",
"targets" : [
"FunOptics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FunOpticsTests",
"module_type" : "SwiftTarget",
"name" : "FunOpticsTests",
"path" : "Tests/FunOpticsTests",
"sources" : [
"FunOpticsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FunOptics"
],
"type" : "test"
},
{
"c99name" : "FunOptics",
"module_type" : "SwiftTarget",
"name" : "FunOptics",
"path" : "Sources/FunOptics",
"product_memberships" : [
"FunOptics"
],
"sources" : [
"AffineTraversal.swift",
"Lens.swift",
"Operators.swift",
"Prism.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.