Build Information
Successful build of SVGPath, reference main (e738fb
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 13 Aug 2024 06:38:49 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -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.8
Building package at path: $PWD
https://github.com/yukiny0811/SVGPath.git
Command line invocation:
/Applications/Xcode-14.3.1.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:
2024-08-13 02:38:29.750 xcodebuild[468:2540] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
"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"
]
}
}
2024-08-13 02:38:39.178 xcodebuild[530:2905] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SVGPath -destination platform=macOS,arch=arm64
Build complete.
Done.