Build Information
Successful build of FlatMany, reference main (1b15d1
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:17:13 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/0xLeif/FlatMany.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/FlatMany
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1b15d13 Merge branch 'main' of github.com:0xLeif/FlatMany
Cloned https://github.com/0xLeif/FlatMany.git
Revision (git rev-parse @):
1b15d134f14989c8bbb2c98bc164fdcc4c271cbf
SUCCESS checkout https://github.com/0xLeif/FlatMany.git at main
========================================
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": "flatmany",
"name": "FlatMany",
"url": "https://github.com/0xLeif/FlatMany.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FlatMany",
"dependencies": [
]
}
]
}
Fetching https://github.com/0xLeif/FlatMany.git
[1/39] Fetching flatmany
Fetched https://github.com/0xLeif/FlatMany.git from cache (0.63s)
Creating working copy for https://github.com/0xLeif/FlatMany.git
Working copy of https://github.com/0xLeif/FlatMany.git resolved at main (1b15d13)
warning: '.resolve-product-dependencies': dependency 'flatmany' 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/0xLeif/FlatMany.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 FlatMany FlatMany.swift
[4/4] Emitting module FlatMany
Build complete! (2.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FlatMany",
"name" : "FlatMany",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "FlatMany",
"targets" : [
"FlatMany"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlatManyTests",
"module_type" : "SwiftTarget",
"name" : "FlatManyTests",
"path" : "Tests/FlatManyTests",
"sources" : [
"FlatManyTests.swift"
],
"target_dependencies" : [
"FlatMany"
],
"type" : "test"
},
{
"c99name" : "FlatMany",
"module_type" : "SwiftTarget",
"name" : "FlatMany",
"path" : "Sources/FlatMany",
"product_memberships" : [
"FlatMany"
],
"sources" : [
"FlatMany.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.