Build Information
Successful build of fugle-realtime-swift, reference main (fda04a), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:11:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/nicklockwood/SwiftFormat
[1/56086] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (44.35s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.4 (45.18s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.51.4
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "fugle-realtime-swift",
"name": "fugle-realtime-swift",
"url": "https://github.com/make-a-good-soup/fugle-realtime-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fugle-realtime-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/make-a-good-soup/fugle-realtime-swift.git
[1/658] Fetching fugle-realtime-swift
Fetched https://github.com/make-a-good-soup/fugle-realtime-swift.git from cache (0.71s)
Creating working copy for https://github.com/make-a-good-soup/fugle-realtime-swift.git
Working copy of https://github.com/make-a-good-soup/fugle-realtime-swift.git resolved at main (fda04a3)
warning: '.resolve-product-dependencies': dependency 'fugle-realtime-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/make-a-good-soup/fugle-realtime-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/18] Compiling fugle_realtime_swift APIRouter.swift
[5/18] Compiling fugle_realtime_swift URLSessionWebSocketTask+Extension.swift
[6/18] Compiling fugle_realtime_swift Quote.swift
[7/18] Compiling fugle_realtime_swift Volume.swift
[8/18] Compiling fugle_realtime_swift WebSocketRouter.swift
[9/18] Compiling fugle_realtime_swift IntradayRouter.swift
[10/19] Compiling fugle_realtime_swift Dealts.swift
[11/19] Compiling fugle_realtime_swift Info.swift
[12/19] Compiling fugle_realtime_swift URLSessionHTTPClient.swift
[13/19] Compiling fugle_realtime_swift Chart.swift
[14/19] Compiling fugle_realtime_swift FugleHttpLoader.swift
[15/19] Compiling fugle_realtime_swift HTTPClient.swift
[16/19] Compiling fugle_realtime_swift Intraday.swift
[17/19] Compiling fugle_realtime_swift Meta.swift
[18/19] Emitting module fugle_realtime_swift
[19/19] Compiling fugle_realtime_swift WebSocketStream.swift
Build complete! (8.76s)
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.