Build Information
Successful build of PolyKit, reference 2.2.0 (4d84c4
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 15:08:33 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/heestand-xyz/PolyKit.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/PolyKit
* tag 2.2.0 -> FETCH_HEAD
HEAD is now at 4d84c44 iOS 16 Upgrade
Cloned https://github.com/heestand-xyz/PolyKit.git
Revision (git rev-parse @):
4d84c4469daf5e9ee4d1768dd3018d6b985ee868
SUCCESS checkout https://github.com/heestand-xyz/PolyKit.git at 2.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/heestand-xyz/PolyKit.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/5] Compiling PolyKit Polygon.swift
[4/5] Emitting module PolyKit
[5/5] Compiling PolyKit Poly.swift
/Users/admin/builder/spi-builder-workspace/Sources/PolyKit/Poly.swift:297:9: warning: 'Poly' is deprecated: renamed to 'Polygon' [#DeprecatedDeclaration]
295 | struct Poly_Previews: PreviewProvider {
296 | static var previews: some View {
297 | Poly(count: 6, cornerRadius: 60)
| |- warning: 'Poly' is deprecated: renamed to 'Polygon' [#DeprecatedDeclaration]
| `- note: use 'Polygon' instead
298 | }
299 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (8.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PolyKit",
"name" : "PolyKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PolyKit",
"targets" : [
"PolyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PolyKit",
"module_type" : "SwiftTarget",
"name" : "PolyKit",
"path" : "Sources/PolyKit",
"product_memberships" : [
"PolyKit"
],
"sources" : [
"Poly.swift",
"Polygon.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.