Build Information
Successful build of Benchmark 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/my-mail-ru/swift-benchmark.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/my-mail-ru/swift-benchmark
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6f247d0 Swift 4.0
Cloned https://github.com/my-mail-ru/swift-benchmark.git
Revision (git rev-parse @):
6f247d04a4edec8d300f61f420af61e51ac0c875
SUCCESS checkout https://github.com/my-mail-ru/swift-benchmark.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/my-mail-ru/swift-benchmark.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/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/6] Compiling Benchmark timeval.swift
/Users/admin/builder/spi-builder-workspace/Sources/timeval.swift:37:1: warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
35 | }
36 |
37 | extension timeval : CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var description: String {
39 | return "\(Double(self))"
[4/6] Emitting module Benchmark
/Users/admin/builder/spi-builder-workspace/Sources/timespec.swift:37:1: warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
35 | }
36 |
37 | extension timespec : CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var description: String {
39 | return "\(Double(self))"
/Users/admin/builder/spi-builder-workspace/Sources/timeval.swift:37:1: warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
35 | }
36 |
37 | extension timeval : CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var description: String {
39 | return "\(Double(self))"
[5/6] Compiling Benchmark Benchmark.swift
[6/6] Compiling Benchmark timespec.swift
/Users/admin/builder/spi-builder-workspace/Sources/timespec.swift:37:1: warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
35 | }
36 |
37 | extension timespec : CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var description: String {
39 | return "\(Double(self))"
Build complete! (4.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Benchmark",
"name" : "Benchmark",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BenchmarkTests",
"module_type" : "SwiftTarget",
"name" : "BenchmarkTests",
"path" : "Tests/BenchmarkTests",
"sources" : [
"BenchmarkTests.swift"
],
"target_dependencies" : [
"Benchmark"
],
"type" : "test"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"Benchmark.swift",
"timespec.swift",
"timeval.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.