The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSlash 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/SwiftSlash.git
Reference: 3.4.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/tannerdsilva/SwiftSlash
 * tag               3.4.0      -> FETCH_HEAD
HEAD is now at dbcd791 Improved Command struct API and documentation
Cloned https://github.com/tannerdsilva/SwiftSlash.git
Revision (git rev-parse @):
dbcd79125918644c348471853ef5332d650548db
SUCCESS checkout https://github.com/tannerdsilva/SwiftSlash.git at 3.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/tannerdsilva/SwiftSlash.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 2>&1
Building for debugging...
[0/3] Write sources
[1/3] Compiling ClibSwiftSlash libswiftslash.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling SwiftSlash ChildSignalCatcher.swift
[5/17] Compiling SwiftSlash Command.swift
[6/17] Emitting module SwiftSlash
[7/17] Compiling SwiftSlash CurrentProcessState.swift
[8/17] Compiling SwiftSlash DataChannel.swift
[9/18] Compiling SwiftSlash Equatable.swift
[10/18] Compiling SwiftSlash Hashable.swift
[11/18] Compiling SwiftSlash InboundChannelState.swift
[12/18] Compiling SwiftSlash OutboundChannelState.swift
[13/18] Compiling SwiftSlash ProcessInterface.swift
/host/spi-builder-workspace/Sources/SwiftSlash/ProcessInterface.swift:164:232: warning: passing argument of non-sendable type 'ThrowingTaskGroup<Void, any Error>' into actor-isolated context may introduce data races
                                try await ProcessSpawner.global.launch(path:self.command.executable, args:self.command.arguments, wd:self.command.workingDirectory, env:self.command.environment, writables:self.outboundChannels, readables:self.inboundChannels, taskGroup:&tg, onBehalfOf:self)
                                                                                                                                                                                                                                                                   ^
_Concurrency.ThrowingTaskGroup:2:23: note: generic struct 'ThrowingTaskGroup' does not conform to the 'Sendable' protocol
@frozen public struct ThrowingTaskGroup<ChildTaskResult, Failure> where ChildTaskResult : Sendable, Failure : Error {
                      ^
[14/18] Compiling SwiftSlash BufferedLineParser.swift
[15/18] Compiling SwiftSlash EventTrigger.swift
[16/18] Compiling SwiftSlash PosixBasics.swift
[17/18] Compiling SwiftSlash ProcessSpawner.swift
[18/18] Compiling SwiftSlash SwiftSlash.swift
Build complete! (11.30s)
Build complete.
Done.

Build Machine: Linux 2