The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Slab, reference 1.0.7 (6da22a), with Swift 6.2 (beta) for Linux on 19 Jun 2025 04:50:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/Slab.git
Reference: 1.0.7
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
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at 6da22ae Add localized descriptions
Cloned https://github.com/ptrkstr/Slab.git
Revision (git rev-parse @):
6da22ae415e93017ed345e6fc3eadcc4c4c3a4f0
SUCCESS checkout https://github.com/ptrkstr/Slab.git at 1.0.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ptrkstr/Slab.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/scinfu/SwiftSoup
[1/3916] Fetching swiftsoup
[1098/20556] Fetching swiftsoup, swift-collections
Fetched https://github.com/scinfu/SwiftSoup from cache (0.80s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.00s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.8.8 (0.76s)
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
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.8.8
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/80] Compiling SwiftSoup BooleanAttribute.swift
[14/80] Compiling SwiftSoup CharacterExt.swift
[15/80] Compiling SwiftSoup ArrayExt.swift
[16/80] Compiling SwiftSoup Attribute.swift
[17/80] Emitting module InternalCollectionsUtilities
[18/80] Compiling SwiftSoup CharacterReader.swift
[19/80] Compiling SwiftSoup Cleaner.swift
[20/80] Compiling SwiftSoup Attributes.swift
[21/80] Compiling SwiftSoup BinarySearch.swift
[22/80] Compiling SwiftSoup Comment.swift
[23/80] Compiling SwiftSoup Connection.swift
[24/80] Compiling SwiftSoup Collector.swift
[25/80] Compiling SwiftSoup CombiningEvaluator.swift
[26/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/355] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/355] Compiling BitCollections BitArray+Copy.swift
[30/355] Compiling BitCollections BitArray+CustomReflectable.swift
[31/355] Compiling BitCollections BitArray+Codable.swift
[32/355] Compiling BitCollections BitArray+Collection.swift
[33/357] Compiling BitCollections BitArray+Hashable.swift
[34/357] Compiling BitCollections BitArray+Initializers.swift
[35/357] Compiling HeapModule Heap+Descriptions.swift
[36/357] Compiling HeapModule _HeapNode.swift
[37/357] Compiling HeapModule Heap.swift
[38/357] Compiling HeapModule Heap+Invariants.swift
[39/357] Compiling HeapModule Heap+UnsafeHandle.swift
[40/357] Emitting module HeapModule
[42/358] Compiling DequeModule _DequeSlot.swift
[43/358] Compiling DequeModule _UnsafeWrappedBuffer.swift
[44/358] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[45/358] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[46/358] Compiling BitCollections BitSet+SetAlgebra union.swift
[47/358] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[48/358] Compiling BitCollections BitSet.Counted.swift
[49/358] Compiling _RopeModule Rope.swift
[50/358] Compiling _RopeModule RopeElement.swift
[51/358] Compiling BitCollections BitSet+Random.swift
[52/358] Compiling BitCollections BitSet+SetAlgebra basics.swift
[53/358] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[54/358] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[55/358] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[56/358] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[57/358] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[58/365] Compiling _RopeModule Rope+ForEachWhile.swift
[59/365] Compiling _RopeModule Rope+Insert.swift
[60/365] Compiling HashTreeCollections TreeSet+Sequence.swift
[61/365] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[62/365] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[63/365] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[64/365] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[65/365] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[66/365] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[67/365] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[68/375] Emitting module BitCollections
[69/382] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[70/382] Compiling BitCollections BitSet+CustomReflectable.swift
[71/382] Compiling BitCollections BitSet+CustomStringConvertible.swift
[72/382] Compiling BitCollections BitSet+Equatable.swift
[73/382] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[74/382] Compiling BitCollections BitSet+Extras.swift
[75/382] Compiling BitCollections BitSet+Hashable.swift
[76/382] Compiling BitCollections BitArray+RandomBits.swift
[77/382] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[78/382] Compiling BitCollections BitArray+Shifts.swift
[79/382] Compiling BitCollections BitArray+Testing.swift
[80/382] Compiling BitCollections BitArray._UnsafeHandle.swift
[81/382] Compiling BitCollections BitArray.swift
[82/382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[83/382] Compiling BitCollections BitSet+Codable.swift
[84/382] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[85/382] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[86/382] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[87/382] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[88/382] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[89/382] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[90/382] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[91/382] Compiling BitCollections BitSet+Initializers.swift
[92/382] Compiling BitCollections BitSet+Invariants.swift
[93/382] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[94/382] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[95/382] Compiling BitCollections BitArray+Descriptions.swift
[96/382] Compiling BitCollections BitArray+Equatable.swift
[97/382] Compiling BitCollections BitArray+Extras.swift
[98/382] Compiling BitCollections BitArray+Fill.swift
[99/382] Compiling BitCollections Range+Utilities.swift
[100/382] Compiling BitCollections Slice+Utilities.swift
[101/382] Compiling BitCollections UInt+Tricks.swift
[102/382] Compiling BitCollections _Word.swift
[103/382] Compiling OrderedCollections OrderedSet.swift
[104/382] Compiling OrderedCollections _UnsafeBitset.swift
[105/382] Compiling _RopeModule Rope+Sequence.swift
[106/382] Compiling _RopeModule Rope+Append.swift
[107/382] Compiling _RopeModule Rope+Extract.swift
[108/382] Compiling _RopeModule Rope+Find.swift
[125/382] Compiling BitCollections BitSet.Index.swift
[126/382] Compiling BitCollections BitSet._UnsafeHandle.swift
[127/382] Compiling BitCollections BitSet.swift
[143/389] Compiling BitCollections BitArray+BitwiseOperations.swift
[144/389] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[152/389] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[153/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[154/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[155/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[156/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[157/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[158/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[159/389] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[160/389] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[161/389] Compiling HashTreeCollections TreeSet.swift
[198/389] Emitting module SwiftSoup
[199/389] Emitting module DequeModule
[247/399] Compiling SwiftSoup UTF8Arrays.swift
[248/399] Compiling SwiftSoup UnfairLock.swift
[249/399] Compiling SwiftSoup UnicodeScalar.swift
[250/399] Compiling SwiftSoup Validate.swift
[251/399] Compiling SwiftSoup Whitelist.swift
[252/399] Compiling SwiftSoup XmlDeclaration.swift
[295/400] Compiling SwiftSoup XmlTreeBuilder.swift
[320/400] Emitting module OrderedCollections
[332/401] Compiling _RopeModule Rope+Join.swift
[333/401] Compiling _RopeModule Rope+MutatingForEach.swift
[334/401] Compiling _RopeModule Rope+Remove.swift
[335/401] Compiling _RopeModule Rope+RemoveSubrange.swift
[336/401] Compiling _RopeModule Rope+Split.swift
[337/401] Compiling _RopeModule Optional Utilities.swift
[338/401] Compiling _RopeModule String Utilities.swift
[339/401] Compiling _RopeModule String.Index+ABI.swift
[340/401] Compiling _RopeModule _CharacterRecognizer.swift
[360/402] Emitting module _RopeModule
[402/402] Emitting module HashTreeCollections
[405/406] Emitting module Collections
[406/406] Compiling Collections Collections.swift
[408/411] Emitting module Slab
[409/411] Compiling Slab SlabError.swift
[410/411] Compiling Slab Configuration.swift
[411/411] Compiling Slab Slab.swift
Build complete! (59.16s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.