Build Information
Successful build of PolyKit, reference main (4d84c4
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 16:53:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/PolyKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/PolyKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 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",
"dependencies": [
{
"identity": "polykit",
"name": "PolyKit",
"url": "https://github.com/heestand-xyz/PolyKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PolyKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/heestand-xyz/PolyKit.git
[1/101] Fetching polykit
Fetched https://github.com/heestand-xyz/PolyKit.git from cache (0.77s)
Creating working copy for https://github.com/heestand-xyz/PolyKit.git
Working copy of https://github.com/heestand-xyz/PolyKit.git resolved at main (4d84c44)
warning: '.resolve-product-dependencies': dependency 'polykit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/heestand-xyz/PolyKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.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'
295 | struct Poly_Previews: PreviewProvider {
296 | static var previews: some View {
297 | Poly(count: 6, cornerRadius: 60)
| |- warning: 'Poly' is deprecated: renamed to 'Polygon'
| `- note: use 'Polygon' instead
298 | }
299 | }
Build complete! (13.96s)
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.