Build Information
Successful build of swift-talk-shared, reference 0.3.3 (023816
), with Swift 6.0 for macOS (SPM) on 1 Sep 2024 06:46:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.6.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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objcio/swift-talk-shared.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objcio/swift-talk-shared
* tag 0.3.3 -> FETCH_HEAD
HEAD is now at 0238161 sessionid.
Cloned https://github.com/objcio/swift-talk-shared.git
Revision (git rev-parse @):
0238161c1bf1a3db01c6d51b801e6d02656199b4
SUCCESS checkout https://github.com/objcio/swift-talk-shared.git at 0.3.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/objcio/swift-talk-shared.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.6.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
[3/4] Write swift-version--14728B76ED507284.txt
[5/8] Compiling ViewHelpers ViewHelpers.swift
[6/8] Emitting module ViewHelpers
[7/8] Emitting module TinyNetworking
[8/8] Compiling TinyNetworking Endpoint.swift
[9/10] Compiling Model Model.swift
[10/10] Emitting module Model
Build complete! (8.73s)
Fetching https://github.com/objcio/tiny-networking
[3/295] Fetching tiny-networking
Fetched https://github.com/objcio/tiny-networking from cache (0.74s)
Computing version for https://github.com/objcio/tiny-networking
Computed https://github.com/objcio/tiny-networking at 0.5.0 (0.63s)
Creating working copy for https://github.com/objcio/tiny-networking
Working copy of https://github.com/objcio/tiny-networking resolved at 0.5.0
Build complete.
{
"dependencies" : [
{
"identity" : "tiny-networking",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/objcio/tiny-networking"
}
],
"manifest_display_name" : "swift-talk-shared",
"name" : "swift-talk-shared",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Model",
"targets" : [
"Model"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ViewHelpers",
"targets" : [
"ViewHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_talk_sharedTests",
"module_type" : "SwiftTarget",
"name" : "swift-talk-sharedTests",
"path" : "Tests/swift-talk-sharedTests",
"sources" : [
"XCTestManifests.swift",
"swift_talk_sharedTests.swift"
],
"type" : "test"
},
{
"c99name" : "ViewHelpers",
"module_type" : "SwiftTarget",
"name" : "ViewHelpers",
"path" : "Sources/ViewHelpers",
"product_memberships" : [
"ViewHelpers"
],
"sources" : [
"ViewHelpers.swift"
],
"type" : "library"
},
{
"c99name" : "Model",
"module_type" : "SwiftTarget",
"name" : "Model",
"path" : "Sources/Model",
"product_dependencies" : [
"TinyNetworking"
],
"product_memberships" : [
"Model"
],
"sources" : [
"Model.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.