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-file, reference 1.4.2 (7542fd), with Swift 6.2 for Linux on 7 Nov 2025 12:40:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pelagornis/swift-file.git
Reference: 1.4.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/pelagornis/swift-file
 * tag               1.4.2      -> FETCH_HEAD
HEAD is now at 7542fdc Update README.md
Cloned https://github.com/pelagornis/swift-file.git
Revision (git rev-parse @):
7542fdce00e3df7c7dcbc0c64c828b99c21d321f
SUCCESS checkout https://github.com/pelagornis/swift-file.git at 1.4.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pelagornis/swift-file.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-docc-plugin
[1/2160] Fetching swift-docc-plugin
[455/6622] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log from cache (0.60s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.68s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3572] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.99s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.39s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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.5
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/10] Compiling Logging MetadataProvider.swift
[7/10] Emitting module Logging
[8/10] Compiling Logging LogHandler.swift
[9/10] Compiling Logging Logging.swift
[10/10] Compiling Logging Locks.swift
[12/22] Compiling File Folder.swift
[13/22] Compiling File DateExt.swift
[14/23] Compiling File Store.swift
[15/23] Emitting module File
[16/23] Compiling File Child.swift
[17/23] Compiling File File.swift
[18/23] Compiling File FileError.swift
[19/23] Compiling File FileSystem.swift
[20/23] Compiling File Type.swift
[21/23] Compiling File StringExt.swift
[22/23] Compiling File FileHandleExt.swift
[23/23] Compiling File Path.swift
/host/spi-builder-workspace/Sources/File/Path.swift:94:33: warning: result of call to 'changeCurrentDirectoryPath' is unused [#no-usage]
 92 |             return Path(FileManager.default.currentDirectoryPath)
 93 |         } set {
 94 |             FileManager.default.changeCurrentDirectoryPath(newValue.safeRawValue)
    |                                 `- warning: result of call to 'changeCurrentDirectoryPath' is unused [#no-usage]
 95 |         }
 96 |     }
Build complete! (31.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-file",
  "name" : "swift-file",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "File",
      "targets" : [
        "File"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileTests",
      "module_type" : "SwiftTarget",
      "name" : "FileTests",
      "path" : "Tests/FileTests",
      "sources" : [
        "FileTests.swift"
      ],
      "target_dependencies" : [
        "File"
      ],
      "type" : "test"
    },
    {
      "c99name" : "File",
      "module_type" : "SwiftTarget",
      "name" : "File",
      "path" : "Sources/File",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "File"
      ],
      "sources" : [
        "Child.swift",
        "File.swift",
        "FileError.swift",
        "FileSystem.swift",
        "Folder.swift",
        "Internal/DateExt.swift",
        "Internal/FileHandleExt.swift",
        "Internal/StringExt.swift",
        "Path.swift",
        "Store.swift",
        "Type.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.