Build Information
Successful build of iShape, reference main (5093a2
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 24 Jul 2024 19:13:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iShape -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iShape-Swift/iShape.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iShape-Swift/iShape
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5093a24 fix version
Cloned https://github.com/iShape-Swift/iShape.git
Revision (git rev-parse @):
5093a243acb8bad08545a74165bd82aa84fda313
SUCCESS checkout https://github.com/iShape-Swift/iShape.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/iShape-Swift/iShape.git
Command line invocation:
/Applications/Xcode-15.4.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
Resolve Package Graph
Fetching from https://github.com/iShape-Swift/iFixFloat
Creating working copy of package ‘iFixFloat’
Checking out 1.8.0 of package ‘iFixFloat’
Resolved source packages:
iShape: /Users/admin/builder/spi-builder-workspace
iFixFloat: https://github.com/iShape-Swift/iFixFloat @ 1.8.0
resolved source packages: iShape, iFixFloat
{
"dependencies" : [
{
"identity" : "ifixfloat",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/iShape-Swift/iFixFloat"
}
],
"manifest_display_name" : "iShape",
"name" : "iShape",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "iShape",
"targets" : [
"iShape"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iShapeTests",
"module_type" : "SwiftTarget",
"name" : "iShapeTests",
"path" : "Tests/iShapeTests",
"sources" : [
"AdapterTests.swift",
"iShapeTests.swift"
],
"target_dependencies" : [
"iShape"
],
"type" : "test"
},
{
"c99name" : "iShape",
"module_type" : "SwiftTarget",
"name" : "iShape",
"path" : "Sources/iShape",
"product_dependencies" : [
"iFixFloat"
],
"product_memberships" : [
"iShape"
],
"sources" : [
"Fix/FixBnd.swift",
"Fix/FixPath.swift",
"Fix/FixPaths.swift",
"Fix/FixShape.swift",
"Fix/FixShapes.swift",
"Graphic/Adapter.swift",
"Graphic/CGFloat.swift",
"Graphic/CGPoint.swift",
"Int/Path.swift",
"Int/Shape.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"iShape"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iShape -destination platform=macOS,arch=arm64
Build complete.
Done.