Build Information
Successful build of fugle-realtime-swift, reference main (fda04a), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 02:26:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/make-a-good-soup/fugle-realtime-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/make-a-good-soup/fugle-realtime-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fda04a3 [Added] 新增 SwiftFormat (#29)
Cloned https://github.com/make-a-good-soup/fugle-realtime-swift.git
Revision (git rev-parse @):
fda04a3fd71d0a1bb519d8fd3c782689caabd342
SUCCESS checkout https://github.com/make-a-good-soup/fugle-realtime-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/make-a-good-soup/fugle-realtime-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/18] Compiling fugle_realtime_swift WebSocketRouter.swift
[5/18] Emitting module fugle_realtime_swift
[6/18] Compiling fugle_realtime_swift FugleHttpLoader.swift
[7/18] Compiling fugle_realtime_swift HTTPClient.swift
[8/18] Compiling fugle_realtime_swift IntradayRouter.swift
[9/18] Compiling fugle_realtime_swift Dealts.swift
[10/18] Compiling fugle_realtime_swift Info.swift
[11/18] Compiling fugle_realtime_swift URLSessionHTTPClient.swift
[12/18] Compiling fugle_realtime_swift Chart.swift
[13/18] Compiling fugle_realtime_swift APIRouter.swift
[14/18] Compiling fugle_realtime_swift Quote.swift
[15/18] Compiling fugle_realtime_swift Volume.swift
[16/18] Compiling fugle_realtime_swift Intraday.swift
[17/18] Compiling fugle_realtime_swift Meta.swift
[18/18] Compiling fugle_realtime_swift URLSessionWebSocketTask+Extension.swift
[19/19] Compiling fugle_realtime_swift WebSocketStream.swift
Build complete! (110.39s)
Fetching https://github.com/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (101.81s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (102.59s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "fugle-realtime-swift",
"name" : "fugle-realtime-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "fugle-realtime-swift",
"targets" : [
"fugle-realtime-swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "fugle_realtime_swiftTests",
"module_type" : "SwiftTarget",
"name" : "fugle-realtime-swiftTests",
"path" : "Tests/fugle-realtime-swiftTests",
"sources" : [
"HTTPClient/Helpers/URLProtocolStub.swift",
"HTTPClient/Helpers/XCTestCase+Extension.swift",
"HTTPClient/URLSessionHTTPClientTests.swift",
"Router/IntradayRouterTests.swift"
],
"target_dependencies" : [
"fugle-realtime-swift"
],
"type" : "test"
},
{
"c99name" : "fugle_realtime_swift",
"module_type" : "SwiftTarget",
"name" : "fugle-realtime-swift",
"path" : "Sources/fugle-realtime-swift",
"product_memberships" : [
"fugle-realtime-swift"
],
"sources" : [
"FugleHttpLoader.swift",
"HTTPClient/HTTPClient.swift",
"HTTPClient/URLSessionHTTPClient.swift",
"Models/Chart.swift",
"Models/Dealts.swift",
"Models/Info.swift",
"Models/Intraday.swift",
"Models/Meta.swift",
"Models/Quote.swift",
"Models/Volume.swift",
"Router/APIRouter.swift",
"Router/IntradayRouter.swift",
"WebSocket/URLSessionWebSocketTask+Extension.swift",
"WebSocket/WebSocketRouter.swift",
"WebSocket/WebSocketStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.