The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SQLiteMigrationManager.swift, reference main (c46cc4), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 19: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/garriguv/SQLiteMigrationManager.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/garriguv/SQLiteMigrationManager.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c46cc45 Update SQLite checkout
Submodule path 'Carthage/Checkouts/SQLite.swift': checked out 'a95fc6df17d108bd99210db5e8a9bac90fe984b8'
Submodule 'Carthage/Checkouts/SQLite.swift' (https://github.com/stephencelis/SQLite.swift.git) registered for path 'Carthage/Checkouts/SQLite.swift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/SQLite.swift'...
Cloned https://github.com/garriguv/SQLiteMigrationManager.swift.git
Revision (git rev-parse @):
c46cc4566ea3d2bb73d34fe620131f0f64589a2d
SUCCESS checkout https://github.com/garriguv/SQLiteMigrationManager.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/garriguv/SQLiteMigrationManager.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/37] Compiling SQLite CustomFunctions.swift
[5/37] Compiling SQLite DateAndTimeFunctions.swift
[6/37] Compiling SQLite Expression.swift
[7/40] Compiling SQLite Operators.swift
[8/40] Compiling SQLite Query+with.swift
[9/40] Compiling SQLite Query.swift
[10/40] Emitting module SQLite
[11/40] Compiling SQLite Value.swift
[12/40] Compiling SQLite Cipher.swift
[13/40] Compiling SQLite FTS4.swift
[14/40] Compiling SQLite FTS5.swift
[15/40] Compiling SQLite SchemaChanger.swift
[16/40] Compiling SQLite SchemaDefinitions.swift
[17/40] Compiling SQLite SchemaReader.swift
[18/40] Compiling SQLite AggregateFunctions.swift
[19/40] Compiling SQLite Connection+Pragmas.swift
[20/40] Compiling SQLite Connection.swift
[21/40] Compiling SQLite Errors.swift
[22/40] Compiling SQLite Result.swift
[23/40] Compiling SQLite Backup.swift
[24/40] Compiling SQLite Blob.swift
[25/40] Compiling SQLite Connection+Aggregation.swift
[26/40] Compiling SQLite Connection+Attach.swift
[27/40] Compiling SQLite SQLiteFeature.swift
[28/40] Compiling SQLite SQLiteVersion.swift
[29/40] Compiling SQLite Statement.swift
[30/40] Compiling SQLite URIQueryParameter.swift
[31/40] Compiling SQLite Coding.swift
[32/40] Compiling SQLite Collation.swift
[33/40] Compiling SQLite CoreFunctions.swift
[34/40] Compiling SQLite RTree.swift
[35/40] Compiling SQLite Foundation.swift
[36/40] Compiling SQLite Helpers.swift
[37/40] Compiling SQLite Connection+Schema.swift
[38/40] Compiling SQLite Schema.swift
[39/40] Compiling SQLite Setter.swift
[40/40] Compiling SQLite WindowFunctions.swift
[41/42] Compiling SQLiteMigrationManager SQLiteMigrationManager.swift
[42/42] Emitting module SQLiteMigrationManager
Build complete! (9.41s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9851] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.45s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (1.86s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[2/136] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.64s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "SQLiteMigrationManager.swift",
  "name" : "SQLiteMigrationManager.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SQLiteMigrationManager",
      "targets" : [
        "SQLiteMigrationManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLiteMigrationManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteMigrationManagerTests",
      "path" : "Tests",
      "sources" : [
        "SQLiteMigrationManagerTests.swift"
      ],
      "target_dependencies" : [
        "SQLiteMigrationManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteMigrationManager",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteMigrationManager",
      "path" : "Sources",
      "product_dependencies" : [
        "SQLite"
      ],
      "product_memberships" : [
        "SQLiteMigrationManager"
      ],
      "sources" : [
        "SQLiteMigrationManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.