Build Information
Successful build of AutoFlex, reference main (35987d), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 13:56:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liam-i/AutoFlex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/liam-i/AutoFlex
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 35987d1 style: Adapt to xcode26
Cloned https://github.com/liam-i/AutoFlex.git
Revision (git rev-parse @):
35987d12c54044ec38ead8144b4a266826516728
SUCCESS checkout https://github.com/liam-i/AutoFlex.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "autoflex",
"name": "AutoFlex",
"url": "https://github.com/liam-i/AutoFlex.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoFlex",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/liam-i/AutoFlex.git
[1/575] Fetching autoflex
Fetched https://github.com/liam-i/AutoFlex.git from cache (0.72s)
Creating working copy for https://github.com/liam-i/AutoFlex.git
Working copy of https://github.com/liam-i/AutoFlex.git resolved at main (35987d1)
warning: '.resolve-product-dependencies': dependency 'autoflex' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/liam-i/AutoFlex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/6] Compiling AutoFlex resource_bundle_accessor.swift
[5/6] Emitting module AutoFlex
/Users/admin/builder/spi-builder-workspace/Sources/AutoFlex.swift:95:1: warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
93 | /// let prioritey: UILayoutPriority = 1000
94 | /// ```
95 | extension LayoutPriority: ExpressibleByFloatLiteral, ExpressibleByIntegerLiteral {
| |- warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
96 | public typealias FloatLiteralType = Float
97 | public typealias IntegerLiteralType = Int
[6/6] Compiling AutoFlex AutoFlex.swift
/Users/admin/builder/spi-builder-workspace/Sources/AutoFlex.swift:95:1: warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
93 | /// let prioritey: UILayoutPriority = 1000
94 | /// ```
95 | extension LayoutPriority: ExpressibleByFloatLiteral, ExpressibleByIntegerLiteral {
| |- warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
96 | public typealias FloatLiteralType = Float
97 | public typealias IntegerLiteralType = Int
Build complete! (8.18s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AutoFlex",
"name" : "AutoFlex",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AutoFlex",
"targets" : [
"AutoFlex"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AutoFlex",
"module_type" : "SwiftTarget",
"name" : "AutoFlex",
"path" : "Sources",
"product_memberships" : [
"AutoFlex"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AutoFlex.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.