Build Information
Successful build of swift-lens, reference 1.1.0 (f7b579), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 23:37:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bigMOTOR/swift-lens.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bigMOTOR/swift-lens
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at f7b5794 Add piping operator in Optional type
Cloned https://github.com/bigMOTOR/swift-lens.git
Revision (git rev-parse @):
f7b5794bc1cc72749187f6916a1844b4fca549d6
SUCCESS checkout https://github.com/bigMOTOR/swift-lens.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bigMOTOR/swift-lens.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/4] Compiling swift_lens Lens.swift
[4/4] Emitting module swift_lens
Build complete! (3.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-lens",
"name" : "swift-lens",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "swift-lens",
"targets" : [
"swift-lens"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_lensTests",
"module_type" : "SwiftTarget",
"name" : "swift-lensTests",
"path" : "Tests/swift-lensTests",
"sources" : [
"XCTestManifests.swift",
"swift_lensTests.swift"
],
"target_dependencies" : [
"swift-lens"
],
"type" : "test"
},
{
"c99name" : "swift_lens",
"module_type" : "SwiftTarget",
"name" : "swift-lens",
"path" : "Sources/swift-lens",
"product_memberships" : [
"swift-lens"
],
"sources" : [
"Lens.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.