Build Information
Successful build of FuncBot, reference master (f629a9), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:09:34 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tangentw/funcbot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Emitting module Starscream
[5/8] Compiling Starscream WebSocket.swift
[6/8] Compiling Starscream SSLClientCertificate.swift
[7/8] Compiling Starscream SSLSecurity.swift
[8/8] Compiling Starscream Compression.swift
[9/18] Compiling FuncBot JSON.swift
[10/19] Compiling FuncBot RTM.swift
[11/19] Compiling FuncBot curry.swift
[12/19] Compiling FuncBot Operators.swift
[13/19] Compiling FuncBot Message.swift
[14/19] Compiling FuncBot Console.swift
[15/19] Compiling FuncBot HTTP.swift
[16/19] Compiling FuncBot FuncBot.swift
[17/19] Compiling FuncBot IO.swift
[18/19] Emitting module FuncBot
[19/19] Compiling FuncBot Middlewares.swift
Build complete! (9.31s)
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (1.15s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (3.07s)
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.