The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-sqlite.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-sqlite
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 43c0e16 spacing
Cloned https://github.com/perfectlysoft/perfect-sqlite.git
Revision (git rev-parse @):
43c0e16cfce1dada7914d8334e43ffa887e66f8e
SUCCESS checkout https://github.com/perfectlysoft/perfect-sqlite.git at master
Fetching https://github.com/PerfectlySoft/Perfect-CRUD.git from cache
Fetched https://github.com/PerfectlySoft/Perfect-CRUD.git (0.25s)
Computing version for https://github.com/PerfectlySoft/Perfect-CRUD.git
Computed https://github.com/PerfectlySoft/Perfect-CRUD.git at 2.0.0 (0.03s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-CRUD.git
Working copy of https://github.com/PerfectlySoft/Perfect-CRUD.git resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "perfect-sqlite",
      "name": "PerfectSQLite",
      "url": "https://github.com/perfectlysoft/perfect-sqlite.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/perfect-sqlite",
      "dependencies": [
        {
          "identity": "perfect-crud",
          "name": "PerfectCRUD",
          "url": "https://github.com/PerfectlySoft/Perfect-CRUD.git",
          "version": "2.0.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Perfect-CRUD",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/perfectlysoft/perfect-sqlite.git
[1/604] Fetching perfect-sqlite
Fetched https://github.com/perfectlysoft/perfect-sqlite.git (0.31s)
Fetching https://github.com/PerfectlySoft/Perfect-CRUD.git from cache
Fetched https://github.com/PerfectlySoft/Perfect-CRUD.git (0.22s)
Computing version for https://github.com/PerfectlySoft/Perfect-CRUD.git
Computed https://github.com/PerfectlySoft/Perfect-CRUD.git at 2.0.0 (0.02s)
Creating working copy for https://github.com/perfectlysoft/perfect-sqlite.git
Working copy of https://github.com/perfectlysoft/perfect-sqlite.git resolved at master
Creating working copy for https://github.com/PerfectlySoft/Perfect-CRUD.git
Working copy of https://github.com/PerfectlySoft/Perfect-CRUD.git resolved at 2.0.0
warning: '.resolve-product-dependencies': dependency 'perfect-sqlite' is not used by any target
Found 1 product dependencies
  - PerfectCRUD
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/24] Emitting module PerfectCRUD
[2/27] Compiling PerfectCRUD Equality.swift
[3/27] Compiling PerfectCRUD EqualityInts.swift
[4/27] Compiling PerfectCRUD Expression.swift
[5/27] Compiling PerfectCRUD Table.swift
[6/27] Compiling PerfectCRUD Update.swift
[7/27] Compiling PerfectCRUD Where.swift
[8/27] Compiling PerfectCRUD Logical.swift
[9/27] Compiling PerfectCRUD Insert.swift
[10/27] Compiling PerfectCRUD Join.swift
[11/27] Compiling PerfectCRUD In.swift
[12/27] Compiling PerfectCRUD InInts.swift
[13/27] Compiling PerfectCRUD Like.swift
[14/27] Compiling PerfectCRUD Logging.swift
[15/27] Compiling PerfectCRUD PerfectCRUD.swift
[16/27] Compiling PerfectCRUD Select.swift
[17/27] Compiling PerfectCRUD CodingNames.swift
[18/27] Compiling PerfectCRUD CodingRows.swift
[19/27] Compiling PerfectCRUD Create.swift
[20/27] Compiling PerfectCRUD Database.swift
[21/27] Compiling PerfectCRUD Coding.swift
[22/27] Compiling PerfectCRUD CodingBindings.swift
[23/27] Compiling PerfectCRUD CodingJoins.swift
[24/27] Compiling PerfectCRUD CodingKeyPaths.swift
[25/27] Compiling PerfectCRUD Delete.swift
[26/27] Compiling PerfectCRUD Comparison.swift
[27/27] Compiling PerfectCRUD ComparisonInts.swift
[28/30] Compiling PerfectSQLite SQLite.swift
[29/30] Compiling PerfectSQLite SQLiteCRUD.swift
[30/30] Emitting module PerfectSQLite
Build complete! (9.26s)
Build complete.
Done.