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 stream-reader, reference 3.5.2 (13c992), with Swift 6.0 for Linux on 6 Nov 2024 07:18:37 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/stream-reader.git
Reference: 3.5.2
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/xcode-actions/stream-reader
 * tag               3.5.2      -> FETCH_HEAD
HEAD is now at 13c9928 Enhance the init interfaces
Cloned https://github.com/xcode-actions/stream-reader.git
Revision (git rev-parse @):
13c99289668e1dedfcf28c05867cb8fe0860b133
SUCCESS checkout https://github.com/xcode-actions/stream-reader.git at 3.5.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/xcode-actions/stream-reader.git
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-system.git
[1/3901] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.40s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling CSystem shims.c
[5/32] Emitting module SystemPackage
[6/35] Compiling SystemPackage MachPort.swift
[7/35] Compiling SystemPackage PlatformString.swift
[8/35] Compiling SystemPackage SystemString.swift
[9/35] Compiling SystemPackage Util+StringArray.swift
[10/35] Compiling SystemPackage Util.swift
[11/35] Compiling SystemPackage UtilConsumers.swift
[12/35] Compiling SystemPackage FilePathParsing.swift
[13/35] Compiling SystemPackage FilePathString.swift
[14/35] Compiling SystemPackage FilePathSyntax.swift
[15/35] Compiling SystemPackage FilePathTemp.swift
[16/35] Compiling SystemPackage FileOperations.swift
[17/35] Compiling SystemPackage FilePath.swift
[18/35] Compiling SystemPackage FilePathComponentView.swift
[19/35] Compiling SystemPackage FilePathComponents.swift
[20/35] Compiling SystemPackage Errno.swift
[21/35] Compiling SystemPackage ErrnoWindows.swift
[22/35] Compiling SystemPackage FileDescriptor.swift
[23/35] Compiling SystemPackage FileHelpers.swift
[24/35] Compiling SystemPackage FilePathTempPosix.swift
[25/35] Compiling SystemPackage FilePathTempWindows.swift
[26/35] Compiling SystemPackage FilePathWindows.swift
[27/35] Compiling SystemPackage FilePermissions.swift
[28/35] Compiling SystemPackage Mocking.swift
[29/35] Compiling SystemPackage RawBuffer.swift
[30/35] Compiling SystemPackage Syscalls.swift
[31/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[32/35] Compiling SystemPackage Backcompat.swift
[33/35] Compiling SystemPackage CInterop.swift
[34/35] Compiling SystemPackage Constants.swift
[35/35] Compiling SystemPackage Exports.swift
[37/45] Compiling StreamReader URLSessionStreamTaskReader.swift
[38/46] Compiling StreamReader StreamReader.swift
[39/46] Compiling StreamReader StreamReaderErrors.swift
[40/46] Emitting module StreamReader
[41/46] Compiling StreamReader FileDescriptorReader.swift
[42/46] Compiling StreamReader FileHandleReader.swift
[43/46] Compiling StreamReader InputStreamReader.swift
[44/46] Compiling StreamReader GenericStreamReader.swift
[45/46] Compiling StreamReader DataReader.swift
[46/46] Compiling StreamReader Matching.swift
Build complete! (12.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    }
  ],
  "manifest_display_name" : "stream-reader",
  "name" : "stream-reader",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StreamReader",
      "targets" : [
        "StreamReader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamReaderTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamReaderTests",
      "path" : "Tests/StreamReaderTests",
      "sources" : [
        "MatchingTests.swift",
        "StreamReaderTests.swift",
        "TestHelpers.swift",
        "TestHelpersTests.swift",
        "URLStreamReaderTests.swift"
      ],
      "target_dependencies" : [
        "StreamReader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamReader",
      "module_type" : "SwiftTarget",
      "name" : "StreamReader",
      "path" : "Sources/StreamReader",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "StreamReader"
      ],
      "sources" : [
        "Conveniences/FileDescriptorReader.swift",
        "Conveniences/FileHandleReader.swift",
        "Conveniences/InputStreamReader.swift",
        "Conveniences/URLSessionStreamTaskReader.swift",
        "Core/StreamReader.swift",
        "Core/StreamReaderErrors.swift",
        "Implementations/DataReader.swift",
        "Implementations/GenericStreamReader.swift",
        "Matching.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.