Build Information
Successful build of FuncBot, reference master (f629a9), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 15:36:11 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/tangentw/funcbot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tangentw/funcbot
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f629a90 Tweak APIs
Cloned https://github.com/tangentw/funcbot.git
Revision (git rev-parse @):
f629a906f5ed7304dd63c65a7db09f0360af8272
SUCCESS checkout https://github.com/tangentw/funcbot.git at master
Fetching https://github.com/daltoniam/common-crypto-spm
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/daltoniam/zlib-spm.git
[1/21] Fetching common-crypto-spm
[22/50] Fetching common-crypto-spm, zlib-spm
[51/5158] Fetching common-crypto-spm, zlib-spm, starscream
Fetched https://github.com/daltoniam/common-crypto-spm from cache (1.32s)
Fetched https://github.com/daltoniam/Starscream.git from cache (1.32s)
Computing version for https://github.com/daltoniam/Starscream.git
Fetched https://github.com/daltoniam/zlib-spm.git from cache (1.32s)
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/tangentw/funcbot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling Starscream WebSocket.swift
[5/8] Compiling Starscream Compression.swift
[6/8] Compiling Starscream SSLSecurity.swift
[7/8] Emitting module Starscream
[8/8] Compiling Starscream SSLClientCertificate.swift
[9/18] Compiling FuncBot RTM.swift
[10/18] Compiling FuncBot Operators.swift
[11/19] Compiling FuncBot JSON.swift
[12/19] Compiling FuncBot IO.swift
[13/19] Compiling FuncBot Console.swift
[14/19] Compiling FuncBot Message.swift
[15/19] Compiling FuncBot HTTP.swift
[16/19] Compiling FuncBot FuncBot.swift
[17/19] Compiling FuncBot curry.swift
[18/19] Emitting module FuncBot
[19/19] Compiling FuncBot Middlewares.swift
Build complete! (10.22s)
Updating https://github.com/daltoniam/Starscream.git
Updated https://github.com/daltoniam/Starscream.git (0.57s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (3.04s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.2
Build complete.
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
}
],
"manifest_display_name" : "FuncBot",
"name" : "FuncBot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FuncBot",
"targets" : [
"FuncBot"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FuncBotTests",
"module_type" : "SwiftTarget",
"name" : "FuncBotTests",
"path" : "Tests/FuncBotTests",
"product_dependencies" : [
"Starscream"
],
"sources" : [
"FuncBotTests.swift"
],
"target_dependencies" : [
"FuncBot"
],
"type" : "test"
},
{
"c99name" : "FuncBot",
"module_type" : "SwiftTarget",
"name" : "FuncBot",
"path" : "Sources/FuncBot",
"product_dependencies" : [
"Starscream"
],
"product_memberships" : [
"FuncBot"
],
"sources" : [
"Examples/Middlewares.swift",
"FuncBot.swift",
"HTTP/HTTP.swift",
"IO/Console.swift",
"IO/IO.swift",
"JSON/JSON.swift",
"Message/Message.swift",
"Operators.swift",
"RTM/RTM.swift",
"curry.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.