The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Blackbird, reference main (08c637), with Swift 6.0 for macOS (SPM) on 23 Feb 2026 22:42:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/marcoarment/Blackbird.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcoarment/Blackbird
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 08c637a Merge pull request #39 from phuzion/main
Cloned https://github.com/marcoarment/Blackbird.git
Revision (git rev-parse @):
08c637ab8f4134d591896c8a659628e01335d71c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/marcoarment/Blackbird.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/marcoarment/Blackbird.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/18] Compiling Blackbird BlackbirdModelStructuredQuerying.swift
[4/18] Compiling Blackbird BlackbirdObservation.swift
[5/18] Compiling Blackbird BlackbirdRow.swift
[6/18] Compiling Blackbird BlackbirdPerformanceLogger.swift
[7/18] Compiling Blackbird BlackbirdModel.swift
[8/18] Compiling Blackbird BlackbirdModelSearch.swift
[9/18] Compiling Blackbird BlackbirdColumnTypes.swift
[10/18] Compiling Blackbird BlackbirdDatabase.swift
[11/18] Compiling Blackbird BlackbirdChanges.swift
[12/18] Compiling Blackbird BlackbirdCodable.swift
[13/18] Compiling Blackbird BlackbirdSchema.swift
[14/18] Compiling Blackbird BlackbirdCodingKey.swift
[15/18] Compiling Blackbird BlackbirdColumn.swift
[16/19] Emitting module Blackbird
[17/19] Compiling Blackbird Blackbird.swift
[18/19] Compiling Blackbird BlackbirdCache.swift
[19/19] Compiling Blackbird BlackbirdSwiftUI.swift
Build complete! (10.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Blackbird",
  "name" : "Blackbird",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Blackbird",
      "targets" : [
        "Blackbird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "BlackbirdTests",
      "module_type" : "SwiftTarget",
      "name" : "BlackbirdTests",
      "path" : "Tests/BlackbirdTests",
      "sources" : [
        "BlackbirdTestData.swift",
        "BlackbirdTestModels.swift",
        "BlackbirdTests.swift"
      ],
      "target_dependencies" : [
        "Blackbird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blackbird",
      "module_type" : "SwiftTarget",
      "name" : "Blackbird",
      "path" : "Sources/Blackbird",
      "product_memberships" : [
        "Blackbird"
      ],
      "sources" : [
        "Blackbird.swift",
        "BlackbirdCache.swift",
        "BlackbirdChanges.swift",
        "BlackbirdCodable.swift",
        "BlackbirdCodingKey.swift",
        "BlackbirdColumn.swift",
        "BlackbirdColumnTypes.swift",
        "BlackbirdDatabase.swift",
        "BlackbirdModel.swift",
        "BlackbirdModelSearch.swift",
        "BlackbirdModelStructuredQuerying.swift",
        "BlackbirdObservation.swift",
        "BlackbirdPerformanceLogger.swift",
        "BlackbirdRow.swift",
        "BlackbirdSchema.swift",
        "BlackbirdSwiftUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.