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 FlockKit, reference main (1a7e0b), with Swift 6.2 for macOS (SPM) on 11 Dec 2025 14:56:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/avnerbarr/FlockKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/avnerbarr/FlockKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1a7e0b0 gendocs
Cloned https://github.com/avnerbarr/FlockKit.git
Revision (git rev-parse @):
1a7e0b08db334259b3cd1379aea7b30b2ff5d342
SUCCESS checkout https://github.com/avnerbarr/FlockKit.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2158] Fetching swift-docc-plugin
[239/5752] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.94s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.68s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "flockkit",
      "name": "FlockKit",
      "url": "https://github.com/avnerbarr/FlockKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FlockKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/avnerbarr/FlockKit.git
[1/484] Fetching flockkit
Fetched https://github.com/avnerbarr/FlockKit.git from cache (1.01s)
Creating working copy for https://github.com/avnerbarr/FlockKit.git
Working copy of https://github.com/avnerbarr/FlockKit.git resolved at main (1a7e0b0)
warning: '.resolve-product-dependencies': dependency 'flockkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/avnerbarr/FlockKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[4/9] Write LockTestHelper-entitlement.plist
[5/9] Write swift-version-49B95AFC49DCD68C.txt
[7/12] Compiling FlockKit FlockKit.swift
[8/12] Emitting module FlockKit
[9/12] Compiling FlockKit Errno.swift
[10/14] Compiling LockTestHelper main.swift
[11/14] Emitting module LockTestHelper
[11/14] Write Objects.LinkFileList
[12/14] Linking LockTestHelper
[13/14] Applying LockTestHelper
Build complete! (14.38s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "FlockKit",
  "name" : "FlockKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FlockKit",
      "targets" : [
        "FlockKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LockTestHelper",
      "targets" : [
        "LockTestHelper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LockTestHelper",
      "module_type" : "SwiftTarget",
      "name" : "LockTestHelper",
      "path" : "Sources/LockTestHelper",
      "product_memberships" : [
        "LockTestHelper"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "FlockKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FlockKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FlockKitTests",
      "path" : "Tests/FlockKitTests",
      "sources" : [
        "FlockKitTests.swift"
      ],
      "target_dependencies" : [
        "FlockKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlockKit",
      "module_type" : "SwiftTarget",
      "name" : "FlockKit",
      "path" : "Sources/FlockKit",
      "product_memberships" : [
        "FlockKit",
        "LockTestHelper"
      ],
      "sources" : [
        "Errno.swift",
        "FlockKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.