Build Information
Successful build of FuncBot, reference master (511cd8), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 18:35:18 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/bearyinnovative/funcbot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bearyinnovative/funcbot
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 511cd86 Open hubot ID & add some functional operators
Cloned https://github.com/bearyinnovative/funcbot.git
Revision (git rev-parse @):
511cd8632e90070de9c629e444a22148d9b14b00
SUCCESS checkout https://github.com/bearyinnovative/funcbot.git at master
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/daltoniam/zlib-spm.git
Fetching https://github.com/daltoniam/common-crypto-spm
[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/zlib-spm.git from cache (1.32s)
Fetched https://github.com/daltoniam/Starscream.git from cache (1.32s)
Computing version for https://github.com/daltoniam/Starscream.git
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/bearyinnovative/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 SSLSecurity.swift
[5/8] Compiling Starscream SSLClientCertificate.swift
[6/8] Compiling Starscream WebSocket.swift
[7/8] Compiling Starscream Compression.swift
[8/8] Emitting module Starscream
[9/18] Compiling FuncBot Middlewares.swift
[10/18] Compiling FuncBot Operators.swift
[11/18] Compiling FuncBot FuncBot.swift
[12/18] Compiling FuncBot Message.swift
[13/18] Emitting module FuncBot
[14/18] Compiling FuncBot RTM.swift
[15/18] Compiling FuncBot HTTP.swift
[16/18] Compiling FuncBot JSON.swift
[17/18] Compiling FuncBot Console.swift
[18/18] Compiling FuncBot IO.swift
[19/19] Compiling FuncBot curry.swift
Build complete! (10.05s)
Updating https://github.com/daltoniam/Starscream.git
Updated https://github.com/daltoniam/Starscream.git (0.49s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (2.80s)
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.