Build Information
Successful build of FHConstraints, reference master (72febb
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:00:43 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/FelixHerrmann/FHConstraints.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FelixHerrmann/FHConstraints
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 72febbb fixed macOS destination
Cloned https://github.com/FelixHerrmann/FHConstraints.git
Revision (git rev-parse @):
72febbbe2f8042414cfec30e4fbdcdc454616606
SUCCESS checkout https://github.com/FelixHerrmann/FHConstraints.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FelixHerrmann/FHConstraints.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 FHConstraints FHLayoutItem.swift
[4/7] Emitting module FHConstraints
[5/7] Compiling FHConstraints FHConvenienceAnchors.swift
[6/7] Compiling FHConstraints FHLayoutAnchor.swift
[7/7] Compiling FHConstraints FHLayoutConstantType.swift
Build complete! (6.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FHConstraints",
"name" : "FHConstraints",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "FHConstraints",
"targets" : [
"FHConstraints"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FHConstraintsTests",
"module_type" : "SwiftTarget",
"name" : "FHConstraintsTests",
"path" : "Tests/FHConstraintsTests",
"sources" : [
"FHConstraintsTests.swift"
],
"target_dependencies" : [
"FHConstraints"
],
"type" : "test"
},
{
"c99name" : "FHConstraints",
"module_type" : "SwiftTarget",
"name" : "FHConstraints",
"path" : "Sources/FHConstraints",
"product_memberships" : [
"FHConstraints"
],
"sources" : [
"FHConvenienceAnchors.swift",
"FHLayoutAnchor.swift",
"FHLayoutConstantType.swift",
"FHLayoutItem.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.