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 FaunaDB, reference main (708b6c), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 11:04:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fauna/faunadb-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fauna/faunadb-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 708b6cd Move from master to main
Cloned https://github.com/fauna/faunadb-swift.git
Revision (git rev-parse @):
708b6cd64a6bdbf5c4ccc4be4480d9769625cd1f
SUCCESS checkout https://github.com/fauna/faunadb-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fauna/faunadb-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling FaunaDB HighPrecisionTime.swift
[4/19] Compiling FaunaDB ISO8601.swift
[5/19] Compiling FaunaDB Codec.swift
[6/19] Compiling FaunaDB Errors.swift
[7/19] Compiling FaunaDB Try.swift
[8/19] Compiling FaunaDB JSON.swift
[9/19] Compiling FaunaDB LanguageExtensions.swift
[10/19] Compiling FaunaDB Latch.swift
[11/19] Compiling FaunaDB Path.swift
[12/19] Compiling FaunaDB Value+Traversal.swift
[13/19] Compiling FaunaDB Query.swift
[14/19] Compiling FaunaDB QueryResult.swift
[15/20] Compiling FaunaDB AtomicInt.swift
[16/20] Compiling FaunaDB Client.swift
[17/20] Emitting module FaunaDB
[18/20] Compiling FaunaDB Expr.swift
[19/20] Compiling FaunaDB Field.swift
[20/20] Compiling FaunaDB Value.swift
Build complete! (4.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FaunaDB",
  "name" : "FaunaDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FaunaDB",
      "targets" : [
        "FaunaDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FaunaDBTests",
      "module_type" : "SwiftTarget",
      "name" : "FaunaDBTests",
      "path" : "Tests/FaunaDBTests",
      "sources" : [
        "AtomicIntTests.swift",
        "ClientTests.swift",
        "DescriptionTests.swift",
        "DeserializationTests.swift",
        "ErrorsTests.swift",
        "FieldTests.swift",
        "QueryResultTests.swift",
        "SerializationTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "FaunaDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FaunaDB",
      "module_type" : "SwiftTarget",
      "name" : "FaunaDB",
      "path" : "Sources/FaunaDB",
      "product_memberships" : [
        "FaunaDB"
      ],
      "sources" : [
        "AtomicInt.swift",
        "Client.swift",
        "Codec.swift",
        "Errors.swift",
        "Expr.swift",
        "Field.swift",
        "HighPrecisionTime.swift",
        "ISO8601.swift",
        "JSON.swift",
        "LanguageExtensions.swift",
        "Latch.swift",
        "Path.swift",
        "Query.swift",
        "QueryResult.swift",
        "Try.swift",
        "Value+Traversal.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.