Build Information
Successful build of Slab, reference develop (cddcfa
), with Swift 6.1 for Android on 28 May 2025 02:32:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/Slab.git
Reference: develop
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/ptrkstr/Slab
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at cddcfa9 Update readme
Cloned https://github.com/ptrkstr/Slab.git
Revision (git rev-parse @):
cddcfa99626ec372f31f935b85103aaf8769f4ca
SUCCESS checkout https://github.com/ptrkstr/Slab.git at develop
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ptrkstr/Slab.git
https://github.com/ptrkstr/Slab.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "Slab",
"name" : "Slab",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Slab",
"targets" : [
"Slab"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SlabTests",
"module_type" : "SwiftTarget",
"name" : "SlabTests",
"path" : "Tests/SlabTests",
"sources" : [
"SlabTests.swift"
],
"target_dependencies" : [
"Slab"
],
"type" : "test"
},
{
"c99name" : "Slab",
"module_type" : "SwiftTarget",
"name" : "Slab",
"path" : "Sources/Slab",
"product_dependencies" : [
"SwiftSoup",
"Collections"
],
"product_memberships" : [
"Slab"
],
"sources" : [
"Configuration.swift",
"Slab.swift",
"SlabError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetching https://github.com/scinfu/SwiftSoup
Fetched https://github.com/apple/swift-collections.git from cache (2.06s)
[1/3908] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup from cache (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (4.22s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.8.7 (0.83s)
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.8.7
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/80] Compiling InternalCollectionsUtilities Descriptions.swift
[14/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/80] Emitting module InternalCollectionsUtilities
[16/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/80] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/80] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/80] Compiling InternalCollectionsUtilities Debugging.swift
[22/80] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/80] Compiling InternalCollectionsUtilities Integer rank.swift
[24/80] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/80] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/104] Compiling DequeModule _DequeBuffer.swift
[29/104] Compiling DequeModule _DequeBufferHeader.swift
[30/357] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[31/357] Compiling HashTreeCollections _HashNode+Storage.swift
[32/357] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[33/357] Compiling HeapModule Heap.swift
[34/357] Compiling HeapModule _HeapNode.swift
[35/357] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[36/357] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[37/357] Compiling HashTreeCollections _HashNode+Structural filter.swift
[38/357] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[39/357] Compiling OrderedCollections _HashTable.swift
[40/357] Compiling OrderedCollections _Hashtable+Header.swift
[41/357] Emitting module HeapModule
[42/357] Compiling HeapModule Heap+Invariants.swift
[43/357] Compiling HeapModule Heap+UnsafeHandle.swift
[44/357] Compiling HeapModule Heap+Descriptions.swift
[46/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[47/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[48/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[49/358] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[50/358] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[51/358] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[52/358] Compiling HashTreeCollections TreeDictionary+Filter.swift
[53/365] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[54/365] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[55/365] Compiling HashTreeCollections TreeDictionary+Keys.swift
[56/365] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[57/365] Compiling HashTreeCollections TreeDictionary+Merge.swift
[58/365] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[59/365] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[60/365] Emitting module BitCollections
[61/365] Compiling HashTreeCollections TreeSet+Hashable.swift
[62/365] Compiling HashTreeCollections TreeSet+Sendable.swift
[63/365] Compiling HashTreeCollections TreeSet+Sequence.swift
[64/365] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[65/365] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[66/365] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[67/365] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[68/365] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[69/365] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[70/365] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[71/382] Compiling HashTreeCollections _Bucket.swift
[72/382] Compiling HashTreeCollections _Hash.swift
[73/382] Compiling HashTreeCollections _HashLevel.swift
[74/382] Compiling HashTreeCollections _HashNode+Builder.swift
[75/382] Compiling HashTreeCollections _HashNode+Debugging.swift
[76/382] Compiling HashTreeCollections _HashNode+Initializers.swift
[77/382] Compiling HashTreeCollections _HashNode+Invariants.swift
[85/382] Compiling HashTreeCollections _HashNode+Lookups.swift
[86/382] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[87/382] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[88/382] Compiling HashTreeCollections _HashNode+Structural merge.swift
[89/382] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[91/382] Compiling OrderedCollections OrderedSet+Initializers.swift
[92/382] Compiling OrderedCollections OrderedSet+Insertions.swift
[93/382] Compiling OrderedCollections OrderedSet+Invariants.swift
[94/382] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[95/382] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[96/382] Compiling HashTreeCollections _UnmanagedHashNode.swift
[97/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[98/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[111/382] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[112/382] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[121/382] Compiling BitCollections BitSet.Index.swift
[122/382] Compiling BitCollections BitSet._UnsafeHandle.swift
[123/382] Compiling BitCollections BitSet.swift
[124/382] Compiling BitCollections Range+Utilities.swift
[125/382] Compiling BitCollections Slice+Utilities.swift
[126/382] Compiling BitCollections UInt+Tricks.swift
[127/382] Compiling BitCollections _Word.swift
[128/382] Compiling OrderedCollections OrderedSet.swift
[129/382] Compiling OrderedCollections _UnsafeBitset.swift
[130/382] Compiling HashTreeCollections TreeSet+Equatable.swift
[131/382] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[132/382] Compiling HashTreeCollections TreeSet+Extras.swift
[133/382] Compiling HashTreeCollections TreeSet+Filter.swift
[150/382] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[151/382] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[152/382] Compiling HashTreeCollections _HashNode.swift
[153/382] Compiling HashTreeCollections _HashNodeHeader.swift
[154/382] Compiling HashTreeCollections _HashSlot.swift
[155/382] Compiling HashTreeCollections _HashStack.swift
[156/382] Compiling HashTreeCollections _AncestorHashSlots.swift
[157/382] Compiling HashTreeCollections _Bitmap.swift
[158/382] Emitting module DequeModule
[160/383] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[161/383] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[162/383] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[163/383] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[164/383] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[165/383] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[166/383] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[167/383] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[168/383] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[169/383] Compiling HashTreeCollections TreeSet.swift
[190/383] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[191/383] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[251/393] Emitting module OrderedCollections
[311/394] Emitting module _RopeModule
[312/394] Emitting module HashTreeCollections
[314/395] Compiling _RopeModule Rope+Join.swift
[315/395] Compiling _RopeModule Rope+MutatingForEach.swift
[316/395] Compiling _RopeModule Rope+Remove.swift
[317/395] Compiling _RopeModule Rope+RemoveSubrange.swift
[318/395] Compiling _RopeModule Rope+Split.swift
[319/395] Compiling _RopeModule Optional Utilities.swift
[320/395] Compiling _RopeModule String Utilities.swift
[321/395] Compiling _RopeModule String.Index+ABI.swift
[322/395] Compiling _RopeModule _CharacterRecognizer.swift
[359/404] Emitting module SwiftSoup
[360/405] Compiling Collections Collections.swift
[361/405] Emitting module Collections
[400/406] Compiling SwiftSoup UTF8Arrays.swift
[401/406] Compiling SwiftSoup UnfairLock.swift
[402/406] Compiling SwiftSoup UnicodeScalar.swift
[403/406] Compiling SwiftSoup Validate.swift
[404/406] Compiling SwiftSoup Whitelist.swift
[405/406] Compiling SwiftSoup XmlDeclaration.swift
[406/406] Compiling SwiftSoup XmlTreeBuilder.swift
[408/411] Compiling Slab SlabError.swift
[409/411] Emitting module Slab
[410/411] Compiling Slab Slab.swift
[411/411] Compiling Slab Configuration.swift
Build complete! (58.56s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "Slab",
"name" : "Slab",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Slab",
"targets" : [
"Slab"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SlabTests",
"module_type" : "SwiftTarget",
"name" : "SlabTests",
"path" : "Tests/SlabTests",
"sources" : [
"SlabTests.swift"
],
"target_dependencies" : [
"Slab"
],
"type" : "test"
},
{
"c99name" : "Slab",
"module_type" : "SwiftTarget",
"name" : "Slab",
"path" : "Sources/Slab",
"product_dependencies" : [
"SwiftSoup",
"Collections"
],
"product_memberships" : [
"Slab"
],
"sources" : [
"Configuration.swift",
"Slab.swift",
"SlabError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.