The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FlockKit, reference main (1a7e0b), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 18:57:01 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/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/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.67s)
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
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
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/avnerbarr/FlockKit.git
[1/484] Fetching flockkit
Fetched https://github.com/avnerbarr/FlockKit.git from cache (0.99s)
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.3
Building package at path:  $PWD
https://github.com/avnerbarr/FlockKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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
[3/9] Write LockTestHelper-entitlement.plist
[4/9] Write sources
[5/9] Write swift-version--6988338F2F200930.txt
[7/12] Compiling FlockKit Errno.swift
[8/12] Emitting module FlockKit
[9/12] Compiling FlockKit FlockKit.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! (10.80s)
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.