The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLMDB with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/agisboye/swiftlmdb.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/agisboye/swiftlmdb
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 23d4d91 Bump swift tools version to 5.7
Cloned https://github.com/agisboye/swiftlmdb.git
Revision (git rev-parse @):
23d4d915225e8a4b75007b4a5bbf79c4fca4dbad
SUCCESS checkout https://github.com/agisboye/swiftlmdb.git at master
Fetching https://github.com/agisboye/CLMDB.git from cache
Fetched https://github.com/agisboye/CLMDB.git (0.16s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.31 (0.02s)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.31
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftlmdb",
      "name": "SwiftLMDB",
      "url": "https://github.com/agisboye/swiftlmdb.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftlmdb",
      "dependencies": [
        {
          "identity": "clmdb",
          "name": "CLMDB",
          "url": "https://github.com/agisboye/CLMDB.git",
          "version": "0.9.31",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLMDB",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/agisboye/swiftlmdb.git from cache
Fetched https://github.com/agisboye/swiftlmdb.git (0.16s)
Fetching https://github.com/agisboye/CLMDB.git from cache
Fetched https://github.com/agisboye/CLMDB.git (1.18s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.31 (0.02s)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.31
Creating working copy for https://github.com/agisboye/swiftlmdb.git
Working copy of https://github.com/agisboye/swiftlmdb.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftlmdb' is not used by any target
Found 1 product dependencies
  - CLMDB
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/agisboye/swiftlmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CLMDB/Sources/LMDB/mdb.c:824:9: warning: 'P_DIRTY' macro redefined [-Wmacro-redefined]
#define P_DIRTY          0x10           /**< dirty page, also set for #P_SUBP pages */
        ^
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/sys/proc.h:210:9: note: previous definition is here
#define P_DIRTY                                 0x00000008      /* process is dirty */
        ^
1 warning generated.
[0/2] Compiling LMDB mdb.c
[1/2] Compiling LMDB midl.c
[3/11] Compiling SwiftLMDB Stats.swift
[4/11] Compiling SwiftLMDB SwiftLMDB.swift
[5/12] Compiling SwiftLMDB LMDBError.swift
[6/12] Compiling SwiftLMDB Database+Sequence.swift
[7/12] Compiling SwiftLMDB Environment.swift
[8/12] Compiling SwiftLMDB Cursor.swift
[9/12] Compiling SwiftLMDB DataConvertible.swift
[10/12] Emitting module SwiftLMDB
[11/12] Compiling SwiftLMDB Database.swift
[12/12] Compiling SwiftLMDB Transaction.swift
Build complete! (5.10s)
Build complete.
Done.