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.1 for Android on 28 May 2025 02:32:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 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:         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-2":/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
Fetching https://github.com/scinfu/SwiftSoup
[1/3908] Fetching swiftsoup
[1877/20499] Fetching swiftsoup, swift-collections
Fetched https://github.com/scinfu/SwiftSoup from cache (0.85s)
[3651/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.53s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.8.7 (1.00s)
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 SwiftSoup Comment.swift
[14/80] Compiling SwiftSoup Connection.swift
[15/80] Compiling SwiftSoup Collector.swift
[16/80] Compiling SwiftSoup CombiningEvaluator.swift
[17/80] Compiling SwiftSoup CharacterReader.swift
[18/80] Compiling SwiftSoup Cleaner.swift
[19/80] Compiling SwiftSoup BooleanAttribute.swift
[20/80] Compiling SwiftSoup CharacterExt.swift
[21/80] Compiling SwiftSoup Attributes.swift
[22/80] Compiling SwiftSoup BinarySearch.swift
[23/80] Emitting module InternalCollectionsUtilities
[24/80] Compiling SwiftSoup ArrayExt.swift
[25/80] Compiling SwiftSoup Attribute.swift
[26/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/355] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/355] Compiling HeapModule Heap+Descriptions.swift
[30/355] Compiling HashTreeCollections _Bucket.swift
[31/355] Compiling HashTreeCollections _Hash.swift
[32/355] Compiling HashTreeCollections _HashLevel.swift
[33/355] Compiling HashTreeCollections _HashNode+Builder.swift
[34/357] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[35/357] Compiling HashTreeCollections _HashNode+Storage.swift
[36/357] Compiling HeapModule Heap.swift
[37/357] Compiling HeapModule _HeapNode.swift
[38/357] Compiling HashTreeCollections _HashNode+Debugging.swift
[39/357] Compiling HashTreeCollections _HashNode+Initializers.swift
[40/357] Compiling HeapModule Heap+Invariants.swift
[41/357] Compiling HeapModule Heap+UnsafeHandle.swift
[42/357] Emitting module HeapModule
[44/358] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[45/358] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[46/358] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[47/358] Compiling HashTreeCollections _HashNode+Structural union.swift
[48/358] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[49/358] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[50/358] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[51/358] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[52/358] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[53/358] Compiling HashTreeCollections TreeDictionary+Keys.swift
[54/358] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[55/358] Compiling HashTreeCollections TreeDictionary+Merge.swift
[56/358] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[57/358] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[58/365] Compiling DequeModule _DequeSlot.swift
[59/365] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/365] Compiling HashTreeCollections TreeSet+Hashable.swift
[61/365] Compiling HashTreeCollections TreeSet+Sendable.swift
[62/365] Compiling HashTreeCollections TreeSet+Sequence.swift
[63/365] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[64/365] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[65/365] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[66/365] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[67/365] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[68/365] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[69/365] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[70/375] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[77/375] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[78/375] Compiling HashTreeCollections _RawHashNode.swift
[79/375] Compiling HashTreeCollections _UnmanagedHashNode.swift
[80/375] Compiling HashTreeCollections _UnsafePath.swift
[81/375] Compiling HashTreeCollections TreeDictionary+Codable.swift
[82/375] Compiling HashTreeCollections TreeDictionary+Collection.swift
[83/375] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[84/382] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[85/382] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[86/382] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[87/382] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[88/382] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[89/382] Compiling HashTreeCollections _HashNode+Structural merge.swift
[90/382] Compiling HashTreeCollections _HashTreeIterator.swift
[91/382] Compiling HashTreeCollections _HashTreeStatistics.swift
[92/382] Compiling BitCollections Range+Utilities.swift
[93/382] Compiling BitCollections Slice+Utilities.swift
[94/382] Compiling BitCollections UInt+Tricks.swift
[95/382] Compiling BitCollections _Word.swift
[96/382] Compiling OrderedCollections OrderedSet.swift
[97/382] Compiling OrderedCollections _UnsafeBitset.swift
[98/382] Compiling HashTreeCollections TreeSet+Equatable.swift
[99/382] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[100/382] Compiling HashTreeCollections TreeSet+Extras.swift
[101/382] Compiling HashTreeCollections TreeSet+Filter.swift
[102/382] Compiling HashTreeCollections _HashNode+Invariants.swift
[103/382] Compiling HashTreeCollections _HashNode+Lookups.swift
[104/382] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[105/382] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[106/382] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[107/382] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[108/382] Compiling HashTreeCollections TreeDictionary+Filter.swift
[114/382] Compiling BitCollections BitSet.Index.swift
[115/382] Compiling BitCollections BitSet._UnsafeHandle.swift
[116/382] Compiling BitCollections BitSet.swift
[117/382] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[118/382] Compiling HashTreeCollections _HashNode.swift
[119/382] Compiling HashTreeCollections _HashNodeHeader.swift
[120/382] Compiling HashTreeCollections _HashSlot.swift
[121/382] Compiling HashTreeCollections _HashStack.swift
[125/382] Compiling HashTreeCollections _AncestorHashSlots.swift
[126/382] Compiling HashTreeCollections _Bitmap.swift
[157/382] Emitting module BitCollections
[158/382] Emitting module DequeModule
[194/392] Compiling _RopeModule _CharacterRecognizer.swift
[195/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[196/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[197/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[198/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[199/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[200/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[201/392] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[202/392] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[203/392] Compiling HashTreeCollections TreeSet.swift
[245/393] Emitting module OrderedCollections
[267/394] Emitting module SwiftSoup
[268/401] Emitting module _RopeModule
[313/401] Compiling _RopeModule Rope+Join.swift
[314/401] Compiling _RopeModule Rope+MutatingForEach.swift
[315/401] Compiling _RopeModule Rope+Remove.swift
[316/401] Compiling _RopeModule Rope+RemoveSubrange.swift
[317/401] Compiling _RopeModule Rope+Split.swift
[318/401] Compiling _RopeModule Optional Utilities.swift
[319/401] Compiling _RopeModule String Utilities.swift
[320/401] Compiling _RopeModule String.Index+ABI.swift
[322/401] Emitting module HashTreeCollections
[397/403] Compiling SwiftSoup UTF8Arrays.swift
[398/403] Compiling SwiftSoup UnfairLock.swift
[399/403] Compiling SwiftSoup UnicodeScalar.swift
[400/403] Compiling SwiftSoup Validate.swift
[401/403] Compiling SwiftSoup Whitelist.swift
[402/403] Compiling SwiftSoup XmlDeclaration.swift
[403/403] Compiling SwiftSoup XmlTreeBuilder.swift
[405/406] Compiling Collections Collections.swift
[406/406] Emitting module Collections
[408/411] Compiling Slab Configuration.swift
[409/411] Emitting module Slab
[410/411] Compiling Slab SlabError.swift
[411/411] Compiling Slab Slab.swift
Build complete! (64.52s)
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.