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.1 for macOS (SPM) on 11 Dec 2025 14:55:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/avnerbarr/FlockKit.git
https://github.com/avnerbarr/FlockKit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[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-2F0A5646E1D333AE.txt
[7/12] Emitting module FlockKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/12] Compiling FlockKit Errno.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/12] Compiling FlockKit FlockKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/14] Emitting module LockTestHelper
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/14] Compiling LockTestHelper main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/14] Write Objects.LinkFileList
[12/14] Linking LockTestHelper
[13/14] Applying LockTestHelper
Build complete! (21.12s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.32s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.94s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.70s)
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
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.