Build Information
Successful build of Spek with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onmyway133/Spek.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onmyway133/Spek
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 62d2b74 Update README.md
Cloned https://github.com/onmyway133/Spek.git
Revision (git rev-parse @):
62d2b74f2cadb84af12616712104f16bf6bfb979
SUCCESS checkout https://github.com/onmyway133/Spek.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/onmyway133/Spek.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-6F35C1178C84523A.txt
[2/3] Compiling SpekHelper SpekHelperTestCase.m
[4/8] Compiling Spek SpekTestCase.swift
[5/8] Compiling Spek XPart.swift
[6/8] Emitting module Spek
/Users/admin/builder/spi-builder-workspace/Sources/Spek/Part.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
6 | //
7 |
8 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | public struct PartBuilder {
10 | public static func buildBlock(_ parts: Part...) -> [Part] {
[7/8] Compiling Spek Spek.swift
[8/8] Compiling Spek Part.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spek/Part.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
6 | //
7 |
8 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | public struct PartBuilder {
10 | public static func buildBlock(_ parts: Part...) -> [Part] {
Build complete! (28.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Spek",
"name" : "Spek",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Spek",
"targets" : [
"Spek"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SpekTests",
"module_type" : "SwiftTarget",
"name" : "SpekTests",
"path" : "Tests/SpekTests",
"sources" : [
"GenerateTestCaseTests.swift",
"SpekTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Spek"
],
"type" : "test"
},
{
"c99name" : "SpekHelper",
"module_type" : "ClangTarget",
"name" : "SpekHelper",
"path" : "Sources/SpekHelper",
"product_memberships" : [
"Spek"
],
"sources" : [
"SpekHelperTestCase.m"
],
"type" : "library"
},
{
"c99name" : "Spek",
"module_type" : "SwiftTarget",
"name" : "Spek",
"path" : "Sources/Spek",
"product_memberships" : [
"Spek"
],
"sources" : [
"Part.swift",
"Spek.swift",
"SpekTestCase.swift",
"XPart.swift"
],
"target_dependencies" : [
"SpekHelper"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.