The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AgileDB, reference 6.5.7 (00ae2a), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 12:41:29 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/AaronBratcher/AgileDB.git
Reference: 6.5.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AaronBratcher/AgileDB
 * tag               6.5.7      -> FETCH_HEAD
HEAD is now at 00ae2aa Formatting
Cloned https://github.com/AaronBratcher/AgileDB.git
Revision (git rev-parse @):
00ae2aaa2bbf36b75a3ca47a3c6581e85759f4cb
SUCCESS checkout https://github.com/AaronBratcher/AgileDB.git at 6.5.7
========================================
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": "agiledb",
      "name": "AgileDB",
      "url": "https://github.com/AaronBratcher/AgileDB.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AgileDB",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AaronBratcher/AgileDB.git
[1/428] Fetching agiledb
Fetched https://github.com/AaronBratcher/AgileDB.git from cache (0.88s)
Creating working copy for https://github.com/AaronBratcher/AgileDB.git
Working copy of https://github.com/AaronBratcher/AgileDB.git resolved at 6.5.7 (00ae2aa)
warning: '.resolve-product-dependencies': dependency 'agiledb' 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/AaronBratcher/AgileDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling AgileDB DBResultsPublisher.swift
[4/10] Compiling AgileDB PublicModels.swift
[5/10] Compiling AgileDB DBObject.swift
[6/10] Compiling AgileDB DBObjectDecoder.swift
[7/10] Compiling AgileDB DBObjectEncoder.swift
[8/10] Compiling AgileDB AgileDB.swift
[9/10] Compiling AgileDB DBResults.swift
[10/10] Emitting module AgileDB
Build complete! (4.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AgileDB",
  "name" : "AgileDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AgileDB",
      "targets" : [
        "AgileDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AgileDBTests",
      "module_type" : "SwiftTarget",
      "name" : "AgileDBTests",
      "path" : "Tests/AgileDBTests",
      "sources" : [
        "AsyncTests.swift",
        "BasicTests.swift",
        "ConditionTests.swift",
        "DBObjectTests.swift",
        "DBResultsTests.swift",
        "PublisherTests.swift",
        "SyncTests.swift"
      ],
      "target_dependencies" : [
        "AgileDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AgileDB",
      "module_type" : "SwiftTarget",
      "name" : "AgileDB",
      "path" : "Sources/AgileDB",
      "product_memberships" : [
        "AgileDB"
      ],
      "sources" : [
        "AgileDB.swift",
        "DBObject.swift",
        "DBObjectDecoder.swift",
        "DBObjectEncoder.swift",
        "DBResults.swift",
        "DBResultsPublisher.swift",
        "PublicModels.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.