The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Restructure, reference 2.1.3 (5afc59), with Swift 6.0 (beta) for macOS (SPM) on 16 Sep 2024 06:43:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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.0
Building package at path:  $PWD
https://github.com/stack/Restructure.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/18] Compiling Restructure StepResult.swift
[4/19] Compiling Restructure SecureDelete.swift
[5/19] Compiling Restructure Statement.swift
[6/19] Compiling Restructure StatementEncoder.swift
[7/19] Compiling Restructure Row.swift
[8/19] Compiling Restructure RowDecoder.swift
[9/19] Compiling Restructure JournalMode.swift
[10/19] Compiling Restructure PragmaRepresentable.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 String+SQLite3.swift
[17/19] Compiling Restructure Restructure.swift
[18/19] Compiling Restructure RestructureError.swift
[19/19] Compiling Restructure Structurable.swift
Build complete! (13.72s)
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.