Build Information
Successful build of EditorConfig, reference main (fdfafd
), with Swift 5.9 for Linux on 5 Jul 2024 16:06:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.45.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/EditorConfig.git
Reference: main
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/ChimeHQ/EditorConfig
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fdfafd8 Depend on real swift-glob version
Cloned https://github.com/ChimeHQ/EditorConfig.git
Revision (git rev-parse @):
fdfafd8d64af44dfd672580a270e7b5fa762931a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/EditorConfig.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/ChimeHQ/EditorConfig.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:bf2706fb3ad57f47449cad6c85f40e5d27f055fda5f2d8da4d3c25f3a5524d1a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/davbeck/swift-glob
[1/281] Fetching swift-glob
Fetched https://github.com/davbeck/swift-glob (0.19s)
Computing version for https://github.com/davbeck/swift-glob
Computed https://github.com/davbeck/swift-glob at 0.0.0 (0.30s)
Creating working copy for https://github.com/davbeck/swift-glob
Working copy of https://github.com/davbeck/swift-glob resolved at 0.0.0
Building for debugging...
[1/6] Compiling Glob Pattern.swift
[2/6] Compiling Glob Pattern+Options.swift
[3/6] Compiling Glob Pattern+Match.swift
[4/6] Compiling Glob InvalidPattern.swift
[5/6] Compiling Glob GlobSearch.swift
/host/spi-builder-workspace/.build/checkouts/swift-glob/Sources/Glob/GlobSearch.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[6/6] Emitting module Glob
[9/13] Compiling EditorConfig Parser.swift
[10/13] Compiling EditorConfig Directive.swift
[11/13] Emitting module EditorConfig
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:6:8: warning: associated value 'unsupportedURL' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
case unsupportedURL(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:7:8: warning: associated value 'noParentDirectories' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
case noParentDirectories(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[12/13] Compiling EditorConfig Configuration.swift
[13/13] Compiling EditorConfig Resolver.swift
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:6:8: warning: associated value 'unsupportedURL' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
case unsupportedURL(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:7:8: warning: associated value 'noParentDirectories' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
case noParentDirectories(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
Build complete! (6.90s)
Build complete.
Done.