The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FMDB, reference master (d3abf7), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 02:24:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ccgus/fmdb.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ccgus/fmdb
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d3abf74 Merge pull request #885 from gliptak/version1
Cloned https://github.com/ccgus/fmdb.git
Revision (git rev-parse @):
d3abf748a2788471535993286603322ccdd02c3d
SUCCESS checkout https://github.com/ccgus/fmdb.git at master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "fmdb",
      "name": "FMDB",
      "url": "https://github.com/ccgus/fmdb.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fmdb",
      "traits": [
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ccgus/fmdb.git
[1/5069] Fetching fmdb
Fetched https://github.com/ccgus/fmdb.git from cache (1.09s)
Creating working copy for https://github.com/ccgus/fmdb.git
Working copy of https://github.com/ccgus/fmdb.git resolved at master (d3abf74)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ccgus/fmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Copying PrivacyInfo.xcprivacy
[1/8] Compiling FMDB FMResultSet.m
[2/8] Compiling FMDB FMDatabaseQueue.m
[3/8] Compiling FMDB FMDatabase+SQLCipher.m
[4/8] Compiling FMDB FMDatabasePool.m
[5/8] Compiling FMDB FMDatabaseAdditions.m
[6/8] Compiling FMDB resource_bundle_accessor.m
[7/8] Compiling FMDB FMDatabase.m
Build complete! (2.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sqlcipher.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.11.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sqlcipher/SQLCipher.swift"
    }
  ],
  "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"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/privacy/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FMDatabase+SQLCipher.m",
        "FMDatabase.m",
        "FMDatabaseAdditions.m",
        "FMDatabasePool.m",
        "FMDatabaseQueue.m",
        "FMResultSet.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.