The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PersistDB, reference master (d02f11), with Swift 6.2 (beta) for macOS (SPM) on 30 Aug 2025 15:20:40 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanekay/PersistDB.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanekay/PersistDB
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d02f111 Fix crash
Submodule path 'Carthage/Checkouts/Differ': checked out 'e2cca36e7258dd8add88ae46b5ea56509b066e21'
Submodule path 'Carthage/Checkouts/ReactiveSwift': checked out 'b772fa0b624926e6e2f21acbb79297736a05c585'
Submodule path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Nimble': checked out 'a27c5186ce2d65f60d1237660b2509df3eb29023'
Submodule path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Quick': checked out '0b4ed6c706dd0cce923b5019a605a9bcc6b1b600'
Submodule path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Quick/Externals/Nimble': checked out 'a27c5186ce2d65f60d1237660b2509df3eb29023'
Submodule path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/xcconfigs': checked out 'bb795558a76e5daf3688500055bbcfe243bffa8d'
Submodule path 'Carthage/Checkouts/Schemata': checked out '6080c27fc45d972bf5bea128c6a86b8db946e929'
Submodule path 'Carthage/Checkouts/Schemata/Carthage/Checkouts/Standards': checked out '89c30330fcac972a84a4876125064001b9c89f0f'
Submodule path 'Carthage/Checkouts/Standards': checked out '89c30330fcac972a84a4876125064001b9c89f0f'
Submodule 'Carthage/Checkouts/Differ' (https://github.com/tonyarnold/Differ.git) registered for path 'Carthage/Checkouts/Differ'
Submodule 'Carthage/Checkouts/ReactiveSwift' (https://github.com/ReactiveCocoa/ReactiveSwift.git) registered for path 'Carthage/Checkouts/ReactiveSwift'
Submodule 'Carthage/Checkouts/Schemata' (https://github.com/PersistX/Schemata.git) registered for path 'Carthage/Checkouts/Schemata'
Submodule 'Carthage/Checkouts/Standards' (https://github.com/PersistX/Standards.git) registered for path 'Carthage/Checkouts/Standards'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Differ'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/ReactiveSwift'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Schemata'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Standards'...
Submodule 'Carthage/Checkouts/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Nimble'
Submodule 'Carthage/Checkouts/Quick' (https://github.com/Quick/Quick.git) registered for path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Quick'
Submodule 'Carthage/Checkouts/xcconfigs' (https://github.com/jspahrsummers/xcconfigs.git) registered for path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/xcconfigs'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Nimble'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Quick'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/xcconfigs'...
Submodule 'Externals/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Quick/Externals/Nimble'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/ReactiveSwift/Carthage/Checkouts/Quick/Externals/Nimble'...
Submodule 'Carthage/Checkouts/Standards' (https://github.com/PersistX/Standards.git) registered for path 'Carthage/Checkouts/Schemata/Carthage/Checkouts/Standards'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Schemata/Carthage/Checkouts/Standards'...
Cloned https://github.com/jordanekay/PersistDB.git
Revision (git rev-parse @):
d02f1112f9965af463226fa61f9884e6a27ea211
SUCCESS checkout https://github.com/jordanekay/PersistDB.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jordanekay/PersistDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/77] Compiling ReactiveSwift Observer.swift
[7/77] Compiling ReactiveSwift Operators.swift
[8/77] Compiling ReactiveSwift Reduce.swift
[9/77] Compiling ReactiveSwift ScanMap.swift
[10/77] Compiling ReactiveSwift SkipFirst.swift
[11/82] Compiling ReactiveSwift SkipRepeats.swift
[12/82] Compiling ReactiveSwift SkipWhile.swift
[13/82] Compiling ReactiveSwift TakeFirst.swift
[14/82] Compiling ReactiveSwift TakeLast.swift
[15/82] Compiling ReactiveSwift TakeUntil.swift
[16/82] Compiling ReactiveSwift Map.swift
[17/82] Compiling ReactiveSwift MapError.swift
[18/82] Compiling ReactiveSwift Materialize.swift
[19/82] Compiling ReactiveSwift MaterializeAsResult.swift
[20/82] Compiling ReactiveSwift ObserveOn.swift
[21/82] Emitting module ReactiveSwift
[22/82] Compiling ReactiveSwift Collect.swift
[23/82] Compiling ReactiveSwift CollectEvery.swift
[24/82] Compiling ReactiveSwift CombinePrevious.swift
[25/82] Compiling ReactiveSwift CompactMap.swift
[26/82] Compiling ReactiveSwift Debounce.swift
[27/82] Compiling ReactiveSwift EventLogger.swift
[28/82] Compiling ReactiveSwift Flatten.swift
[29/82] Compiling ReactiveSwift FoundationExtensions.swift
[30/82] Compiling ReactiveSwift Lifetime.swift
[31/82] Compiling ReactiveSwift AttemptMap.swift
[32/82] Compiling ReactiveSwift Delay.swift
[33/82] Compiling ReactiveSwift Dematerialize.swift
[34/82] Compiling ReactiveSwift DematerializeResults.swift
[35/82] Compiling ReactiveSwift Filter.swift
[36/82] Compiling ReactiveSwift LazyMap.swift
[37/82] Compiling Schemata Schema.swift
[38/82] Compiling Schemata Value.swift
[39/82] Compiling Schemata PropertyCreation.swift
[40/82] Compiling ReactiveSwift Property.swift
[41/82] Compiling ReactiveSwift Reactive.swift
[42/82] Compiling ReactiveSwift ResultExtensions.swift
[43/82] Compiling ReactiveSwift Scheduler.swift
[44/82] Compiling ReactiveSwift Signal.Observer.swift
[45/82] Compiling ReactiveSwift TakeWhile.swift
[46/82] Compiling ReactiveSwift Throttle.swift
[47/82] Compiling ReactiveSwift UnaryAsyncOperator.swift
[48/82] Compiling ReactiveSwift UniqueValues.swift
[49/82] Compiling ReactiveSwift Optional.swift
[50/82] Compiling ReactiveSwift Action.swift
[51/82] Compiling ReactiveSwift Atomic.swift
[52/82] Compiling ReactiveSwift Bag.swift
[53/82] Compiling ReactiveSwift Deprecations+Removals.swift
[54/82] Compiling ReactiveSwift Disposable.swift
[55/82] Compiling ReactiveSwift Event.swift
[56/82] Compiling Schemata Projection.swift
[57/82] Compiling Schemata Model.swift
[58/82] Compiling Schemata Property.swift
[59/82] Compiling Schemata Primitive.swift
[60/82] Compiling Schemata None.swift
[61/82] Emitting module Schemata
[62/82] Compiling Schemata DecodeError.swift
[63/82] Compiling ReactiveSwift Signal.swift
[64/82] Compiling ReactiveSwift SignalProducer.swift
[65/82] Compiling ReactiveSwift UnidirectionalBinding.swift
[66/82] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[67/82] Compiling ReactiveSwift ValidatingProperty.swift
[68/82] Compiling Differ Patch+Apply.swift
[69/82] Compiling Differ NestedExtendedDiff.swift
[70/82] Compiling Differ NestedDiff.swift
[71/82] Compiling Differ Patch+Sort.swift
[76/83] Compiling Differ Patch.swift
[81/83] Emitting module Differ
[84/119] Compiling PersistDB SQL.Schema.swift
[85/119] Compiling PersistDB SQL.Table.swift
[86/119] Compiling PersistDB SQL.Update.swift
[87/119] Compiling PersistDB SQL.Value.swift
[88/119] Compiling PersistDB Model.swift
[89/119] Compiling PersistDB Ordering.swift
[90/119] Compiling PersistDB Predicate.swift
[91/119] Compiling PersistDB ProjectedQuery.swift
[92/122] Compiling PersistDB SQL.Insert.swift
[93/122] Compiling PersistDB SQL.Ordering.swift
[94/122] Compiling PersistDB SQL.Query.swift
[95/122] Compiling PersistDB SQL.Row.swift
[96/122] Compiling PersistDB Generator.swift
[97/122] Compiling PersistDB Group.swift
[98/122] Compiling PersistDB Grouping.swift
[99/122] Compiling PersistDB Insert.swift
[100/122] Compiling PersistDB Query.swift
[101/122] Compiling PersistDB ResultSet.swift
[102/122] Compiling PersistDB SQL.Action.swift
[103/122] Compiling PersistDB SQL.Column.swift
[104/122] Emitting module PersistDB
[105/122] Compiling PersistDB Action.swift
[106/122] Compiling PersistDB Aggregate.swift
[107/122] Compiling PersistDB Day.swift
[108/122] Compiling PersistDB Delete.swift
[109/122] Compiling PersistDB Expression.swift
[110/122] Compiling PersistDB ReactiveSwift.swift
[111/122] Compiling PersistDB Schemata.swift
[112/122] Compiling PersistDB Swift.swift
[113/122] Compiling PersistDB SQL.Database.swift
[114/122] Compiling PersistDB SQL.Delete.swift
[115/122] Compiling PersistDB SQL.Effect.swift
[116/122] Compiling PersistDB SQL.Expression.swift
[117/122] Compiling PersistDB SQL.swift
[118/122] Compiling PersistDB Store.swift
[119/122] Compiling PersistDB Table.swift
[120/122] Compiling PersistDB TestStore.swift
[121/122] Compiling PersistDB Update.swift
[122/122] Compiling PersistDB ValueSet.swift
Build complete! (27.73s)
Fetching https://github.com/jordanekay/Schemata
[1/1206] Fetching schemata
Fetched https://github.com/jordanekay/Schemata from cache (0.77s)
Fetching https://github.com/tonyarnold/Differ
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[1/2366] Fetching differ
[901/54866] Fetching differ, reactiveswift
Fetched https://github.com/tonyarnold/Differ from cache (2.07s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (2.07s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 7.2.1 (5.27s)
Computing version for https://github.com/tonyarnold/Differ
Computed https://github.com/tonyarnold/Differ at 1.4.6 (0.56s)
Creating working copy for https://github.com/jordanekay/Schemata
Working copy of https://github.com/jordanekay/Schemata resolved at master (776426b)
Creating working copy for https://github.com/tonyarnold/Differ
Working copy of https://github.com/tonyarnold/Differ resolved at 1.4.6
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 7.2.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Source/Info.plist
warning: 'schemata': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Schemata/Sources/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "schemata",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jordanekay/Schemata"
    },
    {
      "identity" : "reactiveswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.1",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveCocoa/ReactiveSwift.git"
    },
    {
      "identity" : "differ",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tonyarnold/Differ"
    }
  ],
  "manifest_display_name" : "PersistDB",
  "name" : "PersistDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PersistDB",
      "targets" : [
        "PersistDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PersistDB",
      "module_type" : "SwiftTarget",
      "name" : "PersistDB",
      "path" : "Source",
      "product_dependencies" : [
        "Differ",
        "ReactiveSwift",
        "Schemata"
      ],
      "product_memberships" : [
        "PersistDB"
      ],
      "sources" : [
        "Action.swift",
        "Aggregate.swift",
        "Day.swift",
        "Delete.swift",
        "Expression.swift",
        "Extensions/ReactiveSwift.swift",
        "Extensions/Schemata.swift",
        "Extensions/Swift.swift",
        "Generator.swift",
        "Group.swift",
        "Grouping.swift",
        "Insert.swift",
        "Model.swift",
        "Ordering.swift",
        "Predicate.swift",
        "ProjectedQuery.swift",
        "Query.swift",
        "ResultSet.swift",
        "SQL/SQL.Action.swift",
        "SQL/SQL.Column.swift",
        "SQL/SQL.Database.swift",
        "SQL/SQL.Delete.swift",
        "SQL/SQL.Effect.swift",
        "SQL/SQL.Expression.swift",
        "SQL/SQL.Insert.swift",
        "SQL/SQL.Ordering.swift",
        "SQL/SQL.Query.swift",
        "SQL/SQL.Row.swift",
        "SQL/SQL.Schema.swift",
        "SQL/SQL.Table.swift",
        "SQL/SQL.Update.swift",
        "SQL/SQL.Value.swift",
        "SQL/SQL.swift",
        "Store.swift",
        "Table.swift",
        "TestStore.swift",
        "Update.swift",
        "ValueSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.