The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Restructure, reference 2.1.3 (5afc59), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 17:27:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "restructure",
      "name": "Restructure",
      "url": "https://github.com/stack/Restructure.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Restructure",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/stack/Restructure.git
[1/574] Fetching restructure
Fetched https://github.com/stack/Restructure.git from cache (0.82s)
Creating working copy for https://github.com/stack/Restructure.git
Working copy of https://github.com/stack/Restructure.git resolved at 2.1.3 (5afc598)
warning: '.resolve-product-dependencies': dependency 'restructure' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/stack/Restructure.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/18] Compiling Restructure String+SQLite3.swift
[4/19] Compiling Restructure Restructure.swift
[5/19] Compiling Restructure RestructureError.swift
[6/19] Compiling Restructure SecureDelete.swift
[7/19] Compiling Restructure Statement.swift
[8/19] Compiling Restructure Row.swift
[9/19] Compiling Restructure RowDecoder.swift
[10/19] Compiling Restructure StepResult.swift
[11/19] Compiling Restructure Date+Julian.swift
[12/19] Compiling Restructure DateStrategy.swift
[13/19] Emitting module Restructure
[14/19] Compiling Restructure ArrayStrategy.swift
[15/19] Compiling Restructure AutoVacuum.swift
[16/19] Compiling Restructure StatementEncoder.swift
[17/19] Compiling Restructure JournalMode.swift
[18/19] Compiling Restructure PragmaRepresentable.swift
[19/19] Compiling Restructure Structurable.swift
Build complete! (7.38s)
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.