Build Information
Successful build of SVG2Path, reference main (15a888), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:36:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kyome22/SVG2Path.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kyome22/SVG2Path
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 15a888c Refactor
Cloned https://github.com/Kyome22/SVG2Path.git
Revision (git rev-parse @):
15a888cc63c4f3983b745e8bf16d53efc4f43462
SUCCESS checkout https://github.com/Kyome22/SVG2Path.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "svg2path",
"name": "SVG2Path",
"url": "https://github.com/Kyome22/SVG2Path.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SVG2Path",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Kyome22/SVG2Path.git
[1/131] Fetching svg2path
Fetched https://github.com/Kyome22/SVG2Path.git from cache (0.93s)
Creating working copy for https://github.com/Kyome22/SVG2Path.git
Working copy of https://github.com/Kyome22/SVG2Path.git resolved at main (15a888c)
warning: '.resolve-product-dependencies': dependency 'svg2path' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Kyome22/SVG2Path.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling SVG2Path TagAndPath.swift
[4/11] Compiling SVG2Path State.swift
[5/11] Compiling SVG2Path String+Extensions.swift
[6/11] Compiling SVG2Path Path+Extension.swift
[7/11] Compiling SVG2Path CGPoint+Extension.swift
[8/11] Compiling SVG2Path Array+Extension.swift
[9/11] Compiling SVG2Path Command.swift
[10/11] Emitting module SVG2Path
[11/11] Compiling SVG2Path SVG2Path.swift
Build complete! (8.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SVG2Path",
"name" : "SVG2Path",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SVG2Path",
"targets" : [
"SVG2Path"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVG2PathTests",
"module_type" : "SwiftTarget",
"name" : "SVG2PathTests",
"path" : "Tests/SVG2PathTests",
"sources" : [
"SVG2PathTests.swift"
],
"target_dependencies" : [
"SVG2Path"
],
"type" : "test"
},
{
"c99name" : "SVG2Path",
"module_type" : "SwiftTarget",
"name" : "SVG2Path",
"path" : "Sources/SVG2Path",
"product_memberships" : [
"SVG2Path"
],
"sources" : [
"Command.swift",
"Extensions/Array+Extension.swift",
"Extensions/CGPoint+Extension.swift",
"Extensions/Path+Extension.swift",
"Extensions/String+Extensions.swift",
"SVG2Path.swift",
"State.swift",
"TagAndPath.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.