Build Information
Successful build of QGrid, reference 0.1.4 (804e59
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 18:04:37 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/q-mobile/qgrid.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/q-mobile/qgrid
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at 804e59f Merge pull request #28 from bryanbartow/optional-scrolling
Cloned https://github.com/q-mobile/qgrid.git
Revision (git rev-parse @):
804e59f8cb9f66b226685e9369fb82029742b83a
SUCCESS checkout https://github.com/q-mobile/qgrid.git at 0.1.4
========================================
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": "qgrid",
"name": "QGrid",
"url": "https://github.com/q-mobile/qgrid.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/qgrid",
"dependencies": [
]
}
]
}
Fetching https://github.com/q-mobile/qgrid.git
[1/391] Fetching qgrid
Fetched https://github.com/q-mobile/qgrid.git from cache (28.07s)
Creating working copy for https://github.com/q-mobile/qgrid.git
Working copy of https://github.com/q-mobile/qgrid.git resolved at 0.1.4 (804e59f)
warning: '.resolve-product-dependencies': dependency 'qgrid' 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/q-mobile/qgrid.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/4] Compiling QGrid QGrid.swift
[4/4] Emitting module QGrid
Build complete! (10.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "QGrid",
"name" : "QGrid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "QGrid",
"targets" : [
"QGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QGrid",
"module_type" : "SwiftTarget",
"name" : "QGrid",
"path" : "Sources/QGrid",
"product_memberships" : [
"QGrid"
],
"sources" : [
"QGrid.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.