The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-collections with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-collections.git
Reference: 1.1.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/apple/swift-collections
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 94cf62b Merge pull request #352 from vanvoorden/vanvoorden/tree-dictionary-keys-equality
Cloned https://github.com/apple/swift-collections.git
Revision (git rev-parse @):
94cf62b3ba8d4bed62680a282d4c25f9c63c2efb
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-collections.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/apple/swift-collections.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Building for debugging...
[1/17] Compiling _CollectionsUtilities Debugging.swift
[2/17] Compiling _CollectionsUtilities Descriptions.swift
[3/19] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[4/19] Compiling _CollectionsUtilities Specialize.swift
[5/19] Compiling _CollectionsUtilities _SortedCollection.swift
[6/19] Compiling _CollectionsUtilities _UniqueCollection.swift
[7/19] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[8/19] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[9/19] Compiling _CollectionsUtilities UInt+reversed.swift
[10/19] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[11/19] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/19] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/19] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/19] Compiling _CollectionsUtilities Integer rank.swift
[15/19] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[16/19] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[17/19] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[18/19] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[19/19] Emitting module _CollectionsUtilities
[22/321] Compiling HeapModule Heap+Descriptions.swift
[23/330] Emitting module HeapModule
[24/330] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[25/330] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[26/330] Compiling HashTreeCollections _HashNode+Structural union.swift
[27/330] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[28/330] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[29/330] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[30/330] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[31/330] Compiling HashTreeCollections _HashNode.swift
[32/330] Compiling HashTreeCollections _HashNodeHeader.swift
[33/330] Compiling HashTreeCollections _HashSlot.swift
[34/339] Compiling HeapModule Heap.swift
[35/339] Compiling HeapModule _HeapNode.swift
[36/339] Compiling HashTreeCollections _HashStack.swift
[37/339] Compiling HashTreeCollections _AncestorHashSlots.swift
[38/339] Compiling HashTreeCollections _Bitmap.swift
[39/339] Compiling HashTreeCollections _Bucket.swift
[40/339] Compiling HashTreeCollections _Hash.swift
[41/339] Compiling HashTreeCollections _HashLevel.swift
[42/339] Compiling HashTreeCollections _HashNode+Builder.swift
[43/339] Compiling HashTreeCollections _HashNode+Debugging.swift
[44/339] Compiling HashTreeCollections _HashNode+Initializers.swift
[45/339] Compiling HashTreeCollections _HashNode+Invariants.swift
[48/341] Compiling HeapModule Heap+Invariants.swift
[49/341] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[50/341] Compiling HeapModule Heap+UnsafeHandle.swift
[59/343] Compiling HashTreeCollections TreeSet+Hashable.swift
[60/343] Compiling HashTreeCollections TreeSet+Sendable.swift
[61/343] Compiling _RopeModule Rope+Join.swift
[62/343] Compiling _RopeModule Rope+MutatingForEach.swift
[63/343] Compiling _RopeModule Rope+Remove.swift
[64/343] Compiling _RopeModule Rope+RemoveSubrange.swift
[65/343] Compiling _RopeModule Rope+Split.swift
[66/343] Compiling _RopeModule Optional Utilities.swift
[67/343] Compiling _RopeModule String Utilities.swift
[68/343] Compiling _RopeModule String.Index+ABI.swift
[73/353] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/353] Compiling HashTreeCollections _HashNode+Lookups.swift
[78/353] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[79/353] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[80/360] Compiling DequeModule _DequeSlot.swift
[82/360] Compiling HashTreeCollections _HashNode+Storage.swift
[83/360] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[84/360] Compiling HashTreeCollections _HashNode+Structural filter.swift
[85/360] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[86/360] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[87/360] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[88/360] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[89/360] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[90/360] Compiling HashTreeCollections TreeDictionary+Values.swift
[91/360] Compiling HashTreeCollections TreeDictionary.swift
[92/360] Compiling HashTreeCollections TreeSet+Codable.swift
[93/360] Compiling HashTreeCollections TreeSet+Collection.swift
[94/360] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[95/360] Compiling HashTreeCollections TreeSet+Debugging.swift
[96/360] Compiling HashTreeCollections TreeSet+Descriptions.swift
[97/360] Compiling HashTreeCollections TreeSet+Equatable.swift
[98/360] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[99/360] Compiling HashTreeCollections TreeSet+Extras.swift
[100/360] Compiling HashTreeCollections TreeSet+Filter.swift
[101/360] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[102/360] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[115/360] Compiling BitCollections BitSet.Index.swift
[116/360] Compiling BitCollections BitSet._UnsafeHandle.swift
[117/366] Emitting module BitCollections
[131/367] Compiling HashTreeCollections TreeDictionary+Filter.swift
[132/367] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[133/367] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[134/367] Compiling HashTreeCollections TreeDictionary+Keys.swift
[135/367] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[136/367] Compiling HashTreeCollections TreeDictionary+Merge.swift
[137/367] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[147/367] Emitting module DequeModule
[156/368] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[177/369] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[178/369] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[179/369] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/369] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/369] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/369] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/369] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/369] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/369] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/369] Compiling HashTreeCollections TreeSet.swift
[220/369] Compiling OrderedCollections OrderedSet+Sendable.swift
[221/369] Compiling OrderedCollections OrderedSet+SubSequence.swift
[222/369] Compiling OrderedCollections OrderedSet+Testing.swift
[223/369] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[224/369] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[225/369] Compiling OrderedCollections OrderedSet.swift
[226/369] Compiling OrderedCollections _UnsafeBitset.swift
[257/375] Compiling _CollectionsTestSupport RepeatableRandomNumberGenerator.swift
[258/375] Compiling _CollectionsTestSupport SetAPIChecker.swift
[259/375] Compiling _CollectionsTestSupport SortedCollectionAPIChecker.swift
[260/375] Compiling _CollectionsTestSupport StringConvertibleValue.swift
[273/375] Compiling HashTreeCollections TreeDictionary+Collection.swift
[274/375] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[275/375] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[276/375] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[330/375] Emitting module OrderedCollections
[333/377] Emitting module _RopeModule
[341/379] Emitting module HashTreeCollections
[366/383] Compiling Collections Collections.swift
[367/383] Emitting module Collections
[378/384] Emitting module _CollectionsTestSupport
Build complete! (18.45s)
Build complete.
Done.

Build Machine: Linux 2