Build Information
Successful build of ExTests, reference 0.1.2 (14884f
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 23:44: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/sloik/ExTests.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/ExTests
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 14884fa Merge pull request #3 from sloik/renovate/configure
Cloned https://github.com/sloik/ExTests.git
Revision (git rev-parse @):
14884fa297fc7a450ceaf078fba50f6b12635fdf
SUCCESS checkout https://github.com/sloik/ExTests.git at 0.1.2
========================================
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": "extests",
"name": "ExTests",
"url": "https://github.com/sloik/ExTests.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ExTests",
"dependencies": [
]
}
]
}
Fetching https://github.com/sloik/ExTests.git
[1/57] Fetching extests
Fetched https://github.com/sloik/ExTests.git from cache (0.66s)
Creating working copy for https://github.com/sloik/ExTests.git
Working copy of https://github.com/sloik/ExTests.git resolved at 0.1.2 (14884fa)
warning: '.resolve-product-dependencies': dependency 'extests' 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/sloik/ExTests.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/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/6] Emitting module ExTests
[4/6] Compiling ExTests ExTests.swift
[4/6] Write Objects.LinkFileList
[5/6] Linking libExTests.dylib
Build complete! (10.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ExTests",
"name" : "ExTests",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ExTests",
"targets" : [
"ExTests"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "ExTestsTests",
"module_type" : "SwiftTarget",
"name" : "ExTestsTests",
"path" : "Tests/ExTestsTests",
"sources" : [
"ExTestsTests.swift"
],
"target_dependencies" : [
"ExTests"
],
"type" : "test"
},
{
"c99name" : "ExTests",
"module_type" : "SwiftTarget",
"name" : "ExTests",
"path" : "Sources/ExTests",
"product_memberships" : [
"ExTests"
],
"sources" : [
"ExTests.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.