The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-io, reference master (1cbe8b), with Swift 6.2 (beta) for Linux on 23 Jun 2025 00:46:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-io.git
Reference: master
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/tayloraswift/swift-io
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1cbe8b2 update gitignore
Cloned https://github.com/tayloraswift/swift-io.git
Revision (git rev-parse @):
1cbe8b229f4dd2dd758183b1dc377b39f474c070
SUCCESS checkout https://github.com/tayloraswift/swift-io.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tayloraswift/swift-io.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[1/4436] Fetching swift-system
[4437/19816] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.63s)
[2000/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.19s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.73s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.41s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/8] Write sources
[6/8] Compiling CSystem shims.c
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/38] Emitting module ArgumentParserToolInfo
[10/38] Compiling SystemPackage FileOperations.swift
[11/38] Compiling SystemPackage FilePath.swift
[12/38] Compiling SystemPackage FilePathComponentView.swift
[13/38] Compiling SystemPackage FilePathComponents.swift
[14/41] Compiling SystemPackage MachPort.swift
[15/41] Compiling SystemPackage PlatformString.swift
[16/41] Compiling SystemPackage SystemString.swift
[17/41] Compiling SystemPackage FilePathParsing.swift
[18/41] Compiling SystemPackage FilePathString.swift
[19/41] Compiling SystemPackage FilePathSyntax.swift
[20/41] Compiling SystemPackage FilePathTemp.swift
[21/41] Emitting module SystemPackage
[22/41] Compiling SystemPackage Errno.swift
[23/41] Compiling SystemPackage ErrnoWindows.swift
[24/41] Compiling SystemPackage FileDescriptor.swift
[25/41] Compiling SystemPackage FileHelpers.swift
[26/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[28/80] Compiling ArgumentParser DumpHelpGenerator.swift
[29/80] Compiling ArgumentParser HelpCommand.swift
[30/80] Compiling ArgumentParser HelpGenerator.swift
[31/80] Compiling ArgumentParser ArgumentDecoder.swift
[32/80] Compiling ArgumentParser ArgumentVisibility.swift
[33/80] Compiling ArgumentParser CompletionKind.swift
[34/80] Compiling ArgumentParser Errors.swift
[35/80] Compiling ArgumentParser ExpressibleByArgument.swift
[36/80] Compiling ArgumentParser ParsableArguments.swift
[37/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/80] Compiling ArgumentParser ParsableCommand.swift
[39/80] Compiling ArgumentParser ArgumentSet.swift
[40/80] Compiling ArgumentParser CommandParser.swift
[41/80] Compiling ArgumentParser InputKey.swift
[42/80] Compiling ArgumentParser InputOrigin.swift
[44/100] Compiling SystemIO FileSystemStats.swift
[45/100] Compiling SystemIO FileType.swift
[46/102] Compiling SystemIO SystemProcessError.swift
[47/102] Compiling SystemIO lexemes.swift
[48/102] Emitting module ArgumentParser
[49/107] Compiling SystemIO FileReadError.swift
[50/107] Compiling SystemIO FileSeekError.swift
[51/107] Compiling SystemIO FileStatus.swift
[52/107] Compiling SystemIO SystemProcess.Stream.swift
[53/107] Compiling SystemIO SystemProcess.swift
[54/107] Compiling SystemIO SystemProcess.Environment.swift
[55/107] Compiling SystemIO SystemProcess.EnvironmentEncoder.swift
[56/107] Compiling SystemIO FilePath.Directory.swift
[57/107] Compiling SystemIO FilePath.DirectoryIterator.Stream.swift
[58/107] Compiling SystemIO FilePath.DirectoryIterator.swift
[59/107] Compiling SystemIO FileDescriptor.swift
/host/spi-builder-workspace/Sources/SystemIO/FilePath (ext).swift:4:31: warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  2 | @_exported import struct SystemPackage.FilePath
  3 |
  4 | extension FilePath:@unchecked Sendable
    |                               `- warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  5 | {
  6 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declares conformance to protocol 'Sendable' here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
   |               `- note: 'FilePath' declares conformance to protocol 'Sendable' here
42 |   // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 |   // components, etc.
[60/107] Compiling SystemIO FileError.swift
/host/spi-builder-workspace/Sources/SystemIO/FilePath (ext).swift:4:31: warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  2 | @_exported import struct SystemPackage.FilePath
  3 |
  4 | extension FilePath:@unchecked Sendable
    |                               `- warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  5 | {
  6 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declares conformance to protocol 'Sendable' here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
   |               `- note: 'FilePath' declares conformance to protocol 'Sendable' here
42 |   // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 |   // components, etc.
[61/107] Compiling SystemIO FilePath (ext).swift
/host/spi-builder-workspace/Sources/SystemIO/FilePath (ext).swift:4:31: warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  2 | @_exported import struct SystemPackage.FilePath
  3 |
  4 | extension FilePath:@unchecked Sendable
    |                               `- warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  5 | {
  6 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declares conformance to protocol 'Sendable' here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
   |               `- note: 'FilePath' declares conformance to protocol 'Sendable' here
42 |   // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 |   // components, etc.
[62/107] Compiling SystemIO FilePath.DirectoryPointer.swift
[63/107] Compiling SystemIO FilePermissions (ext).swift
[64/107] Compiling SystemIO FilePermissions.Component.swift
[65/107] Emitting module SystemIO
/host/spi-builder-workspace/Sources/SystemIO/FilePath (ext).swift:4:31: warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  2 | @_exported import struct SystemPackage.FilePath
  3 |
  4 | extension FilePath:@unchecked Sendable
    |                               `- warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
  5 | {
  6 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declares conformance to protocol 'Sendable' here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
   |               `- note: 'FilePath' declares conformance to protocol 'Sendable' here
42 |   // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 |   // components, etc.
[67/108] Compiling ArgumentParser CollectionExtensions.swift
[68/108] Compiling ArgumentParser Platform.swift
[69/108] Compiling ArgumentParser SequenceExtensions.swift
[70/108] Compiling ArgumentParser StringExtensions.swift
[71/108] Compiling ArgumentParser Tree.swift
[80/108] Compiling ArgumentParser Flag.swift
[81/108] Compiling ArgumentParser NameSpecification.swift
[82/108] Compiling ArgumentParser Option.swift
[102/108] Compiling ArgumentParser MessageInfo.swift
[103/108] Compiling ArgumentParser UsageGenerator.swift
[104/108] Compiling ArgumentParser Name.swift
[105/108] Compiling ArgumentParser Parsed.swift
[106/108] Compiling ArgumentParser ParsedValues.swift
[107/108] Compiling ArgumentParser ParserError.swift
[108/108] Compiling ArgumentParser SplitArguments.swift
[110/112] Compiling System_ArgumentParser FilePath.Directory (ext).swift
[111/112] Emitting module System_ArgumentParser
[112/112] Compiling System_ArgumentParser FilePath (ext).swift
Build complete! (36.61s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "swift-io",
  "name" : "swift-io",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "SystemIO",
      "targets" : [
        "SystemIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "System_ArgumentParser",
      "targets" : [
        "System_ArgumentParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "System_ArgumentParser",
      "module_type" : "SwiftTarget",
      "name" : "System_ArgumentParser",
      "path" : "Sources/System_ArgumentParser",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "System_ArgumentParser"
      ],
      "sources" : [
        "FilePath (ext).swift",
        "FilePath.Directory (ext).swift"
      ],
      "target_dependencies" : [
        "SystemIO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SystemTests",
      "module_type" : "SwiftTarget",
      "name" : "SystemTests",
      "path" : "Sources/SystemTests",
      "sources" : [
        "Directories.swift"
      ],
      "target_dependencies" : [
        "SystemIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SystemIO",
      "module_type" : "SwiftTarget",
      "name" : "SystemIO",
      "path" : "Sources/SystemIO",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "SystemIO",
        "System_ArgumentParser"
      ],
      "sources" : [
        "FileDescriptor.swift",
        "FileError.swift",
        "FilePath (ext).swift",
        "FilePath.Directory.swift",
        "FilePath.DirectoryIterator.Stream.swift",
        "FilePath.DirectoryIterator.swift",
        "FilePath.DirectoryPointer.swift",
        "FilePermissions (ext).swift",
        "FilePermissions.Component.swift",
        "FileReadError.swift",
        "FileSeekError.swift",
        "FileStatus.swift",
        "FileSystemStats.swift",
        "FileType.swift",
        "SystemProcess.Environment.swift",
        "SystemProcess.EnvironmentEncoder.swift",
        "SystemProcess.Stream.swift",
        "SystemProcess.swift",
        "SystemProcessError.swift",
        "lexemes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.