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 IndirectlyCodable with Swift 5.8 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/IndirectlyCodable.git
Reference: 0.1.0
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/p-x9/IndirectlyCodable
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 548af63 Merge pull request #2 from p-x9/feature/refactor
Cloned https://github.com/p-x9/IndirectlyCodable.git
Revision (git rev-parse @):
548af634dc3277a5448ea9801b206c0037185f1e
SUCCESS checkout https://github.com/p-x9/IndirectlyCodable.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/p-x9/IndirectlyCodable.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/7] Compiling IndirectlyCodable IndirectlyEncodableModel.swift
[2/7] Compiling IndirectlyCodable IndirectlyDecodable.swift
[3/7] Compiling IndirectlyCodable IndirectlyDecodableModel.swift
[4/7] Compiling IndirectlyCodable IndirectlyEncodable.swift
[5/7] Emitting module IndirectlyCodable
[6/7] Compiling IndirectlyCodable IndirectlyCodable.swift
[7/7] Compiling IndirectlyCodable IndirectlyCodableModel.swift
Build complete! (7.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IndirectlyCodable",
  "name" : "IndirectlyCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IndirectlyCodable",
      "targets" : [
        "IndirectlyCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IndirectlyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "IndirectlyCodableTests",
      "path" : "Tests/IndirectlyCodableTests",
      "sources" : [
        "IndirectlyCodableTests.swift"
      ],
      "target_dependencies" : [
        "IndirectlyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IndirectlyCodable",
      "module_type" : "SwiftTarget",
      "name" : "IndirectlyCodable",
      "path" : "Sources/IndirectlyCodable",
      "product_memberships" : [
        "IndirectlyCodable"
      ],
      "sources" : [
        "IndirectlyCodable.swift",
        "IndirectlyCodableModel.swift",
        "IndirectlyDecodable.swift",
        "IndirectlyDecodableModel.swift",
        "IndirectlyEncodable.swift",
        "IndirectlyEncodableModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.