Build Information
Successful build of swift-collections, reference 1.1.4 (671108
), with Swift 5.10 for Linux on 25 Sep 2024 01:24:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-collections.git
Reference: 1.1.4
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/apple/swift-collections
* tag 1.1.4 -> FETCH_HEAD
HEAD is now at 671108c Merge pull request #422 from apple/riscv64
Cloned https://github.com/apple/swift-collections.git
Revision (git rev-parse @):
671108c96644956dddcd89dd59c203dcdb36cec7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-collections.git at 1.1.4
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-collections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/27] Emitting module InternalCollectionsUtilities
[12/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/29] Compiling InternalCollectionsUtilities Debugging.swift
[15/29] Compiling InternalCollectionsUtilities Descriptions.swift
[16/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/29] Compiling InternalCollectionsUtilities Specialize.swift
[18/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[21/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/29] Compiling InternalCollectionsUtilities Integer rank.swift
[29/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/233] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[32/233] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[33/340] Compiling HashTreeCollections _Bitmap.swift
[34/340] Compiling HashTreeCollections _Bucket.swift
[35/340] Compiling HeapModule Heap+Invariants.swift
[36/340] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[37/340] Compiling HeapModule Heap+Descriptions.swift
[38/340] Compiling HeapModule Heap+UnsafeHandle.swift
[39/340] Emitting module HeapModule
[40/340] Compiling HeapModule _HeapNode.swift
[41/340] Compiling HeapModule Heap.swift
[42/341] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[43/341] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[45/341] Compiling DequeModule _DequeSlot.swift
[46/341] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/341] Compiling HashTreeCollections TreeSet+Hashable.swift
[48/341] Compiling HashTreeCollections TreeSet+Sendable.swift
[49/341] Compiling HashTreeCollections TreeSet+Sequence.swift
[50/341] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[51/341] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[52/341] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[53/341] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[54/341] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[55/341] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[56/341] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[57/351] Compiling HashTreeCollections _HashNodeHeader.swift
[58/351] Compiling HashTreeCollections _HashSlot.swift
[59/351] Compiling HashTreeCollections _HashStack.swift
[60/351] Compiling HashTreeCollections _AncestorHashSlots.swift
[64/351] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[65/351] Compiling HashTreeCollections _HashNode+Storage.swift
[66/351] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[67/351] Compiling HashTreeCollections _HashNode+Structural filter.swift
[68/351] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[69/351] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[70/351] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[71/358] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[72/358] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[73/358] Compiling HashTreeCollections TreeDictionary+Keys.swift
[74/358] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[75/358] Compiling HashTreeCollections TreeDictionary+Merge.swift
[76/358] Compiling BitCollections BitSet.Index.swift
[77/358] Compiling BitCollections BitSet._UnsafeHandle.swift
[78/365] Compiling HashTreeCollections TreeDictionary+Collection.swift
[79/365] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[80/365] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[81/365] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[82/365] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[83/365] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[84/365] Compiling HashTreeCollections TreeDictionary+Filter.swift
[85/365] Compiling HashTreeCollections _HashNode+Structural union.swift
[86/365] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[87/365] Compiling HashTreeCollections _HashNode+Structural merge.swift
[88/365] Compiling HashTreeCollections _HashTreeIterator.swift
[89/365] Compiling HashTreeCollections _HashTreeStatistics.swift
[90/365] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[91/365] Compiling HashTreeCollections _RawHashNode.swift
[92/365] Compiling HashTreeCollections _UnmanagedHashNode.swift
[93/365] Compiling HashTreeCollections _UnsafePath.swift
[94/365] Compiling HashTreeCollections TreeDictionary+Codable.swift
[95/365] Compiling HashTreeCollections TreeDictionary.swift
[96/365] Compiling HashTreeCollections TreeSet+Codable.swift
[97/365] Compiling HashTreeCollections TreeSet+Collection.swift
[98/365] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[99/365] Compiling HashTreeCollections TreeSet+Debugging.swift
[100/365] Compiling HashTreeCollections TreeSet+Descriptions.swift
[101/365] Compiling HashTreeCollections TreeSet+Equatable.swift
[102/365] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[103/365] Compiling HashTreeCollections TreeSet+Extras.swift
[104/365] Compiling HashTreeCollections TreeSet+Filter.swift
[107/365] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[108/365] Compiling HashTreeCollections _HashNode.swift
[117/365] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[118/365] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[143/365] Compiling OrderedCollections OrderedSet+Sendable.swift
[152/365] Compiling HashTreeCollections _HashNode+Builder.swift
[153/365] Compiling HashTreeCollections _HashNode+Debugging.swift
[154/365] Compiling HashTreeCollections _HashNode+Initializers.swift
[155/365] Compiling HashTreeCollections _HashNode+Invariants.swift
[156/365] Compiling HashTreeCollections _HashNode+Lookups.swift
[157/365] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[158/365] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[160/365] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[161/365] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[162/365] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[163/365] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[164/365] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[165/365] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[166/365] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[167/365] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[168/365] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[169/365] Compiling HashTreeCollections TreeSet.swift
[178/369] Emitting module DequeModule
[183/370] Compiling OrderedCollections OrderedSet+SubSequence.swift
[184/370] Compiling OrderedCollections OrderedSet+Testing.swift
[185/370] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[186/370] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[192/370] Emitting module BitCollections
[217/370] Compiling _CollectionsTestSupport RepeatableRandomNumberGenerator.swift
[218/370] Compiling _CollectionsTestSupport SetAPIChecker.swift
[219/370] Compiling _CollectionsTestSupport SortedCollectionAPIChecker.swift
[220/370] Compiling _CollectionsTestSupport StringConvertibleValue.swift
[251/380] Compiling OrderedCollections OrderedSet.swift
[252/380] Compiling OrderedCollections _UnsafeBitset.swift
[271/380] Emitting module OrderedCollections
[273/381] Emitting module _RopeModule
[307/381] Compiling _RopeModule Rope+Join.swift
[308/381] Compiling _RopeModule Rope+MutatingForEach.swift
[309/381] Compiling _RopeModule Rope+Remove.swift
[310/381] Compiling _RopeModule Rope+RemoveSubrange.swift
[311/381] Compiling _RopeModule Rope+Split.swift
[312/381] Compiling _RopeModule Optional Utilities.swift
[313/381] Compiling _RopeModule String Utilities.swift
[314/381] Compiling _RopeModule String.Index+ABI.swift
[315/381] Compiling _RopeModule _CharacterRecognizer.swift
[316/381] Emitting module HashTreeCollections
[328/382] Emitting module _CollectionsTestSupport
[385/386] Compiling Collections Collections.swift
[386/386] Emitting module Collections
Build complete! (23.03s)
Build complete.
Done.