Build Information
Successful build of PolyKit with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/PolyKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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/builds/h8344Zi3/0/finestructure/swiftpackageindex-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 (0.52s)
Creating working copy for https://github.com/heestand-xyz/PolyKit.git
Working copy of https://github.com/heestand-xyz/PolyKit.git resolved at main
warning: '.resolve-product-dependencies': dependency 'polykit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Emitting module PolyKit
[2/3] Compiling PolyKit Poly.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PolyKit/Poly.swift:297:9: warning: 'Poly' is deprecated: renamed to 'Polygon'
Poly(count: 6, cornerRadius: 60)
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PolyKit/Poly.swift:297:9: note: use 'Polygon' instead
Poly(count: 6, cornerRadius: 60)
^~~~
Polygon
[3/3] Compiling PolyKit Polygon.swift
Build complete! (21.19s)
Build complete.
Done.