The Swift Package Index logo.Swift Package Index

Build Information

Successful build of path-wrangler 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/path-wrangler.git
Reference: 2.6.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/sersoft-gmbh/path-wrangler
 * tag               2.6.0      -> FETCH_HEAD
HEAD is now at fab2a86 Add Swift 5.10 support
Cloned https://github.com/sersoft-gmbh/path-wrangler.git
Revision (git rev-parse @):
fab2a86b4edb3319642c6a0b63e1b2db51b9fdd2
SUCCESS checkout https://github.com/sersoft-gmbh/path-wrangler.git at 2.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/sersoft-gmbh/path-wrangler.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-algorithms.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-numerics
[1/5290] Fetching swift-numerics
[54/6747] Fetching swift-numerics, swift-docc-plugin
[5610/9344] Fetching swift-numerics, swift-docc-plugin, swift-docc-symbolkit
[6582/14545] Fetching swift-numerics, swift-docc-plugin, swift-docc-symbolkit, swift-algorithms
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.52s)
Fetched https://github.com/apple/swift-numerics from cache (0.52s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.55s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.0.0 (1.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (1.06s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.64s)
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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.0.0
/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/10] Write sources
[6/10] Compiling _NumericsShims _NumericsShims.c
[7/10] Compiling CPathWrangler pathhelpers.c
[8/10] Compiling CPathWrangler stathelpers.c
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/20] Compiling RealModule Real.swift
[12/21] Compiling RealModule RealFunctions.swift
[13/21] Emitting module RealModule
[14/21] Compiling RealModule AlgebraicField.swift
[15/21] Compiling RealModule ApproximateEquality.swift
[16/21] Compiling RealModule ElementaryFunctions.swift
[17/21] Compiling RealModule Float+Real.swift
[18/21] Compiling RealModule AugmentedArithmetic.swift
[19/21] Compiling RealModule Double+Real.swift
[20/21] Compiling RealModule Float16+Real.swift
[21/21] Compiling RealModule Float80+Real.swift
[23/45] Compiling Algorithms FirstNonNil.swift
[24/45] Compiling Algorithms FlattenCollection.swift
[25/45] Compiling Algorithms Indexed.swift
[26/48] Compiling Algorithms RandomSample.swift
[27/48] Compiling Algorithms Reductions.swift
[28/48] Compiling Algorithms Rotate.swift
[29/48] Compiling Algorithms Compacted.swift
[30/48] Compiling Algorithms Cycle.swift
[31/48] Compiling Algorithms EitherSequence.swift
[32/48] Compiling Algorithms Split.swift
[33/48] Compiling Algorithms Stride.swift
[34/48] Compiling Algorithms Suffix.swift
[35/48] Compiling Algorithms Trim.swift
[36/48] Compiling Algorithms Unique.swift
[37/48] Compiling Algorithms Windows.swift
[38/48] Compiling Algorithms AdjacentPairs.swift
[39/48] Compiling Algorithms Chain.swift
[40/48] Compiling Algorithms Chunked.swift
[41/48] Compiling Algorithms Combinations.swift
[42/48] Compiling Algorithms Partition.swift
[43/48] Compiling Algorithms Permutations.swift
[44/48] Compiling Algorithms Product.swift
[45/48] Compiling Algorithms Intersperse.swift
[46/48] Compiling Algorithms Joined.swift
[47/48] Compiling Algorithms MinMax.swift
[48/48] Emitting module Algorithms
[50/57] Compiling CorePathWrangler PathComponentConvertible.swift
[51/57] Compiling CorePathWrangler PathElement.swift
[52/57] Compiling CorePathWrangler _PathProtocol.swift
[53/57] Emitting module CorePathWrangler
[54/57] Compiling CorePathWrangler AbsolutePath.swift
[55/57] Compiling CorePathWrangler PathProtocol.swift
[56/57] Compiling CorePathWrangler _PathImpl.swift
[57/57] Compiling CorePathWrangler RelativePath.swift
[59/63] Compiling PathWrangler PathComponentConvertibleConformances.swift
[60/63] Compiling PathWrangler FileManager+PathProtocol.swift
[61/63] Emitting module PathWrangler
[62/63] Compiling PathWrangler URL+PathProtocol.swift
[63/63] Compiling PathWrangler Exports.swift
Build complete! (26.22s)
Build complete.
Done.

Build Machine: Linux 2