Build Information
Successful build of LightTableFilePaths, reference v0.1.3 (6b8e9f
), with Swift 5.10 for Linux on 27 Aug 2024 16:43:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Formkunft/LightTableFilePaths.git
Reference: v0.1.3
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/LightTableFilePaths
* tag v0.1.3 -> FETCH_HEAD
HEAD is now at 6b8e9f3 Fix minimum OS versions
Cloned https://github.com/Formkunft/LightTableFilePaths.git
Revision (git rev-parse @):
6b8e9f382d6be0036c2bb70adb015a10dd2bcdc7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Formkunft/LightTableFilePaths.git at v0.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/Formkunft/LightTableFilePaths.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-system
[1/3638] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.66s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.3.2 (0.33s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.3.2
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling CSystem shims.c
[5/25] Emitting module SystemPackage
[6/27] Compiling SystemPackage Util.swift
[7/27] Compiling SystemPackage UtilConsumers.swift
[8/27] Compiling SystemPackage FilePathSyntax.swift
[9/27] Compiling SystemPackage FilePathWindows.swift
[10/27] Compiling SystemPackage FilePermissions.swift
[11/27] Compiling SystemPackage Errno.swift
[12/27] Compiling SystemPackage FileDescriptor.swift
[13/27] Compiling SystemPackage FileHelpers.swift
[14/27] Compiling SystemPackage FileOperations.swift
[15/27] Compiling SystemPackage FilePath.swift
[16/27] Compiling SystemPackage FilePathComponentView.swift
[17/27] Compiling SystemPackage CInterop.swift
[18/27] Compiling SystemPackage Constants.swift
[19/27] Compiling SystemPackage Exports.swift
[20/27] Compiling SystemPackage FilePathComponents.swift
[21/27] Compiling SystemPackage FilePathParsing.swift
[22/27] Compiling SystemPackage FilePathString.swift
[23/27] Compiling SystemPackage PlatformString.swift
[24/27] Compiling SystemPackage SystemString.swift
[25/27] Compiling SystemPackage Mocking.swift
[26/27] Compiling SystemPackage Syscalls.swift
[27/27] Compiling SystemPackage WindowsSyscallAdapters.swift
[29/35] Compiling LightTableFilePaths FilePathCompareOptions.swift
[30/35] Compiling LightTableFilePaths URL.swift
[31/35] Compiling LightTableFilePaths FilePath.Component.swift
[32/35] Compiling LightTableFilePaths RelativeFilePath.swift
/host/spi-builder-workspace/Sources/RelativeFilePath.swift:28:13: warning: stored property 'storage' of 'Sendable'-conforming struct 'RelativeFilePath' has non-sendable type 'FilePath'
public let storage: FilePath
^
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:44:15: note: struct 'FilePath' does not conform to the 'Sendable' protocol
public struct FilePath {
^
/host/spi-builder-workspace/Sources/RelativeFilePath.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SystemPackage'
import SystemPackage
^
@preconcurrency
[33/35] Compiling LightTableFilePaths ExtendedFilePath.swift
[34/35] Emitting module LightTableFilePaths
/host/spi-builder-workspace/Sources/AbsoluteFilePath.swift:28:13: warning: stored property 'storage' of 'Sendable'-conforming struct 'AbsoluteFilePath' has non-sendable type 'FilePath'
public let storage: FilePath
^
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:44:15: note: struct 'FilePath' does not conform to the 'Sendable' protocol
public struct FilePath {
^
/host/spi-builder-workspace/Sources/AbsoluteFilePath.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SystemPackage'
import SystemPackage
^
@preconcurrency
/host/spi-builder-workspace/Sources/RelativeFilePath.swift:28:13: warning: stored property 'storage' of 'Sendable'-conforming struct 'RelativeFilePath' has non-sendable type 'FilePath'
public let storage: FilePath
^
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:44:15: note: struct 'FilePath' does not conform to the 'Sendable' protocol
public struct FilePath {
^
/host/spi-builder-workspace/Sources/RelativeFilePath.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SystemPackage'
import SystemPackage
^
@preconcurrency
[35/35] Compiling LightTableFilePaths AbsoluteFilePath.swift
/host/spi-builder-workspace/Sources/AbsoluteFilePath.swift:28:13: warning: stored property 'storage' of 'Sendable'-conforming struct 'AbsoluteFilePath' has non-sendable type 'FilePath'
public let storage: FilePath
^
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:44:15: note: struct 'FilePath' does not conform to the 'Sendable' protocol
public struct FilePath {
^
/host/spi-builder-workspace/Sources/AbsoluteFilePath.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SystemPackage'
import SystemPackage
^
@preconcurrency
Build complete! (7.27s)
Build complete.
Done.