The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FanboyKit with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelnisi/fanboy-kit.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
Fetching https://github.com/michaelnisi/patron from cache
Fetched https://github.com/michaelnisi/patron (0.23s)
Computing version for https://github.com/michaelnisi/patron
Computed https://github.com/michaelnisi/patron at 11.0.0 (0.45s)
Creating working copy for https://github.com/michaelnisi/patron
Working copy of https://github.com/michaelnisi/patron resolved at 11.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fanboy-kit",
      "name": "FanboyKit",
      "url": "https://github.com/michaelnisi/fanboy-kit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fanboy-kit",
      "dependencies": [
        {
          "identity": "patron",
          "name": "Patron",
          "url": "https://github.com/michaelnisi/patron",
          "version": "11.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/patron",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/michaelnisi/fanboy-kit.git
[3/229] Fetching fanboy-kit
Fetched https://github.com/michaelnisi/fanboy-kit.git (0.24s)
Fetching https://github.com/michaelnisi/patron from cache
Fetched https://github.com/michaelnisi/patron (0.16s)
Computing version for https://github.com/michaelnisi/patron
Computed https://github.com/michaelnisi/patron at 11.0.0 (0.02s)
Creating working copy for https://github.com/michaelnisi/patron
Working copy of https://github.com/michaelnisi/patron resolved at 11.0.0
Creating working copy for https://github.com/michaelnisi/fanboy-kit.git
Working copy of https://github.com/michaelnisi/fanboy-kit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'fanboy-kit' is not used by any target
Found 1 product dependencies
  - Patron
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module Patron
[2/2] Compiling Patron Patron.swift
[3/4] Compiling FanboyKit FanboyKit.swift
[4/4] Emitting module FanboyKit
Build complete! (7.36s)
Build complete.
Done.