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 TOMLDeserializer, reference 0.2.5 (28762e), with Swift 6.1 for Linux on 26 Apr 2025 21:48:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/TOMLDeserializer.git
Reference: 0.2.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dduan/TOMLDeserializer
 * tag               0.2.5      -> FETCH_HEAD
HEAD is now at 28762ef Bump version to 0.2.5
Cloned https://github.com/dduan/TOMLDeserializer.git
Revision (git rev-parse @):
28762efcff64ad1bb482d4e9632b8a4e817edb4a
SUCCESS checkout https://github.com/dduan/TOMLDeserializer.git at 0.2.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dduan/TOMLDeserializer.git
https://github.com/dduan/TOMLDeserializer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nettime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dduan/NetTime"
    }
  ],
  "manifest_display_name" : "TOMLDeserializer",
  "name" : "TOMLDeserializer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TOMLDeserializer",
      "targets" : [
        "TOMLDeserializer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TOMLDeserializerTests",
      "module_type" : "SwiftTarget",
      "name" : "TOMLDeserializerTests",
      "path" : "Tests/TOMLDeserializerTests",
      "product_dependencies" : [
        "NetTime"
      ],
      "sources" : [
        "ErrorTests.swift",
        "ScannerTests.swift",
        "TOMLDeserializerTests.swift",
        "TOMLInvalidationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TOMLDeserializer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TOMLDeserializer",
      "module_type" : "SwiftTarget",
      "name" : "TOMLDeserializer",
      "path" : "Sources/TOMLDeserializer",
      "product_dependencies" : [
        "NetTime"
      ],
      "product_memberships" : [
        "TOMLDeserializer"
      ],
      "sources" : [
        "Errors.swift",
        "Location.swift",
        "Parser.swift",
        "Scanner.swift",
        "TOMLDeserializer.swift",
        "constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/TOMLDeserializerTests/Tests/DrStringTests/valid_fixtures': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/TOMLDeserializerTests/Tests/DrStringTests/invalid_fixtures': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/dduan/NetTime
[1/411] Fetching nettime
Fetched https://github.com/dduan/NetTime from cache (0.15s)
Computing version for https://github.com/dduan/NetTime
Computed https://github.com/dduan/NetTime at 0.2.3 (0.64s)
Creating working copy for https://github.com/dduan/NetTime
Working copy of https://github.com/dduan/NetTime resolved at 0.2.3
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/TOMLDeserializerTests/Tests/DrStringTests/valid_fixtures': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/TOMLDeserializerTests/Tests/DrStringTests/invalid_fixtures': File not found.
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling NetTime LocalTime.swift
[5/11] Compiling NetTime LocalDate.swift
[6/11] Compiling NetTime LocalDateTime.swift
[7/11] Compiling NetTime DateTimeRepresentable.swift
[8/11] Compiling NetTime constants.swift
[9/11] Compiling NetTime TimeOffset.swift
[10/11] Emitting module NetTime
[11/11] Compiling NetTime DateTime.swift
[13/19] Compiling TOMLDeserializer TOMLDeserializer.swift
[14/19] Compiling TOMLDeserializer constants.swift
[15/19] Compiling TOMLDeserializer Location.swift
[16/19] Emitting module TOMLDeserializer
/host/spi-builder-workspace/Sources/TOMLDeserializer/Parser.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  1 | extension String: Error {}
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  2 | extension Dictionary where Value == Any, Key == String {
  3 |     @discardableResult
[17/19] Compiling TOMLDeserializer Errors.swift
[18/19] Compiling TOMLDeserializer Parser.swift
/host/spi-builder-workspace/Sources/TOMLDeserializer/Parser.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  1 | extension String: Error {}
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  2 | extension Dictionary where Value == Any, Key == String {
  3 |     @discardableResult
[19/19] Compiling TOMLDeserializer Scanner.swift
Build complete! (9.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nettime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dduan/NetTime"
    }
  ],
  "manifest_display_name" : "TOMLDeserializer",
  "name" : "TOMLDeserializer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TOMLDeserializer",
      "targets" : [
        "TOMLDeserializer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TOMLDeserializerTests",
      "module_type" : "SwiftTarget",
      "name" : "TOMLDeserializerTests",
      "path" : "Tests/TOMLDeserializerTests",
      "product_dependencies" : [
        "NetTime"
      ],
      "sources" : [
        "ErrorTests.swift",
        "ScannerTests.swift",
        "TOMLDeserializerTests.swift",
        "TOMLInvalidationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TOMLDeserializer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TOMLDeserializer",
      "module_type" : "SwiftTarget",
      "name" : "TOMLDeserializer",
      "path" : "Sources/TOMLDeserializer",
      "product_dependencies" : [
        "NetTime"
      ],
      "product_memberships" : [
        "TOMLDeserializer"
      ],
      "sources" : [
        "Errors.swift",
        "Location.swift",
        "Parser.swift",
        "Scanner.swift",
        "TOMLDeserializer.swift",
        "constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/TOMLDeserializerTests/Tests/DrStringTests/valid_fixtures': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/TOMLDeserializerTests/Tests/DrStringTests/invalid_fixtures': File not found.
Done.