The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FMDB, reference 2.7.12 (1227a3), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 18:10:51 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/ccgus/fmdb.git
Reference: 2.7.12
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ccgus/fmdb
 * tag               2.7.12     -> FETCH_HEAD
HEAD is now at 1227a3f Merge branch 'tstump-phunware-bugfix/cocoapods_and_spm_installation_methods'
Cloned https://github.com/ccgus/fmdb.git
Revision (git rev-parse @):
1227a3fa2b9916bfd75fe380eb45cd210e69e251
SUCCESS checkout https://github.com/ccgus/fmdb.git at 2.7.12
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ccgus/fmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling FMDB FMDatabase.m
[1/5] Compiling FMDB FMResultSet.m
[2/5] Compiling FMDB FMDatabaseAdditions.m
[3/5] Compiling FMDB FMDatabaseQueue.m
[4/5] Compiling FMDB FMDatabasePool.m
Build complete! (2.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FMDB",
  "name" : "FMDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FMDB",
      "targets" : [
        "FMDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FMDB",
      "module_type" : "ClangTarget",
      "name" : "FMDB",
      "path" : "src/fmdb",
      "product_memberships" : [
        "FMDB"
      ],
      "sources" : [
        "FMDatabase.m",
        "FMDatabaseAdditions.m",
        "FMDatabasePool.m",
        "FMDatabaseQueue.m",
        "FMResultSet.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.