The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-filestreamer with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/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.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/swift-filestreamer.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/sersoft-gmbh/swift-filestreamer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 404d00d Ignore .swiftpm directory
Cloned https://github.com/sersoft-gmbh/swift-filestreamer.git
Revision (git rev-parse @):
404d00d4d1d1d76b2e329410911a06ea02fefa8b
SUCCESS checkout https://github.com/sersoft-gmbh/swift-filestreamer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/sersoft-gmbh/swift-filestreamer.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-docc-symbolkit
[1/1457] Fetching swift-docc-plugin
[16/4136] Fetching swift-docc-plugin, swift-docc-symbolkit
[3374/7300] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-system
Fetched https://github.com/apple/swift-docc-symbolkit (0.40s)
Fetched https://github.com/apple/swift-system.git (0.43s)
Fetched https://github.com/apple/swift-docc-plugin (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.40s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.43s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Compiling CSystem shims.c
[4/24] Emitting module SystemPackage
[5/26] Compiling SystemPackage PlatformString.swift
[6/26] Compiling SystemPackage SystemString.swift
[7/26] Compiling SystemPackage Util.swift
[8/26] Compiling SystemPackage UtilConsumers.swift
[9/26] Compiling SystemPackage FilePathSyntax.swift
[10/26] Compiling SystemPackage FilePathWindows.swift
[11/26] Compiling SystemPackage FilePermissions.swift
[12/26] Compiling SystemPackage FileOperations.swift
[13/26] Compiling SystemPackage FilePath.swift
[14/26] Compiling SystemPackage FilePathComponentView.swift
[15/26] Compiling SystemPackage Errno.swift
[16/26] Compiling SystemPackage FileDescriptor.swift
[17/26] Compiling SystemPackage FileHelpers.swift
[18/26] Compiling SystemPackage CInterop.swift
[19/26] Compiling SystemPackage Constants.swift
[20/26] Compiling SystemPackage Exports.swift
[21/26] Compiling SystemPackage FilePathComponents.swift
[22/26] Compiling SystemPackage FilePathParsing.swift
[23/26] Compiling SystemPackage FilePathString.swift
[24/26] Compiling SystemPackage Mocking.swift
[25/26] Compiling SystemPackage Syscalls.swift
[26/26] Compiling SystemPackage WindowsSyscallAdapters.swift
[29/30] Emitting module FileStreamer
[30/30] Compiling FileStreamer FileStream.swift
/host/spi-builder-workspace/Sources/FileStreamer/FileStream.swift:88:54: warning: capture of 'source' with non-sendable type 'any DispatchSourceRead' in a `@Sendable` closure
        cont.onTermination = { _ in _terminateSource(source) }
                                                     ^
Dispatch.DispatchSourceRead:1:17: note: protocol 'DispatchSourceRead' does not conform to the 'Sendable' protocol
public protocol DispatchSourceRead : DispatchSourceProtocol {
                ^
/host/spi-builder-workspace/Sources/FileStreamer/FileStream.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Dispatch
^
@preconcurrency
Build complete! (19.71s)
Build complete.
Done.

Build Machine: Linux 2