Build Information
Successful build of CGPathIntersection, reference 4.0.0 (69b640
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 05:35:31 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/calda/CGPathIntersection.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/calda/CGPathIntersection
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at 69b640f Add support for macOS and tvOS (#7)
Cloned https://github.com/calda/CGPathIntersection.git
Revision (git rev-parse @):
69b640fb0ba2329d28235421f4612311965a59a3
SUCCESS checkout https://github.com/calda/CGPathIntersection.git at 4.0.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": "cgpathintersection",
"name": "CGPathIntersection",
"url": "https://github.com/calda/CGPathIntersection.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CGPathIntersection",
"dependencies": [
]
}
]
}
Fetching https://github.com/calda/CGPathIntersection.git
[1/282] Fetching cgpathintersection
Fetched https://github.com/calda/CGPathIntersection.git from cache (1.41s)
Creating working copy for https://github.com/calda/CGPathIntersection.git
Working copy of https://github.com/calda/CGPathIntersection.git resolved at 4.0.0 (69b640f)
warning: '.resolve-product-dependencies': dependency 'cgpathintersection' 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/calda/CGPathIntersection.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/8] Compiling CGPathIntersection CGPathImage.swift
[4/8] Compiling CGPathIntersection CGPath+Intersections.swift
[5/8] Compiling CGPathIntersection Array+CoalescePoints.swift
[6/8] Compiling CGPathIntersection CGPathImage+RawPixels.swift
[7/8] Compiling CGPathIntersection PlatformImage.swift
[8/8] Emitting module CGPathIntersection
Build complete! (9.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CGPathIntersection",
"name" : "CGPathIntersection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "CGPathIntersection",
"targets" : [
"CGPathIntersection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CGPathIntersectionTests",
"module_type" : "SwiftTarget",
"name" : "CGPathIntersectionTests",
"path" : "CGPathIntersectionTests",
"sources" : [
"CGPathIntersectionTests.swift"
],
"target_dependencies" : [
"CGPathIntersection"
],
"type" : "test"
},
{
"c99name" : "CGPathIntersection",
"module_type" : "SwiftTarget",
"name" : "CGPathIntersection",
"path" : "CGPathIntersection",
"product_memberships" : [
"CGPathIntersection"
],
"sources" : [
"Array+CoalescePoints.swift",
"CGPath+Intersections.swift",
"CGPathImage+RawPixels.swift",
"CGPathImage.swift",
"PlatformImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.