Build Information
Successful build of GridStack, reference 0.4.3 (777c3b
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:16:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pietropizzi/GridStack.git
Reference: 0.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pietropizzi/GridStack
* tag 0.4.3 -> FETCH_HEAD
HEAD is now at 777c3b9 Merge pull request #19 from danurna/fix-stride-error
Cloned https://github.com/pietropizzi/GridStack.git
Revision (git rev-parse @):
777c3b9d789d377033d8e4c8f99f9d0a04485dc4
SUCCESS checkout https://github.com/pietropizzi/GridStack.git at 0.4.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "gridstack",
"name": "GridStack",
"url": "https://github.com/pietropizzi/GridStack.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GridStack",
"dependencies": [
]
}
]
}
Fetching https://github.com/pietropizzi/GridStack.git
[1/441] Fetching gridstack
Fetched https://github.com/pietropizzi/GridStack.git from cache (0.86s)
Creating working copy for https://github.com/pietropizzi/GridStack.git
Working copy of https://github.com/pietropizzi/GridStack.git resolved at 0.4.3 (777c3b9)
warning: '.resolve-product-dependencies': dependency 'gridstack' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/pietropizzi/GridStack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling GridStack Array+chunked.swift
[4/6] Compiling GridStack GridCalculator.swift
[5/6] Emitting module GridStack
[6/6] Compiling GridStack GridStack.swift
Build complete! (12.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GridStack",
"name" : "GridStack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "GridStack",
"targets" : [
"GridStack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GridStackTests",
"module_type" : "SwiftTarget",
"name" : "GridStackTests",
"path" : "Tests/GridStackTests",
"sources" : [
"GridStackTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"GridStack"
],
"type" : "test"
},
{
"c99name" : "GridStack",
"module_type" : "SwiftTarget",
"name" : "GridStack",
"path" : "Sources/GridStack",
"product_memberships" : [
"GridStack"
],
"sources" : [
"Array+chunked.swift",
"GridCalculator.swift",
"GridStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.