Build Information
Successful build of WTV, reference 0.1.1 (8eefc6
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 23:40:27 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/WTV.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/WTV
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 8eefc65 Merge pull request #3 from 0xLeif/develop
Cloned https://github.com/0xLet/WTV.git
Revision (git rev-parse @):
8eefc65bf823eb7612047dbd2df4c6c73864c500
SUCCESS checkout https://github.com/0xLet/WTV.git at 0.1.1
========================================
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": "wtv",
"name": "WTV",
"url": "https://github.com/0xLet/WTV.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WTV",
"dependencies": [
]
}
]
}
Fetching https://github.com/0xLet/WTV.git
[2/52] Fetching wtv
Fetched https://github.com/0xLet/WTV.git from cache (0.67s)
Creating working copy for https://github.com/0xLet/WTV.git
Working copy of https://github.com/0xLet/WTV.git resolved at 0.1.1 (8eefc65)
warning: '.resolve-product-dependencies': dependency 'wtv' 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/WTV.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 WTV WTV.swift
[4/4] Emitting module WTV
Build complete! (5.73s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WTV",
"name" : "WTV",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WTV",
"targets" : [
"WTV"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WTVTests",
"module_type" : "SwiftTarget",
"name" : "WTVTests",
"path" : "Tests/WTVTests",
"sources" : [
"WTVTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WTV"
],
"type" : "test"
},
{
"c99name" : "WTV",
"module_type" : "SwiftTarget",
"name" : "WTV",
"path" : "Sources/WTV",
"product_memberships" : [
"WTV"
],
"sources" : [
"WTV.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.