The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLocal, reference main (800cd0), with Swift 6.2 for macOS (SPM) on 4 Dec 2025 18:47:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/6213] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (2.04s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.1 (4.78s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.1
========================================
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",
  "dependencies": [
    {
      "identity": "swiftlocal",
      "name": "SwiftLocal",
      "url": "https://github.com/Andre-Pham/SwiftLocal.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLocal",
      "dependencies": [
        {
          "identity": "swiftyjson",
          "name": "SwiftyJSON",
          "url": "https://github.com/SwiftyJSON/SwiftyJSON",
          "version": "5.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyJSON",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Andre-Pham/SwiftLocal.git
[1/332] Fetching swiftlocal
Fetched https://github.com/Andre-Pham/SwiftLocal.git from cache (1.14s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON from cache
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (0.83s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (1.50s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Creating working copy for https://github.com/Andre-Pham/SwiftLocal.git
Working copy of https://github.com/Andre-Pham/SwiftLocal.git resolved at main (800cd04)
warning: '.resolve-product-dependencies': dependency 'swiftlocal' is not used by any target
Found 1 product dependencies
  - SwiftyJSON
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Andre-Pham/SwiftLocal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/5] Compiling SwiftyJSON SwiftyJSON.swift
[5/5] Emitting module SwiftyJSON
[6/13] Compiling SwiftLocal Record.swift
[7/13] Compiling SwiftLocal TestObjects.swift
[8/13] Compiling SwiftLocal Metadata.swift
[9/13] Compiling SwiftLocal LocalDatabase.swift
[10/13] Compiling SwiftLocal Storable.swift
[11/13] Compiling SwiftLocal Legacy.swift
[12/13] Emitting module SwiftLocal
[13/13] Compiling SwiftLocal DataObject.swift
Build complete! (6.38s)
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.