Build Information
Successful build of CoreGraphicsGeometrySupport, reference 0.1.0 (bdfd61
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 15:12:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/CoreGraphicsGeometrySupport.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/CoreGraphicsGeometrySupport
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at bdfd61e Remove potentially problematic conformances.
Cloned https://github.com/schwa/CoreGraphicsGeometrySupport.git
Revision (git rev-parse @):
bdfd61e3dc130c0c73b1c9ba401f7bb0df161cd3
SUCCESS checkout https://github.com/schwa/CoreGraphicsGeometrySupport.git at 0.1.0
========================================
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": "coregraphicsgeometrysupport",
"name": "CoreGraphicsGeometrySupport",
"url": "https://github.com/schwa/CoreGraphicsGeometrySupport.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreGraphicsGeometrySupport",
"dependencies": [
]
}
]
}
Fetching https://github.com/schwa/CoreGraphicsGeometrySupport.git
[1/101] Fetching coregraphicsgeometrysupport
Fetched https://github.com/schwa/CoreGraphicsGeometrySupport.git from cache (0.60s)
Creating working copy for https://github.com/schwa/CoreGraphicsGeometrySupport.git
Working copy of https://github.com/schwa/CoreGraphicsGeometrySupport.git resolved at 0.1.0 (bdfd61e)
warning: '.resolve-product-dependencies': dependency 'coregraphicsgeometrysupport' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/schwa/CoreGraphicsGeometrySupport.git
https://github.com/schwa/CoreGraphicsGeometrySupport.git
{
"dependencies" : [
],
"manifest_display_name" : "CoreGraphicsGeometrySupport",
"name" : "CoreGraphicsGeometrySupport",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoreGraphicsGeometrySupport",
"targets" : [
"CoreGraphicsGeometrySupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreGraphicsGeometrySupportTests",
"module_type" : "SwiftTarget",
"name" : "CoreGraphicsGeometrySupportTests",
"path" : "Tests/CoreGraphicsGeometrySupportTests",
"sources" : [
"CoreGraphicsGeometrySupportTests.swift"
],
"target_dependencies" : [
"CoreGraphicsGeometrySupport"
],
"type" : "test"
},
{
"c99name" : "CoreGraphicsGeometrySupport",
"module_type" : "SwiftTarget",
"name" : "CoreGraphicsGeometrySupport",
"path" : "Sources/CoreGraphicsGeometrySupport",
"product_memberships" : [
"CoreGraphicsGeometrySupport"
],
"sources" : [
"CGAffineTransform+Extensions.swift",
"CGPoint+CGize.swift",
"CGRect.swift",
"Clamp.swift",
"Lerp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling CoreGraphicsGeometrySupport CGPoint+CGize.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGPoint+CGize.swift:45:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
43 | // MARK: ExpressibleByArrayLiteral
44 |
45 | extension CGPoint: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public init(arrayLiteral elements: CGFloat...) {
47 | self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGPoint+CGize.swift:51:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
49 | }
50 |
51 | extension CGSize: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
52 | public init(arrayLiteral elements: CGFloat...) {
53 | self.init(elements)
[4/8] Emitting module CoreGraphicsGeometrySupport
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGPoint+CGize.swift:45:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
43 | // MARK: ExpressibleByArrayLiteral
44 |
45 | extension CGPoint: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public init(arrayLiteral elements: CGFloat...) {
47 | self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGPoint+CGize.swift:51:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
49 | }
50 |
51 | extension CGSize: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
52 | public init(arrayLiteral elements: CGFloat...) {
53 | self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGRect.swift:29:1: warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
27 | }
28 |
29 | extension CGRect: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
30 | public init(arrayLiteral elements: CGFloat...) {
31 | assert(elements.count == 4)
[5/8] Compiling CoreGraphicsGeometrySupport CGRect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGRect.swift:29:1: warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
27 | }
28 |
29 | extension CGRect: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
30 | public init(arrayLiteral elements: CGFloat...) {
31 | assert(elements.count == 4)
[6/8] Compiling CoreGraphicsGeometrySupport Lerp.swift
[7/8] Compiling CoreGraphicsGeometrySupport Clamp.swift
[8/8] Compiling CoreGraphicsGeometrySupport CGAffineTransform+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGAffineTransform+Extensions.swift:152:19: warning: 'concat(other:)' is deprecated: Deprecated
150 |
151 | static func *= (lhs: inout CGAffineTransform, rhs: CGAffineTransform) {
152 | lhs = lhs.concat(other: rhs)
| `- warning: 'concat(other:)' is deprecated: Deprecated
153 | }
154 | }
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGAffineTransform+Extensions.swift:189:31: warning: 'concat(other:)' is deprecated: Deprecated
187 | var current = CGAffineTransform.identity
188 | for transform in transforms {
189 | current = current.concat(other: transform)
| `- warning: 'concat(other:)' is deprecated: Deprecated
190 | }
191 | self = current
Build complete! (4.51s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CoreGraphicsGeometrySupport",
"name" : "CoreGraphicsGeometrySupport",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoreGraphicsGeometrySupport",
"targets" : [
"CoreGraphicsGeometrySupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreGraphicsGeometrySupportTests",
"module_type" : "SwiftTarget",
"name" : "CoreGraphicsGeometrySupportTests",
"path" : "Tests/CoreGraphicsGeometrySupportTests",
"sources" : [
"CoreGraphicsGeometrySupportTests.swift"
],
"target_dependencies" : [
"CoreGraphicsGeometrySupport"
],
"type" : "test"
},
{
"c99name" : "CoreGraphicsGeometrySupport",
"module_type" : "SwiftTarget",
"name" : "CoreGraphicsGeometrySupport",
"path" : "Sources/CoreGraphicsGeometrySupport",
"product_memberships" : [
"CoreGraphicsGeometrySupport"
],
"sources" : [
"CGAffineTransform+Extensions.swift",
"CGPoint+CGize.swift",
"CGRect.swift",
"Clamp.swift",
"Lerp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.