Build Information
Successful build of E, reference 0.3.0 (a4b2b0
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 19:15:05 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/0xLet/E.num.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/E.num
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at a4b2b0c Merge pull request #5 from 0xLeif/develop
Cloned https://github.com/0xLet/E.num.git
Revision (git rev-parse @):
a4b2b0cf453edf2e2b3853cdcdd7c8596cadbf43
SUCCESS checkout https://github.com/0xLet/E.num.git at 0.3.0
========================================
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": "e.num",
"name": "E",
"url": "https://github.com/0xLet/E.num.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/E.num",
"dependencies": [
]
}
]
}
Fetching https://github.com/0xLet/E.num.git
[1/130] Fetching e.num
Fetched https://github.com/0xLet/E.num.git from cache (0.66s)
Creating working copy for https://github.com/0xLet/E.num.git
Working copy of https://github.com/0xLet/E.num.git resolved at 0.3.0 (a4b2b0c)
warning: '.resolve-product-dependencies': dependency 'e.num' 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/0xLet/E.num.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/7] Compiling E Function.swift
[4/7] Compiling E State.swift
[5/7] Compiling E Variable.swift
[6/7] Emitting module E
[7/7] Compiling E Control.swift
Build complete! (2.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "E",
"name" : "E",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "E",
"targets" : [
"E"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ETests",
"module_type" : "SwiftTarget",
"name" : "ETests",
"path" : "Tests/ETests",
"sources" : [
"E_numTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"E"
],
"type" : "test"
},
{
"c99name" : "E",
"module_type" : "SwiftTarget",
"name" : "E",
"path" : "Sources/E",
"product_memberships" : [
"E"
],
"sources" : [
"Control.swift",
"Function.swift",
"State.swift",
"Variable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.