Build Information
Successful build of iShape, reference main (5093a2
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 20:40:29 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/iShape-Swift/iShape.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iShape-Swift/iShape
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5093a24 fix version
Cloned https://github.com/iShape-Swift/iShape.git
Revision (git rev-parse @):
5093a243acb8bad08545a74165bd82aa84fda313
SUCCESS checkout https://github.com/iShape-Swift/iShape.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/iShape-Swift/iShape.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling iFixFloat UInt128.swift
[5/13] Compiling iFixFloat Point.swift
[6/13] Compiling iFixFloat Rect.swift
[7/13] Compiling iFixFloat Triangle.swift
[8/13] Compiling iFixFloat FixSin.swift
[9/13] Compiling iFixFloat FixFloat.swift
[10/13] Compiling iFixFloat BitPack.swift
[11/13] Emitting module iFixFloat
[12/13] Compiling iFixFloat FixAngle.swift
[13/13] Compiling iFixFloat FixVec.swift
[14/14] Compiling iFixFloat Vec.swift
[15/24] Compiling iShape Path.swift
[16/25] Compiling iShape Shape.swift
[17/25] Compiling iShape CGFloat.swift
[18/25] Compiling iShape FixShapes.swift
[19/25] Compiling iShape CGPoint.swift
[20/25] Compiling iShape FixShape.swift
[21/25] Compiling iShape FixPaths.swift
[22/25] Compiling iShape Adapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShape/Graphic/Adapter.swift:173:13: warning: immutable value 'unionRect' was never used; consider replacing with '_' or removing it [#no-usage]
171 |
172 | init?(rect0: CGRect?, rect1: CGRect?) {
173 | let unionRect: CGRect
| `- warning: immutable value 'unionRect' was never used; consider replacing with '_' or removing it [#no-usage]
174 | if let rect0 = rect0, let rect1 = rect1 {
175 | self = CGRect(rect0: rect0, rect1: rect1)
[23/25] Compiling iShape FixBnd.swift
[24/25] Emitting module iShape
[25/25] Compiling iShape FixPath.swift
Build complete! (6.85s)
Fetching https://github.com/iShape-Swift/iFixFloat
[1/195] Fetching ifixfloat
Fetched https://github.com/iShape-Swift/iFixFloat from cache (0.66s)
Computing version for https://github.com/iShape-Swift/iFixFloat
Computed https://github.com/iShape-Swift/iFixFloat at 1.9.0 (1.10s)
Creating working copy for https://github.com/iShape-Swift/iFixFloat
Working copy of https://github.com/iShape-Swift/iFixFloat resolved at 1.9.0
Build complete.
{
"dependencies" : [
{
"identity" : "ifixfloat",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/iShape-Swift/iFixFloat"
}
],
"manifest_display_name" : "iShape",
"name" : "iShape",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "iShape",
"targets" : [
"iShape"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iShapeTests",
"module_type" : "SwiftTarget",
"name" : "iShapeTests",
"path" : "Tests/iShapeTests",
"sources" : [
"AdapterTests.swift",
"iShapeTests.swift"
],
"target_dependencies" : [
"iShape"
],
"type" : "test"
},
{
"c99name" : "iShape",
"module_type" : "SwiftTarget",
"name" : "iShape",
"path" : "Sources/iShape",
"product_dependencies" : [
"iFixFloat"
],
"product_memberships" : [
"iShape"
],
"sources" : [
"Fix/FixBnd.swift",
"Fix/FixPath.swift",
"Fix/FixPaths.swift",
"Fix/FixShape.swift",
"Fix/FixShapes.swift",
"Graphic/Adapter.swift",
"Graphic/CGFloat.swift",
"Graphic/CGPoint.swift",
"Int/Path.swift",
"Int/Shape.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.