The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FuncBot, reference 0.0.6 (f629a9), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:09:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
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] Compiling Starscream Compression.swift
[5/8] Emitting module Starscream
[6/8] Compiling Starscream SSLClientCertificate.swift
[7/8] Compiling Starscream WebSocket.swift
[8/8] Compiling Starscream SSLSecurity.swift
[9/18] Compiling FuncBot IO.swift
[10/18] Compiling FuncBot HTTP.swift
[11/19] Compiling FuncBot curry.swift
[12/19] Compiling FuncBot Middlewares.swift
[13/19] Emitting module FuncBot
[14/19] Compiling FuncBot Console.swift
[15/19] Compiling FuncBot FuncBot.swift
[16/19] Compiling FuncBot JSON.swift
[17/19] Compiling FuncBot RTM.swift
[18/19] Compiling FuncBot Operators.swift
[19/19] Compiling FuncBot Message.swift
Build complete! (9.74s)
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (1.19s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (3.02s)
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.