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 generic-json, reference 3.1.3 (1546c2), with Swift 6.0 for Linux on 28 Jan 2025 21:49:03 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.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/generic-json.git
Reference: 3.1.3
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/Frizlab/generic-json
 * tag               3.1.3      -> FETCH_HEAD
HEAD is now at 1546c2a Fix the package name
Cloned https://github.com/Frizlab/generic-json.git
Revision (git rev-parse @):
1546c2a3ad995f2c7c6479cf9e8cb9ebb80a2578
SUCCESS checkout https://github.com/Frizlab/generic-json.git at 3.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Frizlab/generic-json.git
https://github.com/Frizlab/generic-json.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "generic-json",
  "name" : "generic-json",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GenericJSON",
      "targets" : [
        "GenericJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenericJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSONTests",
      "path" : "Tests/GenericJSONTests",
      "sources" : [
        "CodingTests.swift",
        "DebugDescriptionTests.swift",
        "DecodingTests.swift",
        "EqualityTests.swift",
        "InitializationTests.swift",
        "MergingTests.swift",
        "QueryingTests.swift"
      ],
      "target_dependencies" : [
        "GenericJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenericJSON",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSON",
      "path" : "GenericJSON",
      "product_memberships" : [
        "GenericJSON"
      ],
      "sources" : [
        "DummySendable.swift",
        "JSON+Codable.swift",
        "JSON+CustomDebugStringConvertible.swift",
        "JSON+Decoding.swift",
        "JSON+Init.swift",
        "JSON+Merging.swift",
        "JSON+Querying.swift",
        "JSON.swift",
        "JSONErrors.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/11] Compiling GenericJSON JSON+Merging.swift
[4/12] Compiling GenericJSON JSONErrors.swift
[5/12] Compiling GenericJSON JSON+Init.swift
[6/12] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[7/12] Compiling GenericJSON JSON+Decoding.swift
[8/12] Emitting module GenericJSON
[9/12] Compiling GenericJSON DummySendable.swift
[10/12] Compiling GenericJSON JSON+Codable.swift
[11/12] Compiling GenericJSON JSON.swift
[12/12] Compiling GenericJSON JSON+Querying.swift
Build complete! (11.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "generic-json",
  "name" : "generic-json",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GenericJSON",
      "targets" : [
        "GenericJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenericJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSONTests",
      "path" : "Tests/GenericJSONTests",
      "sources" : [
        "CodingTests.swift",
        "DebugDescriptionTests.swift",
        "DecodingTests.swift",
        "EqualityTests.swift",
        "InitializationTests.swift",
        "MergingTests.swift",
        "QueryingTests.swift"
      ],
      "target_dependencies" : [
        "GenericJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenericJSON",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSON",
      "path" : "GenericJSON",
      "product_memberships" : [
        "GenericJSON"
      ],
      "sources" : [
        "DummySendable.swift",
        "JSON+Codable.swift",
        "JSON+CustomDebugStringConvertible.swift",
        "JSON+Decoding.swift",
        "JSON+Init.swift",
        "JSON+Merging.swift",
        "JSON+Querying.swift",
        "JSON.swift",
        "JSONErrors.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.