Build Information
Successful build of SVGPath, reference 1.2.0 (381fd6
), with Swift 6.1 for macOS (SPM) on 2 Aug 2025 15:31:48 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/SVGPath.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/SVGPath
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 381fd60 Update for 1.2.0 release
Cloned https://github.com/nicklockwood/SVGPath.git
Revision (git rev-parse @):
381fd6008f7d7120bdd631e3179f5a2a35e2e14f
SUCCESS checkout https://github.com/nicklockwood/SVGPath.git at 1.2.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": "svgpath",
"name": "SVGPath",
"url": "https://github.com/nicklockwood/SVGPath.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SVGPath",
"dependencies": [
]
}
]
}
Fetching https://github.com/nicklockwood/SVGPath.git
[5/237] Fetching svgpath
Fetched https://github.com/nicklockwood/SVGPath.git from cache (0.67s)
Creating working copy for https://github.com/nicklockwood/SVGPath.git
Working copy of https://github.com/nicklockwood/SVGPath.git resolved at 1.2.0 (381fd60)
warning: '.resolve-product-dependencies': dependency 'svgpath' 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/nicklockwood/SVGPath.git
https://github.com/nicklockwood/SVGPath.git
{
"dependencies" : [
],
"manifest_display_name" : "SVGPath",
"name" : "SVGPath",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SVGPath",
"targets" : [
"SVGPath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGPathTests",
"module_type" : "SwiftTarget",
"name" : "SVGPathTests",
"path" : "Tests",
"sources" : [
"CGPathTests.swift",
"MetadataTests.swift",
"SVGPathTests.swift"
],
"target_dependencies" : [
"SVGPath"
],
"type" : "test"
},
{
"c99name" : "SVGPath",
"module_type" : "SwiftTarget",
"name" : "SVGPath",
"path" : "Sources",
"product_memberships" : [
"SVGPath"
],
"sources" : [
"SVGPath+CoreGraphics.swift",
"SVGPath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
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/5] Compiling SVGPath SVGPath.swift
[4/5] Emitting module SVGPath
[5/5] Compiling SVGPath SVGPath+CoreGraphics.swift
Build complete! (3.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SVGPath",
"name" : "SVGPath",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SVGPath",
"targets" : [
"SVGPath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGPathTests",
"module_type" : "SwiftTarget",
"name" : "SVGPathTests",
"path" : "Tests",
"sources" : [
"CGPathTests.swift",
"MetadataTests.swift",
"SVGPathTests.swift"
],
"target_dependencies" : [
"SVGPath"
],
"type" : "test"
},
{
"c99name" : "SVGPath",
"module_type" : "SwiftTarget",
"name" : "SVGPath",
"path" : "Sources",
"product_memberships" : [
"SVGPath"
],
"sources" : [
"SVGPath+CoreGraphics.swift",
"SVGPath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.