Build Information
Successful build of RectangleTools, reference production (c17264
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 8 Aug 2024 23:43:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RectangleTools -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Rectangle-Tools.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Rectangle-Tools
* branch production -> FETCH_HEAD
* [new branch] production -> origin/production
HEAD is now at c172648 Merge pull request #69 from RougeWare/feature/negation
Cloned https://github.com/RougeWare/Swift-Rectangle-Tools.git
Revision (git rev-parse @):
c172648c7a8ea674f6bdc7e76257b047820f4a5f
SUCCESS checkout https://github.com/RougeWare/Swift-Rectangle-Tools.git at production
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/RougeWare/Swift-Rectangle-Tools.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/RougeWare/Swift-MultiplicativeArithmetic.git
Creating working copy of package ‘Swift-MultiplicativeArithmetic’
Checking out 1.4.1 of package ‘Swift-MultiplicativeArithmetic’
Resolved source packages:
MultiplicativeArithmetic: https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git @ 1.4.1
RectangleTools: /Users/admin/builder/spi-builder-workspace
resolved source packages: MultiplicativeArithmetic, RectangleTools
{
"dependencies" : [
{
"identity" : "swift-multiplicativearithmetic",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git"
}
],
"manifest_display_name" : "RectangleTools",
"name" : "RectangleTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "RectangleTools",
"targets" : [
"RectangleTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RectangleToolsTests",
"module_type" : "SwiftTarget",
"name" : "RectangleToolsTests",
"path" : "Tests/RectangleToolsTests",
"sources" : [
"Collection2D Tests.swift",
"DualTwoDimensionalTests.swift",
"FourSided Tests.swift",
"Integer Size Tests.swift",
"Inversion Tests.swift",
"Point Tests.swift",
"Rectangle Combination Tests.swift",
"Rectangle Edgewise Init Tests.swift",
"Rectangle Position Tests.swift",
"Size Measurement Tests.swift",
"Size Position Tests.swift",
"Test Constants.swift",
"Testing convenience functions.swift",
"TwoDimensional Measurement Tests.swift",
"XCTestManifests.swift",
"rect.scaled Tests.swift",
"size.scaled Tests.swift"
],
"target_dependencies" : [
"RectangleTools"
],
"type" : "test"
},
{
"c99name" : "RectangleTools",
"module_type" : "SwiftTarget",
"name" : "RectangleTools",
"path" : "Sources/RectangleTools",
"product_dependencies" : [
"MultiplicativeArithmetic"
],
"product_memberships" : [
"RectangleTools"
],
"sources" : [
"Basic Protocols/CartesianMeasurable.swift",
"Basic Protocols/DualTwoDimensional.swift",
"Basic Protocols/FourSidedAbsolute.swift",
"Basic Protocols/InitializableFromInteger.swift",
"Basic Protocols/Point2D.swift",
"Basic Protocols/Rectangle.swift",
"Basic Protocols/Size2D.swift",
"Basic Protocols/TwoDimensional.swift",
"Default Conformances/CGPoint + Point2D.swift",
"Default Conformances/CGRect + Rectangle.swift",
"Default Conformances/CGSize + Size2D.swift",
"Default Conformances/CIVector + DualTwoDimensional.swift",
"Default Conformances/EdgeInsets + FourSided.swift",
"Default Implementations/Decimal/DecimalPoint.swift",
"Default Implementations/Decimal/DecimalRect.swift",
"Default Implementations/Decimal/DecimalSize.swift",
"Default Implementations/Integer/IntPoint.swift",
"Default Implementations/Integer/IntRect.swift",
"Default Implementations/Integer/IntSize.swift",
"Fancy Protocols/Collection2D.swift",
"Synthesized Conveniences/DualTwoDimensional Extensions.swift",
"Synthesized Conveniences/Point2D Extensions.swift",
"Synthesized Conveniences/Rectangle Extensions.swift",
"Synthesized Conveniences/Size2D Extensions.swift",
"Synthesized Conveniences/TwoDimensional Extensions.swift",
"Synthesized Conveniences/scaled.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RectangleTools"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RectangleTools -destination platform=macOS,arch=arm64
Build complete.
Done.