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-scoped-file-path, reference v0.2.0 (fffb1e), with Swift 6.0 for Linux on 1 Mar 2025 09:59:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Formkunft/swift-scoped-file-path.git
Reference: v0.2.0
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/Formkunft/swift-scoped-file-path
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at fffb1e4 Add “Using in your project” section to readme
Cloned https://github.com/Formkunft/swift-scoped-file-path.git
Revision (git rev-parse @):
fffb1e4b88191396b258fcda0d926cd0b05e1b61
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Formkunft/swift-scoped-file-path.git at v0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Formkunft/swift-scoped-file-path.git
https://github.com/Formkunft/swift-scoped-file-path.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "swift-scoped-file-path",
  "name" : "swift-scoped-file-path",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ScopedFilePath",
      "targets" : [
        "ScopedFilePath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScopedFilePath",
      "module_type" : "SwiftTarget",
      "name" : "ScopedFilePath",
      "path" : "Sources/ScopedFilePath",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "ScopedFilePath"
      ],
      "sources" : [
        "AbsoluteFilePath.swift",
        "FilePathCompareOptions.swift",
        "RelativeFilePath.swift",
        "ScopedFilePathProtocol.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-system
[1/4158] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.37s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.59s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/32] Emitting module SystemPackage
[6/35] Compiling SystemPackage Util+StringArray.swift
[7/35] Compiling SystemPackage Util.swift
[8/35] Compiling SystemPackage UtilConsumers.swift
[9/35] Compiling SystemPackage Errno.swift
[10/35] Compiling SystemPackage ErrnoWindows.swift
[11/35] Compiling SystemPackage FileDescriptor.swift
[12/35] Compiling SystemPackage FileHelpers.swift
[13/35] Compiling SystemPackage FilePathParsing.swift
[14/35] Compiling SystemPackage FilePathString.swift
[15/35] Compiling SystemPackage FilePathSyntax.swift
[16/35] Compiling SystemPackage FilePathTemp.swift
[17/35] Compiling SystemPackage FileOperations.swift
[18/35] Compiling SystemPackage FilePath.swift
[19/35] Compiling SystemPackage FilePathComponentView.swift
[20/35] Compiling SystemPackage FilePathComponents.swift
[21/35] Compiling SystemPackage FilePathTempPosix.swift
[22/35] Compiling SystemPackage FilePathTempWindows.swift
[23/35] Compiling SystemPackage FilePathWindows.swift
[24/35] Compiling SystemPackage FilePermissions.swift
[25/35] Compiling SystemPackage MachPort.swift
[26/35] Compiling SystemPackage PlatformString.swift
[27/35] Compiling SystemPackage SystemString.swift
[28/35] Compiling SystemPackage Backcompat.swift
[29/35] Compiling SystemPackage CInterop.swift
[30/35] Compiling SystemPackage Constants.swift
[31/35] Compiling SystemPackage Exports.swift
[32/35] Compiling SystemPackage Mocking.swift
[33/35] Compiling SystemPackage RawBuffer.swift
[34/35] Compiling SystemPackage Syscalls.swift
[35/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[37/42] Compiling ScopedFilePath ScopedFilePathProtocol.swift
[38/42] Compiling ScopedFilePath URL.swift
[39/42] Compiling ScopedFilePath FilePathCompareOptions.swift
[40/42] Compiling ScopedFilePath AbsoluteFilePath.swift
[41/42] Emitting module ScopedFilePath
[42/42] Compiling ScopedFilePath RelativeFilePath.swift
Build complete! (12.92s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "swift-scoped-file-path",
  "name" : "swift-scoped-file-path",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ScopedFilePath",
      "targets" : [
        "ScopedFilePath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScopedFilePath",
      "module_type" : "SwiftTarget",
      "name" : "ScopedFilePath",
      "path" : "Sources/ScopedFilePath",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "ScopedFilePath"
      ],
      "sources" : [
        "AbsoluteFilePath.swift",
        "FilePathCompareOptions.swift",
        "RelativeFilePath.swift",
        "ScopedFilePathProtocol.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.