The Swift Package Index logo.Swift Package Index

Build Information

Successful build of active-record, reference 2.1.0 (7c4fc2), with Swift 6.1 for macOS (SPM) on 16 Mar 2026 20:20:37 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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michalkonturek/active-record.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michalkonturek/active-record
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 7c4fc28 Bump version to 2.1.0 in README and CHANGELOG
Cloned https://github.com/michalkonturek/active-record.git
Revision (git rev-parse @):
7c4fc280a3fd4496a2efa7c6890a4e4e465c64da
SUCCESS checkout https://github.com/michalkonturek/active-record.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/michalkonturek/active-record.git
https://github.com/michalkonturek/active-record.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "active-record",
  "name" : "active-record",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ActiveRecord",
      "targets" : [
        "ActiveRecord"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "demo",
      "targets" : [
        "demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "demo",
      "module_type" : "SwiftTarget",
      "name" : "demo",
      "path" : "Demo",
      "product_memberships" : [
        "demo"
      ],
      "sources" : [
        "Models/Post.swift",
        "Models/Todo.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ActiveRecord"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "active_record_tests",
      "module_type" : "SwiftTarget",
      "name" : "active-record-tests",
      "path" : "Tests/active-record-tests",
      "sources" : [
        "AggregateTests.swift",
        "FindOrCreateTests.swift",
        "Helpers/TestContainer.swift",
        "Models/Article.swift",
        "Models/Course.swift",
        "Models/Item.swift",
        "Models/Module.swift",
        "Models/Post.swift",
        "Models/Student.swift",
        "QueryableTests.swift",
        "SoftDeletableTests.swift",
        "TimestampableTests.swift",
        "UpdateAllTests.swift",
        "UpsertableTests.swift",
        "ValidatableTests.swift"
      ],
      "target_dependencies" : [
        "ActiveRecord"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActiveRecord",
      "module_type" : "SwiftTarget",
      "name" : "ActiveRecord",
      "path" : "Sources/ActiveRecord",
      "product_memberships" : [
        "ActiveRecord",
        "demo"
      ],
      "sources" : [
        "Errors.swift",
        "Queryable.swift",
        "SoftDeletable.swift",
        "Timestampable.swift",
        "Upsertable.swift",
        "Validatable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/7] Write sources
[1/7] Write demo-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/14] Compiling ActiveRecord Validatable.swift
[6/14] Compiling ActiveRecord Queryable.swift
[7/14] Compiling ActiveRecord SoftDeletable.swift
[8/14] Compiling ActiveRecord Timestampable.swift
[9/14] Compiling ActiveRecord Errors.swift
[10/14] Emitting module ActiveRecord
[11/14] Compiling ActiveRecord Upsertable.swift
[12/18] Emitting module demo
[13/18] Compiling demo main.swift
[14/18] Compiling demo Todo.swift
[15/18] Compiling demo Post.swift
[15/18] Write Objects.LinkFileList
[16/18] Linking demo
[17/18] Applying demo
Build complete! (6.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "active-record",
  "name" : "active-record",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ActiveRecord",
      "targets" : [
        "ActiveRecord"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "demo",
      "targets" : [
        "demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "demo",
      "module_type" : "SwiftTarget",
      "name" : "demo",
      "path" : "Demo",
      "product_memberships" : [
        "demo"
      ],
      "sources" : [
        "Models/Post.swift",
        "Models/Todo.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ActiveRecord"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "active_record_tests",
      "module_type" : "SwiftTarget",
      "name" : "active-record-tests",
      "path" : "Tests/active-record-tests",
      "sources" : [
        "AggregateTests.swift",
        "FindOrCreateTests.swift",
        "Helpers/TestContainer.swift",
        "Models/Article.swift",
        "Models/Course.swift",
        "Models/Item.swift",
        "Models/Module.swift",
        "Models/Post.swift",
        "Models/Student.swift",
        "QueryableTests.swift",
        "SoftDeletableTests.swift",
        "TimestampableTests.swift",
        "UpdateAllTests.swift",
        "UpsertableTests.swift",
        "ValidatableTests.swift"
      ],
      "target_dependencies" : [
        "ActiveRecord"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActiveRecord",
      "module_type" : "SwiftTarget",
      "name" : "ActiveRecord",
      "path" : "Sources/ActiveRecord",
      "product_memberships" : [
        "ActiveRecord",
        "demo"
      ],
      "sources" : [
        "Errors.swift",
        "Queryable.swift",
        "SoftDeletable.swift",
        "Timestampable.swift",
        "Upsertable.swift",
        "Validatable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.