Build Information
Successful build of WaterfallGrid, reference master (c7c086
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 26 Jul 2024 02:04:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WaterfallGrid -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paololeonardi/WaterfallGrid.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paololeonardi/WaterfallGrid
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c7c0865 Merge pull request #72 from paololeonardi/visionOS
Cloned https://github.com/paololeonardi/WaterfallGrid.git
Revision (git rev-parse @):
c7c08652c3540adf8e48409c351879b4caea7e89
SUCCESS checkout https://github.com/paololeonardi/WaterfallGrid.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/paololeonardi/WaterfallGrid.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
Resolved source packages:
WaterfallGrid: /Users/admin/builder/spi-builder-workspace
resolved source packages: WaterfallGrid
{
"dependencies" : [
],
"manifest_display_name" : "WaterfallGrid",
"name" : "WaterfallGrid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "WaterfallGrid",
"targets" : [
"WaterfallGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WaterfallGridTests",
"module_type" : "SwiftTarget",
"name" : "WaterfallGridTests",
"path" : "Tests/WaterfallGridTests",
"sources" : [
"PositiveNumberTests.swift",
"WaterfallGridTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WaterfallGrid"
],
"type" : "test"
},
{
"c99name" : "WaterfallGrid",
"module_type" : "SwiftTarget",
"name" : "WaterfallGrid",
"path" : "Sources/WaterfallGrid",
"product_memberships" : [
"WaterfallGrid"
],
"sources" : [
"Environment/GridSyle.swift",
"Environment/PositiveNumber.swift",
"Environment/ScrollOptions.swift",
"Preference/ElementPreference.swift",
"Preference/PreferenceSetter.swift",
"View+GridStyle.swift",
"View+ScrollOptions.swift",
"WaterfallGrid.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"WaterfallGrid"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WaterfallGrid -destination platform=macOS,arch=arm64
Build complete.
Done.