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 BytesParser, reference main (a09151), with Swift 6.0 for Linux on 22 Apr 2025 07:42:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/dagronf/BytesParser.git
Reference: main
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/dagronf/BytesParser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a091513 Added convenience for readthrough
Cloned https://github.com/dagronf/BytesParser.git
Revision (git rev-parse @):
a091513c4059d336c8cbf0b9485fcba63bcba83a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/BytesParser.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dagronf/BytesParser.git
https://github.com/dagronf/BytesParser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "BytesParser",
  "name" : "BytesParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BytesParser",
      "targets" : [
        "BytesParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BytesParserTests",
      "module_type" : "SwiftTarget",
      "name" : "BytesParserTests",
      "path" : "Tests/BytesParserTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/00000.mpls",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/HKS E (LAB).acb",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/May0612.puz",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-be.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-le.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-be.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-le.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/winbitmap.bmp",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ByteParsingTests.swift",
        "ByteWritingTests.swift",
        "RandomAccessParsingTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "BytesParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BytesParser",
      "module_type" : "SwiftTarget",
      "name" : "BytesParser",
      "path" : "Sources/BytesParser",
      "product_memberships" : [
        "BytesParser"
      ],
      "sources" : [
        "BytesParser.swift",
        "BytesReader+bool.swift",
        "BytesReader+data.swift",
        "BytesReader+float.swift",
        "BytesReader+int.swift",
        "BytesReader+string.swift",
        "BytesReader.swift",
        "BytesWriter+bool.swift",
        "BytesWriter+data.swift",
        "BytesWriter+float.swift",
        "BytesWriter+int.swift",
        "BytesWriter+string.swift",
        "BytesWriter.swift",
        "private/ByteBuffer.swift",
        "reader-sources/BytesReader+Source.swift",
        "reader-sources/InMemorySource.swift",
        "reader-sources/InputStreamSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/20] Emitting module BytesParser
[6/22] Compiling BytesParser BytesReader+string.swift
[7/22] Compiling BytesParser BytesReader.swift
[8/22] Compiling BytesParser BytesWriter+bool.swift
[9/22] Compiling BytesParser BytesWriter+data.swift
[10/22] Compiling BytesParser BytesWriter+float.swift
[11/22] Compiling BytesParser BytesWriter+int.swift
[12/22] Compiling BytesParser BytesReader+float.swift
[13/22] Compiling BytesParser BytesReader+int.swift
[14/22] Compiling BytesParser ByteBuffer.swift
[15/22] Compiling BytesParser BytesReader+Source.swift
[16/22] Compiling BytesParser BytesParser.swift
[17/22] Compiling BytesParser BytesReader+bool.swift
[18/22] Compiling BytesParser BytesReader+data.swift
[19/22] Compiling BytesParser BytesWriter+string.swift
[20/22] Compiling BytesParser BytesWriter.swift
[21/22] Compiling BytesParser InMemorySource.swift
[22/22] Compiling BytesParser InputStreamSource.swift
Build complete! (24.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "BytesParser",
  "name" : "BytesParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BytesParser",
      "targets" : [
        "BytesParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BytesParserTests",
      "module_type" : "SwiftTarget",
      "name" : "BytesParserTests",
      "path" : "Tests/BytesParserTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/00000.mpls",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/HKS E (LAB).acb",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/May0612.puz",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-be.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf16-le.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-be.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/utf32-le.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/BytesParserTests/resources/winbitmap.bmp",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ByteParsingTests.swift",
        "ByteWritingTests.swift",
        "RandomAccessParsingTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "BytesParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BytesParser",
      "module_type" : "SwiftTarget",
      "name" : "BytesParser",
      "path" : "Sources/BytesParser",
      "product_memberships" : [
        "BytesParser"
      ],
      "sources" : [
        "BytesParser.swift",
        "BytesReader+bool.swift",
        "BytesReader+data.swift",
        "BytesReader+float.swift",
        "BytesReader+int.swift",
        "BytesReader+string.swift",
        "BytesReader.swift",
        "BytesWriter+bool.swift",
        "BytesWriter+data.swift",
        "BytesWriter+float.swift",
        "BytesWriter+int.swift",
        "BytesWriter+string.swift",
        "BytesWriter.swift",
        "private/ByteBuffer.swift",
        "reader-sources/BytesReader+Source.swift",
        "reader-sources/InMemorySource.swift",
        "reader-sources/InputStreamSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.