Build Information
Successful build of Tree with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattcox/Tree.git
Reference: v1.0.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/mattcox/Tree
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 4bc83d7 Downgrades package version to 5.7
Cloned https://github.com/mattcox/Tree.git
Revision (git rev-parse @):
4bc83d7e5cf240dd18886af28564c43dcab2e0e2
SUCCESS checkout https://github.com/mattcox/Tree.git at v1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/mattcox/Tree.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-collections
[1/13746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections (1.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.6 (0.58s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.6
Building for debugging...
[1/66] Compiling OrderedCollections OrderedSet+Codable.swift
[2/66] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[3/68] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[4/68] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[5/68] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[6/68] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[7/68] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[8/68] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[9/68] Compiling OrderedCollections OrderedDictionary+Values.swift
[10/68] Compiling OrderedCollections OrderedDictionary.swift
[11/68] Compiling OrderedCollections OrderedSet+Diffing.swift
[12/68] Compiling OrderedCollections OrderedSet+Equatable.swift
[13/68] Emitting module DequeModule
[14/68] Compiling OrderedCollections OrderedDictionary+Elements.swift
[15/68] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[16/68] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[17/68] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[18/68] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[19/68] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[20/68] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[21/68] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[22/68] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[23/68] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[24/68] Compiling OrderedCollections OrderedSet+Sendable.swift
[25/68] Compiling OrderedCollections OrderedSet+SubSequence.swift
[26/74] Compiling DequeModule _DequeSlot.swift
[27/74] Compiling DequeModule _UnsafeWrappedBuffer.swift
[28/74] Emitting module OrderedCollections
[43/76] Compiling OrderedCollections _HashTable+Bucket.swift
[44/76] Compiling OrderedCollections _HashTable+BucketIterator.swift
[45/76] Compiling OrderedCollections _HashTable+Constants.swift
[46/76] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[47/76] Compiling OrderedCollections _HashTable+Testing.swift
[48/76] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/76] Compiling OrderedCollections _HashTable.swift
[50/76] Compiling OrderedCollections _Hashtable+Header.swift
[51/76] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/76] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[53/76] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[54/76] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[55/76] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[56/76] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[65/76] Compiling OrderedCollections OrderedSet+Initializers.swift
[66/76] Compiling OrderedCollections OrderedSet+Insertions.swift
[67/76] Compiling OrderedCollections OrderedSet+Invariants.swift
[68/76] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[69/76] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[70/76] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[71/76] Compiling OrderedCollections OrderedSet+Testing.swift
[72/76] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[73/76] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[74/76] Compiling OrderedCollections OrderedSet.swift
[75/76] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[76/76] Compiling OrderedCollections _UnsafeBitset.swift
[79/80] Emitting module Collections
[80/80] Compiling Collections Collections.swift
[83/86] Compiling Tree Node.swift
[84/86] Emitting module Tree
[85/86] Compiling Tree TreeBuilder.swift
[86/86] Compiling Tree NodeIterator.swift
Build complete! (13.49s)
Build complete.
Done.