Build Information
Successful build of Bradel, reference master (46f346
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 01:40:30 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adhumi/bradel.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adhumi/bradel
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 46f346c Add tableview(_:didEndDisplaying:forRowAt:) to allow override
Cloned https://github.com/adhumi/bradel.git
Revision (git rev-parse @):
46f346c5df979179110fec2b806fa0faa1566c92
SUCCESS checkout https://github.com/adhumi/bradel.git at master
========================================
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": "bradel",
"name": "Bradel",
"url": "https://github.com/adhumi/bradel.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bradel",
"dependencies": [
]
}
]
}
Fetching https://github.com/adhumi/bradel.git
[1/352] Fetching bradel
Fetched https://github.com/adhumi/bradel.git from cache (1.03s)
Creating working copy for https://github.com/adhumi/bradel.git
Working copy of https://github.com/adhumi/bradel.git resolved at master (46f346c)
warning: '.resolve-product-dependencies': dependency 'bradel' 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/adhumi/bradel.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling Bradel TableViewVMs.swift
[4/6] Compiling Bradel TableViewVC.swift
[5/6] Compiling Bradel VMTypeID.swift
[6/6] Emitting module Bradel
Build complete! (5.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Bradel",
"name" : "Bradel",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Bradel",
"targets" : [
"Bradel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BradelTests",
"module_type" : "SwiftTarget",
"name" : "BradelTests",
"path" : "Tests/BradelTests",
"sources" : [
"BradelTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Bradel"
],
"type" : "test"
},
{
"c99name" : "Bradel",
"module_type" : "SwiftTarget",
"name" : "Bradel",
"path" : "Sources/Bradel",
"product_memberships" : [
"Bradel"
],
"sources" : [
"TableViewVC.swift",
"TableViewVMs.swift",
"VMTypeID.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.