The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCommand with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Zollerboy1/SwiftCommand.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/Zollerboy1/SwiftCommand
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4a0ea76 Bump version of dependency swift-async-algorithms
Cloned https://github.com/Zollerboy1/SwiftCommand.git
Revision (git rev-parse @):
4a0ea7695a17c4e4053e15814110b5086c3c2ceb
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/Zollerboy1/SwiftCommand.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/Zollerboy1/SwiftCommand.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-async-algorithms
[1/4285] Fetching swift-async-algorithms
[473/7464] Fetching swift-async-algorithms, swift-system
[2925/21263] Fetching swift-async-algorithms, swift-system, swift-collections
Fetched https://github.com/apple/swift-system (0.98s)
Fetched https://github.com/apple/swift-async-algorithms (0.99s)
Computing version for https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/swift-collections.git (1.01s)
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (0.29s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.35s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.4
Building for debugging...
[0/1] Compiling CSystem shims.c
[2/85] Emitting module OrderedCollections
[3/91] Compiling OrderedCollections _Hashtable+Header.swift
[4/91] Compiling OrderedCollections OrderedDictionary+Codable.swift
[5/93] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[6/93] Compiling OrderedCollections _HashTable+Testing.swift
[7/93] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[8/93] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[9/93] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[10/93] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[11/93] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[12/93] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[13/93] Compiling OrderedCollections OrderedSet+SubSequence.swift
[14/93] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[15/93] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[16/93] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[17/93] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[18/93] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[19/93] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[20/93] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[21/93] Compiling OrderedCollections _HashTable.swift
[22/93] Compiling OrderedCollections OrderedDictionary+Elements.swift
[23/93] Emitting module DequeModule
[24/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[25/93] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[29/93] Compiling OrderedCollections _HashTable+Bucket.swift
[30/93] Compiling OrderedCollections _HashTable+BucketIterator.swift
[31/93] Compiling OrderedCollections _HashTable+Constants.swift
[38/95] Emitting module SystemPackage
[49/95] Compiling DequeModule _DequeSlot.swift
[52/95] Compiling SystemPackage Util.swift
[53/95] Compiling SystemPackage UtilConsumers.swift
[54/95] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[55/95] Compiling OrderedCollections OrderedDictionary+Values.swift
[56/95] Compiling OrderedCollections OrderedDictionary.swift
[57/95] Compiling OrderedCollections OrderedSet+Codable.swift
[65/95] Compiling OrderedCollections OrderedSet+Hashable.swift
[66/95] Compiling OrderedCollections OrderedSet+Initializers.swift
[67/95] Compiling OrderedCollections OrderedSet+Insertions.swift
[68/95] Compiling OrderedCollections OrderedSet+Invariants.swift
[69/95] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[70/95] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[71/95] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[72/95] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[73/95] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[74/95] Compiling OrderedCollections OrderedSet+Diffing.swift
[75/95] Compiling OrderedCollections OrderedSet+Equatable.swift
[76/95] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[83/97] Compiling OrderedCollections OrderedSet+Testing.swift
[84/97] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[85/97] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[86/97] Compiling OrderedCollections OrderedSet.swift
[87/97] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[88/97] Compiling OrderedCollections _UnsafeBitset.swift
[101/103] Compiling Collections Collections.swift
[102/103] Emitting module Collections
[106/149] Emitting module AsyncAlgorithms
[107/155] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[108/155] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[109/155] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[110/155] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[111/155] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[112/155] Compiling AsyncAlgorithms AsyncChannel.swift
[113/155] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[114/155] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[115/155] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[116/155] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[117/155] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[118/155] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[119/155] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[120/155] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[121/155] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[122/155] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[123/155] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[124/155] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[125/155] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[126/155] Compiling AsyncAlgorithms Locking.swift
[127/155] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[128/155] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[129/155] Compiling AsyncAlgorithms MergeStateMachine.swift
[130/155] Compiling AsyncAlgorithms MergeStorage.swift
[131/155] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[132/155] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[133/155] Compiling AsyncAlgorithms ChannelStateMachine.swift
[134/155] Compiling AsyncAlgorithms ChannelStorage.swift
[135/155] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[136/155] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[137/155] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[138/155] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[139/155] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[140/155] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[141/155] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[142/155] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[143/155] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[144/155] Compiling AsyncAlgorithms Rethrow.swift
[145/155] Compiling AsyncAlgorithms SetAlgebra.swift
[146/155] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[147/155] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[148/155] Compiling AsyncAlgorithms ZipStateMachine.swift
[149/155] Compiling AsyncAlgorithms ZipStorage.swift
[150/155] Compiling AsyncAlgorithms CombineLatestStorage.swift
[151/155] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[152/155] Compiling AsyncAlgorithms DebounceStateMachine.swift
[153/155] Compiling AsyncAlgorithms DebounceStorage.swift
[154/155] Compiling AsyncAlgorithms Dictionary.swift
[155/155] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[158/170] Compiling SwiftCommand OutputType.swift
[159/171] Compiling SwiftCommand OutputDestination.swift
[160/171] Compiling SwiftCommand Command.swift
[161/171] Compiling SwiftCommand Either.swift
[162/171] Compiling SwiftCommand ExitStatus.swift
[163/171] Compiling SwiftCommand FileHandle+Async.swift
[164/171] Compiling SwiftCommand FilePath+extension.swift
[165/171] Compiling SwiftCommand InputSource.swift
[166/171] Compiling SwiftCommand AsyncUnicodeScalarSequence.swift
[167/171] Compiling SwiftCommand ChildProcess.swift
[168/171] Emitting module SwiftCommand
/host/spi-builder-workspace/Sources/SwiftCommand/ProcessOutput.swift:14:16: warning: stored property 'stdoutData' of 'Sendable'-conforming struct 'ProcessOutput' has non-sendable type 'Data'
    public let stdoutData: Data
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/SwiftCommand/ProcessOutput.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SwiftCommand/ProcessOutput.swift:20:16: warning: stored property 'stderrData' of 'Sendable'-conforming struct 'ProcessOutput' has non-sendable type 'Data?'
    public let stderrData: Data?
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
[169/171] Compiling SwiftCommand AsyncCharacterSequence.swift
[170/171] Compiling SwiftCommand AsyncLineSequence.swift
[171/171] Compiling SwiftCommand ProcessOutput.swift
/host/spi-builder-workspace/Sources/SwiftCommand/ProcessOutput.swift:14:16: warning: stored property 'stdoutData' of 'Sendable'-conforming struct 'ProcessOutput' has non-sendable type 'Data'
    public let stdoutData: Data
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/SwiftCommand/ProcessOutput.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SwiftCommand/ProcessOutput.swift:20:16: warning: stored property 'stderrData' of 'Sendable'-conforming struct 'ProcessOutput' has non-sendable type 'Data?'
    public let stderrData: Data?
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
Build complete! (16.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    }
  ],
  "manifest_display_name" : "SwiftCommand",
  "name" : "SwiftCommand",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCommand",
      "targets" : [
        "SwiftCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCommandTests",
      "path" : "Tests/SwiftCommandTests",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "SwiftCommandTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCommand",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCommand",
      "path" : "Sources/SwiftCommand",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "SystemPackage"
      ],
      "product_memberships" : [
        "SwiftCommand"
      ],
      "sources" : [
        "AsyncCharacterSequence.swift",
        "AsyncLineSequence.swift",
        "AsyncUnicodeScalarSequence.swift",
        "ChildProcess.swift",
        "Command.swift",
        "Either.swift",
        "ExitStatus.swift",
        "FileHandle+Async.swift",
        "FilePath+extension.swift",
        "InputSource.swift",
        "OutputDestination.swift",
        "OutputType.swift",
        "ProcessOutput.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.

Build Machine: Linux 1