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 RelatedDB, reference 1.1.8 (a5f025), with Swift 5.10 for macOS (SPM) on 5 Jun 2025 22:39:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/relatedcode/RelatedDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-33747A42983211AE.txt
[3/14] Compiling RelatedDB RDDebug.swift
[4/14] Compiling RelatedDB RDLogger.swift
[5/15] Compiling RelatedDB RDDate.swift
[6/15] Compiling RelatedDB RDSchemas.swift
[7/15] Compiling RelatedDB RDObject.swift
[8/15] Compiling RelatedDB RDSchema.swift
[9/15] Emitting module RelatedDB
[10/15] Compiling RelatedDB RDatabase.swift
[11/15] Compiling RelatedDB RDExecute.swift
[12/15] Compiling RelatedDB RDCryptor.swift
[13/15] Compiling RelatedDB RDRuntime.swift
[13/15] Write Objects.LinkFileList
[14/15] Archiving libRelatedDB.a
Build complete! (7.48s)
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.