Build Information
Successful build of SVGPath, reference main (e738fb
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 13 Aug 2024 06:39:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SVGPath -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/SVGPath.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/SVGPath
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e738fb6 Update for 1.1.5 release
Cloned https://github.com/yukiny0811/SVGPath.git
Revision (git rev-parse @):
e738fb6400d4e4d14e82c41c9d30c3908285eae9
SUCCESS checkout https://github.com/yukiny0811/SVGPath.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/yukiny0811/SVGPath.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
"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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "SVGPath",
"schemes" : [
"SVGPath"
],
"targets" : [
"SVGPath",
"SVGPathTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SVGPath -destination platform=macOS,arch=arm64
Build complete.
Done.