The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RelatedDB, reference 1.1.8 (a5f025), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 08:52:02 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/relatedcode/RelatedDB.git
Reference: 1.1.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/relatedcode/RelatedDB
 * tag               1.1.8      -> FETCH_HEAD
HEAD is now at a5f0252 1.1.8
Cloned https://github.com/relatedcode/RelatedDB.git
Revision (git rev-parse @):
a5f02521644c6938495a6b559d6b1a0c5a42183e
SUCCESS checkout https://github.com/relatedcode/RelatedDB.git at 1.1.8
========================================
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": "relateddb",
      "name": "RelatedDB",
      "url": "https://github.com/relatedcode/RelatedDB.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RelatedDB",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/relatedcode/RelatedDB.git
[1/290] Fetching relateddb
Fetched https://github.com/relatedcode/RelatedDB.git from cache (1.14s)
Creating working copy for https://github.com/relatedcode/RelatedDB.git
Working copy of https://github.com/relatedcode/RelatedDB.git resolved at 1.1.8 (a5f0252)
warning: '.resolve-product-dependencies': dependency 'relateddb' 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/relatedcode/RelatedDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/14] Emitting module RelatedDB
[4/14] Compiling RelatedDB RDExecute.swift
[5/14] Compiling RelatedDB RDObject.swift
[6/14] Compiling RelatedDB RDDebug.swift
[7/14] Compiling RelatedDB RDSchema.swift
[8/14] Compiling RelatedDB RDDate.swift
[9/14] Compiling RelatedDB RDatabase.swift
[10/14] Compiling RelatedDB RDCryptor.swift
[11/14] Compiling RelatedDB RDSchemas.swift
[12/14] Compiling RelatedDB RDLogger.swift
[13/15] Compiling RelatedDB RDRuntime.swift
[13/15] Write Objects.LinkFileList
[14/15] Archiving libRelatedDB.a
Build complete! (6.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RelatedDB",
  "name" : "RelatedDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RelatedDB",
      "targets" : [
        "RelatedDB"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RelatedDB",
      "module_type" : "SwiftTarget",
      "name" : "RelatedDB",
      "path" : "RelatedDB",
      "product_memberships" : [
        "RelatedDB"
      ],
      "sources" : [
        "Sources/Core/RDExecute.swift",
        "Sources/Core/RDObject.swift",
        "Sources/Core/RDSchema.swift",
        "Sources/Core/RDSchemas.swift",
        "Sources/Core/RDatabase.swift",
        "Sources/Tools/RDCryptor.swift",
        "Sources/Tools/RDDate.swift",
        "Sources/Tools/RDDebug.swift",
        "Sources/Tools/RDLogger.swift",
        "Sources/Tools/RDRuntime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.