The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-fileio-extra, reference 0.2.2 (8d8350), with Swift 6.1 for Linux on 6 Feb 2026 07:30:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-fileio-extra.git
Reference: 0.2.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/p-x9/swift-fileio-extra
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at 8d83506 fix
Cloned https://github.com/p-x9/swift-fileio-extra.git
Revision (git rev-parse @):
8d83506dd4dff737807d90dbf2264096ed98c7a7
SUCCESS checkout https://github.com/p-x9/swift-fileio-extra.git at 0.2.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/swift-fileio-extra.git
https://github.com/p-x9/swift-fileio-extra.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio.git"
    },
    {
      "identity" : "swift-binary-parse-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-binary-parse-support.git"
    }
  ],
  "manifest_display_name" : "swift-fileio-extra",
  "name" : "swift-fileio-extra",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileIOBinary",
      "targets" : [
        "FileIOBinary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileIOBinaryTests",
      "module_type" : "SwiftTarget",
      "name" : "FileIOBinaryTests",
      "path" : "Tests/FileIOBinaryTests",
      "sources" : [
        "FileIOBinaryTests.swift"
      ],
      "target_dependencies" : [
        "FileIOBinary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileIOBinary",
      "module_type" : "SwiftTarget",
      "name" : "FileIOBinary",
      "path" : "Sources/FileIOBinary",
      "product_dependencies" : [
        "FileIO",
        "BinaryParseSupport"
      ],
      "product_memberships" : [
        "FileIOBinary"
      ],
      "sources" : [
        "FileIOBinary.swift",
        "_FileIOProtocol+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/p-x9/swift-fileio.git
[1/246] Fetching swift-fileio
[247/474] Fetching swift-fileio, swift-binary-parse-support
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.48s)
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.48s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (0.97s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.49s)
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/24] Emitting module BinaryParseSupport
[6/25] Compiling BinaryParseSupport DataSequence.swift
[7/25] Compiling BinaryParseSupport MemorySequence.swift
[8/25] Compiling FileIO MemoryMappedFile.swift
[9/25] Compiling FileIO system.swift
[10/25] Compiling FileIO StreamedFile.swift
[11/25] Compiling BinaryParseSupport UnicodeStrings.swift
[12/25] Compiling FileIO FileIO.swift
[13/25] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[14/25] Emitting module FileIO
[15/25] Compiling FileIO ConcatenatedStreamedFile.swift
[16/26] Compiling BinaryParseSupport StringTableEntry.swift
[17/26] Compiling BinaryParseSupport BitFlags.swift
[18/26] Compiling BinaryParseSupport LayoutWrapper.swift
[19/26] Compiling BinaryParseSupport StringTable.swift
[21/26] Compiling BinaryParseSupport BinaryParseSupport.swift
[22/26] Compiling BinaryParseSupport Data+.swift
[23/26] Compiling BinaryParseSupport FileHandle+.swift
[24/26] Compiling BinaryParseSupport String+.swift
[25/26] Compiling BinaryParseSupport UnsafePointer+.swift
[26/26] Compiling BinaryParseSupport Endian.swift
[28/30] Compiling FileIOBinary FileIOBinary.swift
[29/30] Compiling FileIOBinary _FileIOProtocol+.swift
[30/30] Emitting module FileIOBinary
Build complete! (12.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio.git"
    },
    {
      "identity" : "swift-binary-parse-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-binary-parse-support.git"
    }
  ],
  "manifest_display_name" : "swift-fileio-extra",
  "name" : "swift-fileio-extra",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileIOBinary",
      "targets" : [
        "FileIOBinary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileIOBinaryTests",
      "module_type" : "SwiftTarget",
      "name" : "FileIOBinaryTests",
      "path" : "Tests/FileIOBinaryTests",
      "sources" : [
        "FileIOBinaryTests.swift"
      ],
      "target_dependencies" : [
        "FileIOBinary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileIOBinary",
      "module_type" : "SwiftTarget",
      "name" : "FileIOBinary",
      "path" : "Sources/FileIOBinary",
      "product_dependencies" : [
        "FileIO",
        "BinaryParseSupport"
      ],
      "product_memberships" : [
        "FileIOBinary"
      ],
      "sources" : [
        "FileIOBinary.swift",
        "_FileIOProtocol+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.