The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/swift-filestreamer.git
Reference: 0.8.1
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
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at 3505dfa Disable tests on visionOS for now
Cloned https://github.com/sersoft-gmbh/swift-filestreamer.git
Revision (git rev-parse @):
3505dfa1e2fdba28d0b8a599ac979240d970a362
SUCCESS checkout https://github.com/sersoft-gmbh/swift-filestreamer.git at 0.8.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/sersoft-gmbh/swift-filestreamer.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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
[555/4527] Fetching swift-docc-plugin, swift-system
[4528/7124] Fetching swift-docc-plugin, swift-system, swift-docc-symbolkit
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.60s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.43s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.44s)
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/6] Write sources
[4/6] Compiling CSystem shims.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/27] Emitting module SystemPackage
[8/29] Compiling SystemPackage Errno.swift
[9/29] Compiling SystemPackage FileDescriptor.swift
[10/29] Compiling SystemPackage FileHelpers.swift
[11/29] Compiling SystemPackage PlatformString.swift
[12/29] Compiling SystemPackage SystemString.swift
[13/29] Compiling SystemPackage FilePathSyntax.swift
[14/29] Compiling SystemPackage FilePathWindows.swift
[15/29] Compiling SystemPackage FilePermissions.swift
[16/29] Compiling SystemPackage FilePathComponents.swift
[17/29] Compiling SystemPackage FilePathParsing.swift
[18/29] Compiling SystemPackage FilePathString.swift
[19/29] Compiling SystemPackage FileOperations.swift
[20/29] Compiling SystemPackage FilePath.swift
[21/29] Compiling SystemPackage FilePathComponentView.swift
[22/29] Compiling SystemPackage Util.swift
[23/29] Compiling SystemPackage UtilConsumers.swift
[24/29] Compiling SystemPackage Mocking.swift
[25/29] Compiling SystemPackage Syscalls.swift
[26/29] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/29] Compiling SystemPackage CInterop.swift
[28/29] Compiling SystemPackage Constants.swift
[29/29] Compiling SystemPackage Exports.swift
[31/32] 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
[32/32] Emitting module FileStreamer
Build complete! (20.43s)
Build complete.
Done.

Build Machine: Linux 2