Build Information
Successful build of Tree 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/mattcox/Tree.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/mattcox/Tree
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ccf2ba7 Update README.md
Cloned https://github.com/mattcox/Tree.git
Revision (git rev-parse @):
ccf2ba7da617ec2b08a6594325fca413c0190344
SUCCESS checkout https://github.com/mattcox/Tree.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/mattcox/Tree.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.97s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.6 (0.41s)
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...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/71] Emitting module DequeModule
[7/73] Emitting module OrderedCollections
[8/79] Compiling DequeModule _DequeSlot.swift
[9/79] Compiling DequeModule _UnsafeWrappedBuffer.swift
[10/79] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[11/79] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[12/79] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[13/79] Compiling OrderedCollections OrderedDictionary+Values.swift
[16/79] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[17/79] Compiling OrderedCollections OrderedDictionary+Elements.swift
[18/79] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[19/79] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[20/79] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[21/79] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[22/79] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[23/79] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[24/79] Compiling OrderedCollections _Hashtable+Header.swift
[25/79] Compiling OrderedCollections OrderedDictionary+Codable.swift
[28/79] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[29/79] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[30/79] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[36/79] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[37/79] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[38/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[39/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[40/79] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[41/79] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[42/79] Compiling OrderedCollections OrderedSet+Sendable.swift
[43/79] Compiling OrderedCollections OrderedSet+SubSequence.swift
[55/79] Compiling OrderedCollections OrderedSet+Testing.swift
[56/79] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[57/79] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[58/79] Compiling OrderedCollections OrderedSet.swift
[59/79] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[60/79] Compiling OrderedCollections _UnsafeBitset.swift
[61/79] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[62/79] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[63/79] Compiling OrderedCollections OrderedSet+Diffing.swift
[64/79] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/79] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/79] Compiling OrderedCollections OrderedSet+Hashable.swift
[67/79] Compiling OrderedCollections _HashTable+Bucket.swift
[68/79] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/79] Compiling OrderedCollections _HashTable+Constants.swift
[70/79] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/79] Compiling OrderedCollections _HashTable+Testing.swift
[72/79] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/79] Compiling OrderedCollections _HashTable.swift
[74/79] Compiling OrderedCollections OrderedSet+Initializers.swift
[75/79] Compiling OrderedCollections OrderedSet+Insertions.swift
[76/79] Compiling OrderedCollections OrderedSet+Invariants.swift
[77/79] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[78/79] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[79/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[82/83] Compiling Collections Collections.swift
[83/83] Emitting module Collections
[85/88] Compiling Tree TreeBuilder.swift
[86/88] Compiling Tree NodeIterator.swift
[87/88] Emitting module Tree
[88/88] Compiling Tree Node.swift
Build complete! (13.54s)
Build complete.
Done.