The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLocal, reference main (800cd0), with Swift 6.0 for macOS (SPM) on 4 Dec 2025 18:47:59 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/Andre-Pham/SwiftLocal.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Andre-Pham/SwiftLocal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 800cd04 update lint rules
Cloned https://github.com/Andre-Pham/SwiftLocal.git
Revision (git rev-parse @):
800cd043cc4e25063a76b37948e2b245583c1f32
SUCCESS checkout https://github.com/Andre-Pham/SwiftLocal.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Andre-Pham/SwiftLocal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/7] Emitting module SwiftyJSON
[6/7] Compiling SwiftyJSON SwiftyJSON.swift
[7/7] Compiling SwiftyJSON resource_bundle_accessor.swift
[8/15] Compiling SwiftLocal Record.swift
[9/15] Compiling SwiftLocal Storable.swift
[10/15] Compiling SwiftLocal TestObjects.swift
[11/15] Compiling SwiftLocal Metadata.swift
[12/15] Compiling SwiftLocal Legacy.swift
[13/15] Compiling SwiftLocal LocalDatabase.swift
[14/15] Emitting module SwiftLocal
[15/15] Compiling SwiftLocal DataObject.swift
Build complete! (12.31s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/6213] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.95s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (2.92s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON"
    }
  ],
  "manifest_display_name" : "SwiftLocal",
  "name" : "SwiftLocal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLocal",
      "targets" : [
        "SwiftLocal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLocalTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLocalTests",
      "path" : "Tests/SwiftLocalTests",
      "sources" : [
        "DataObjectTests.swift",
        "LegacyTests.swift",
        "LocalDatabaseTests.swift",
        "ThreadingTests.swift",
        "TransactionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLocal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLocal",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLocal",
      "path" : "Sources/SwiftLocal",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "SwiftLocal"
      ],
      "sources" : [
        "Data/DataObject.swift",
        "Data/Legacy.swift",
        "Data/Storable.swift",
        "Database/LocalDatabase.swift",
        "Database/Metadata.swift",
        "Database/Record.swift",
        "Testing/TestObjects.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.