The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FanboyKit, reference master (e78f71), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:58:08 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/michaelnisi/fanboy-kit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/fanboy-kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e78f717 Fix example
Cloned https://github.com/michaelnisi/fanboy-kit.git
Revision (git rev-parse @):
e78f717b403c5af2bc4837a8fb0e02dbb6081721
SUCCESS checkout https://github.com/michaelnisi/fanboy-kit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michaelnisi/fanboy-kit.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/5] Emitting module Patron
[5/5] Compiling Patron Patron.swift
[6/7] Emitting module FanboyKit
[7/7] Compiling FanboyKit FanboyKit.swift
Build complete! (7.61s)
Fetching https://github.com/michaelnisi/patron
[1/6532] Fetching patron
Fetched https://github.com/michaelnisi/patron from cache (3.09s)
Computing version for https://github.com/michaelnisi/patron
Computed https://github.com/michaelnisi/patron at 11.0.0 (3.59s)
Creating working copy for https://github.com/michaelnisi/patron
Working copy of https://github.com/michaelnisi/patron resolved at 11.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "patron",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/michaelnisi/patron"
    }
  ],
  "manifest_display_name" : "FanboyKit",
  "name" : "FanboyKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "FanboyKit",
      "targets" : [
        "FanboyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FanboyKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FanboyKitTests",
      "path" : "Tests/FanboyKitTests",
      "sources" : [
        "FanboyKitTests.swift"
      ],
      "target_dependencies" : [
        "FanboyKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FanboyKit",
      "module_type" : "SwiftTarget",
      "name" : "FanboyKit",
      "path" : "Sources/FanboyKit",
      "product_dependencies" : [
        "Patron"
      ],
      "product_memberships" : [
        "FanboyKit"
      ],
      "sources" : [
        "FanboyKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.