The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FuncBot, reference 0.0.6 (f629a9), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 15:36:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tangentw/funcbot.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tangentw/funcbot
 * tag               0.0.6      -> FETCH_HEAD
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 0.0.6
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/daltoniam/common-crypto-spm
Fetching https://github.com/daltoniam/zlib-spm.git
[1/29] Fetching zlib-spm
[17/50] Fetching zlib-spm, common-crypto-spm
[51/5158] Fetching zlib-spm, common-crypto-spm, starscream
Fetched https://github.com/daltoniam/zlib-spm.git from cache (1.13s)
Fetched https://github.com/daltoniam/common-crypto-spm from cache (1.13s)
Fetched https://github.com/daltoniam/Starscream.git from cache (1.13s)
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/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 SSLClientCertificate.swift
[5/8] Compiling Starscream Compression.swift
[6/8] Compiling Starscream WebSocket.swift
[7/8] Emitting module Starscream
[8/8] Compiling Starscream SSLSecurity.swift
[9/18] Compiling FuncBot HTTP.swift
[10/18] Compiling FuncBot FuncBot.swift
[11/18] Compiling FuncBot Operators.swift
[12/18] Compiling FuncBot Message.swift
[13/18] Emitting module FuncBot
[14/18] Compiling FuncBot Console.swift
[15/18] Compiling FuncBot Middlewares.swift
[16/18] Compiling FuncBot IO.swift
[17/18] Compiling FuncBot RTM.swift
[18/18] Compiling FuncBot JSON.swift
[19/19] Compiling FuncBot curry.swift
Build complete! (10.51s)
Updating https://github.com/daltoniam/Starscream.git
Updated https://github.com/daltoniam/Starscream.git (0.50s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (2.79s)
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.