The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LimitedOrderedSet with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-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/MrAsterisco/LimitedOrderedSet.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/MrAsterisco/LimitedOrderedSet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d26189d First release
Cloned https://github.com/MrAsterisco/LimitedOrderedSet.git
Revision (git rev-parse @):
d26189d78779c17ec5dd44909fcc7941b86fb5e7
SUCCESS checkout https://github.com/MrAsterisco/LimitedOrderedSet.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/MrAsterisco/LimitedOrderedSet.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-collections
[1/13746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.95s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.3 (0.44s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/48] Emitting module OrderedCollections
[5/54] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[6/54] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[7/54] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[8/54] Compiling OrderedCollections OrderedSet+Diffing.swift
[9/54] Compiling OrderedCollections OrderedSet+Equatable.swift
[10/54] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[11/54] Compiling OrderedCollections _HashTable+Bucket.swift
[12/54] Compiling OrderedCollections _HashTable+BucketIterator.swift
[13/54] Compiling OrderedCollections _HashTable+Constants.swift
[14/54] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[15/54] Compiling OrderedCollections _HashTable+Testing.swift
[16/54] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[17/54] Compiling OrderedCollections _HashTable.swift
[18/54] Compiling OrderedCollections OrderedSet+Hashable.swift
[19/54] Compiling OrderedCollections OrderedSet+Initializers.swift
[20/54] Compiling OrderedCollections OrderedSet+Insertions.swift
[21/54] Compiling OrderedCollections OrderedSet+Invariants.swift
[22/54] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[23/54] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[24/54] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[25/54] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[26/54] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[27/54] Compiling OrderedCollections OrderedDictionary+Values.swift
[28/54] Compiling OrderedCollections OrderedDictionary.swift
[29/54] Compiling OrderedCollections OrderedSet+Codable.swift
[30/54] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[31/54] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[32/54] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[33/54] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[34/54] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[35/54] Compiling OrderedCollections OrderedSet+SubSequence.swift
[36/54] Compiling OrderedCollections _Hashtable+Header.swift
[37/54] Compiling OrderedCollections OrderedDictionary+Codable.swift
[38/54] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[39/54] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[40/54] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[41/54] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[42/54] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[43/54] Compiling OrderedCollections OrderedSet+Testing.swift
[44/54] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[45/54] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[46/54] Compiling OrderedCollections OrderedSet.swift
[47/54] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[48/54] Compiling OrderedCollections _UnsafeBitset.swift
[49/54] Compiling OrderedCollections OrderedDictionary+Elements.swift
[50/54] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[51/54] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[52/54] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[53/54] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[54/54] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[56/70] Compiling LimitedOrderedSet LimitedOrderedSet+Equatable.swift
[57/70] Compiling LimitedOrderedSet LimitedOrderedSet+Hashable.swift
[58/71] Compiling LimitedOrderedSet LimitedOrderedSet+SetAlgebra.swift
[59/71] Compiling LimitedOrderedSet LimitedOrderedSet+Space.swift
[60/71] Compiling LimitedOrderedSet LimitedOrderedSet+Codable.swift
[61/71] Compiling LimitedOrderedSet LimitedOrderedSet+CustomDebugStringConvertible.swift
[62/71] Emitting module LimitedOrderedSet
[63/71] Compiling LimitedOrderedSet LimitedOrderedSet+CustomStringConvertible.swift
[64/71] Compiling LimitedOrderedSet LimitedOrderedSet+Diffing.swift
[65/71] Compiling LimitedOrderedSet LimitedOrderedSet+Initializers.swift
[66/71] Compiling LimitedOrderedSet LimitedOrderedSet+Insertions.swift
[67/71] Compiling LimitedOrderedSet LimitedOrderedSet+RandomAccessCollection.swift
[68/71] Compiling LimitedOrderedSet LimitedOrderedSet+RangeReplaceableCollection.swift
[69/71] Compiling LimitedOrderedSet LimitedOrderedSet+MutableCollection.swift
[70/71] Compiling LimitedOrderedSet LimitedOrderedSet+Predicates.swift
[71/71] Compiling LimitedOrderedSet LimitedOrderedSet.swift
Build complete! (8.45s)
Build complete.
Done.

Build Machine: Linux 1