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 Restructure, reference 2.1.3 (5afc59), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 16:55:33 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stack/Restructure.git
Reference: 2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stack/Restructure
 * tag               2.1.3      -> FETCH_HEAD
HEAD is now at 5afc598 Updated changelog for 2.1.3
Cloned https://github.com/stack/Restructure.git
Revision (git rev-parse @):
5afc59877376fc6be5fa3e902a8a44fd37aa5583
SUCCESS checkout https://github.com/stack/Restructure.git at 2.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stack/Restructure.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/18] Compiling Restructure String+SQLite3.swift
[4/18] Compiling Restructure StepResult.swift
[5/19] Compiling Restructure SecureDelete.swift
[6/19] Compiling Restructure Statement.swift
[7/19] Compiling Restructure Restructure.swift
[8/19] Compiling Restructure RestructureError.swift
[9/19] Compiling Restructure JournalMode.swift
[10/19] Compiling Restructure PragmaRepresentable.swift
[11/19] Compiling Restructure Row.swift
[12/19] Compiling Restructure RowDecoder.swift
[13/19] Compiling Restructure Date+Julian.swift
[14/19] Compiling Restructure DateStrategy.swift
[15/19] Compiling Restructure ArrayStrategy.swift
[16/19] Compiling Restructure AutoVacuum.swift
[17/19] Emitting module Restructure
[18/19] Compiling Restructure StatementEncoder.swift
[19/19] Compiling Restructure Structurable.swift
Build complete! (6.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Restructure",
  "name" : "Restructure",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "Restructure",
      "targets" : [
        "Restructure"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RestructureTests",
      "module_type" : "SwiftTarget",
      "name" : "RestructureTests",
      "path" : "Tests/RestructureTests",
      "sources" : [
        "RestructureInitializationTests.swift",
        "RestructureTests.swift",
        "RowDecoderTests.swift",
        "RowTests.swift",
        "StatementEncoderTests.swift",
        "StatementSequenceTests.swift",
        "StatementTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "Restructure"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Restructure",
      "module_type" : "SwiftTarget",
      "name" : "Restructure",
      "path" : "Sources/Restructure",
      "product_memberships" : [
        "Restructure"
      ],
      "sources" : [
        "ArrayStrategy.swift",
        "AutoVacuum.swift",
        "Date+Julian.swift",
        "DateStrategy.swift",
        "JournalMode.swift",
        "PragmaRepresentable.swift",
        "Restructure.swift",
        "RestructureError.swift",
        "Row.swift",
        "RowDecoder.swift",
        "SecureDelete.swift",
        "Statement.swift",
        "StatementEncoder.swift",
        "StepResult.swift",
        "String+SQLite3.swift",
        "Structurable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.