The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LKDBHelper, reference master (f2b428), with Swift 6.1 for macOS (SPM) on 22 Sep 2025 13:38:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/li6185377/LKDBHelper-SQLite-ORM
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f2b4289 [fix] 修改 FMDB 依赖,保障能正确引用 SQLCipher
Cloned https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
Revision (git rev-parse @):
f2b42894ccd076b83c6cf6d7787d5b55c2929d1c
SUCCESS checkout https://github.com/li6185377/LKDBHelper-SQLite-ORM.git at master
Fetching https://github.com/ccgus/fmdb.git
[1/5035] Fetching fmdb
Fetched https://github.com/ccgus/fmdb.git from cache (1.53s)
Computing version for https://github.com/ccgus/fmdb.git
Computed https://github.com/ccgus/fmdb.git at 2.7.12 (2.02s)
Creating working copy for https://github.com/ccgus/fmdb.git
Working copy of https://github.com/ccgus/fmdb.git resolved at 2.7.12
========================================
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": "lkdbhelper-sqlite-orm",
      "name": "LKDBHelper",
      "url": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LKDBHelper-SQLite-ORM",
      "dependencies": [
        {
          "identity": "fmdb",
          "name": "FMDB",
          "url": "https://github.com/ccgus/fmdb.git",
          "version": "2.7.12",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fmdb",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
[1/2288] Fetching lkdbhelper-sqlite-orm
Fetched https://github.com/li6185377/LKDBHelper-SQLite-ORM.git from cache (1.17s)
Fetching https://github.com/ccgus/fmdb.git from cache
Fetched https://github.com/ccgus/fmdb.git from cache (0.56s)
Computing version for https://github.com/ccgus/fmdb.git
Computed https://github.com/ccgus/fmdb.git at 2.7.12 (0.62s)
Creating working copy for https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
Working copy of https://github.com/li6185377/LKDBHelper-SQLite-ORM.git resolved at master (f2b4289)
Creating working copy for https://github.com/ccgus/fmdb.git
Working copy of https://github.com/ccgus/fmdb.git resolved at 2.7.12
warning: '.resolve-product-dependencies': dependency 'lkdbhelper-sqlite-orm' is not used by any target
Found 1 product dependencies
  - FMDB
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
{
  "dependencies" : [
    {
      "identity" : "fmdb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.12",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ccgus/fmdb.git"
    }
  ],
  "manifest_display_name" : "LKDBHelper",
  "name" : "LKDBHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LKDBHelper",
      "targets" : [
        "LKDBHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LKDBHelper",
      "module_type" : "ClangTarget",
      "name" : "LKDBHelper",
      "path" : "LKDBHelper/Helper",
      "product_dependencies" : [
        "FMDB"
      ],
      "product_memberships" : [
        "LKDBHelper"
      ],
      "sources" : [
        "LKDB+Mapping.m",
        "LKDBHelper.m",
        "LKDBUtils.m",
        "NSObject+LKDBHelper.m",
        "NSObject+LKModel.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Compiling LKDBHelper LKDBUtils.m
[1/5] Compiling LKDBHelper LKDB+Mapping.m
In file included from /Users/admin/builder/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.m:9:
/Users/admin/builder/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.h:24:21: warning: extra tokens at end of #ifdef directive [-Wextra-tokens]
   24 | #ifdef __has_feature(FMDB)
      |                     ^
      |                     //
1 warning generated.
[2/5] Compiling LKDBHelper LKDBHelper.m
In file included from /Users/admin/builder/spi-builder-workspace/LKDBHelper/Helper/NSObject+LKDBHelper.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/LKDBHelper/Helper/NSObject+LKDBHelper.h:9:
/Users/admin/builder/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.h:24:21: warning: extra tokens at end of #ifdef directive [-Wextra-tokens]
   24 | #ifdef __has_feature(FMDB)
      |                     ^
      |                     //
1 warning generated.
[3/5] Compiling LKDBHelper NSObject+LKDBHelper.m
In file included from /Users/admin/builder/spi-builder-workspace/LKDBHelper/Helper/NSObject+LKModel.m:9:
/Users/admin/builder/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.h:24:21: warning: extra tokens at end of #ifdef directive [-Wextra-tokens]
   24 | #ifdef __has_feature(FMDB)
      |                     ^
      |                     //
1 warning generated.
[4/5] Compiling LKDBHelper NSObject+LKModel.m
Build complete! (4.38s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fmdb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.12",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ccgus/fmdb.git"
    }
  ],
  "manifest_display_name" : "LKDBHelper",
  "name" : "LKDBHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LKDBHelper",
      "targets" : [
        "LKDBHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LKDBHelper",
      "module_type" : "ClangTarget",
      "name" : "LKDBHelper",
      "path" : "LKDBHelper/Helper",
      "product_dependencies" : [
        "FMDB"
      ],
      "product_memberships" : [
        "LKDBHelper"
      ],
      "sources" : [
        "LKDB+Mapping.m",
        "LKDBHelper.m",
        "LKDBUtils.m",
        "NSObject+LKDBHelper.m",
        "NSObject+LKModel.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.