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 main (b1b712), with Swift 6.0 (beta) for macOS (SPM) on 16 Sep 2024 06:43:15 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stack/Restructure
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b1b712d Github badge
Cloned https://github.com/stack/Restructure.git
Revision (git rev-parse @):
b1b712de7d76d8868e197dab151a4ebe1d281a13
SUCCESS checkout https://github.com/stack/Restructure.git at main
========================================
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 StatementEncoder.swift
[4/19] Compiling Restructure Restructure.swift
[5/19] Compiling Restructure RestructureError.swift
[6/19] Compiling Restructure StepResult.swift
[7/19] Compiling Restructure String+SQLite3.swift
[8/19] Compiling Restructure ArrayStrategy.swift
[9/19] Compiling Restructure AutoVacuum.swift
[10/19] Emitting module Restructure
[11/19] Compiling Restructure JournalMode.swift
[12/19] Compiling Restructure PragmaRepresentable.swift
[13/19] Compiling Restructure Row.swift
[14/19] Compiling Restructure RowDecoder.swift
[15/19] Compiling Restructure Date+Julian.swift
[16/19] Compiling Restructure DateStrategy.swift
[17/19] Compiling Restructure SecureDelete.swift
[18/19] Compiling Restructure Statement.swift
[19/19] Compiling Restructure Structurable.swift
Build complete! (13.25s)
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.