The Swift Package Index logo.Swift Package Index

Build Information

Successful build of active-record, reference main (7c4fc2), with Swift 6.2 for macOS (SPM) on 16 Mar 2026 20:22:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michalkonturek/active-record.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michalkonturek/active-record
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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": "active-record",
      "name": "active-record",
      "url": "https://github.com/michalkonturek/active-record.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/active-record",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/michalkonturek/active-record.git
[1/327] Fetching active-record
Fetched https://github.com/michalkonturek/active-record.git from cache (0.73s)
Creating working copy for https://github.com/michalkonturek/active-record.git
Working copy of https://github.com/michalkonturek/active-record.git resolved at main (7c4fc28)
warning: '.resolve-product-dependencies': dependency 'active-record' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michalkonturek/active-record.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write demo-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version-49B95AFC49DCD68C.txt
[5/14] Compiling ActiveRecord SoftDeletable.swift
[6/14] Compiling ActiveRecord Errors.swift
[7/14] Emitting module ActiveRecord
[8/14] Compiling ActiveRecord Upsertable.swift
[9/14] Compiling ActiveRecord Timestampable.swift
[10/14] Compiling ActiveRecord Queryable.swift
[11/14] Compiling ActiveRecord Validatable.swift
[12/18] Compiling demo main.swift
[13/18] Emitting module demo
[14/18] Compiling demo Post.swift
[15/18] Compiling demo Todo.swift
[15/18] Write Objects.LinkFileList
[16/18] Linking demo
[17/18] Applying demo
Build complete! (5.58s)
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.