The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Tree, reference v1.0.1 (3021e4), with Swift 6.3 for Android on 15 Apr 2026 12:49:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattcox/Tree.git
Reference: v1.0.1
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/mattcox/Tree
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at 3021e42 Merge pull request #2 from Jomy10/main
Cloned https://github.com/mattcox/Tree.git
Revision (git rev-parse @):
3021e4280573866c3d92e5104916640a9bcc9788
SUCCESS checkout https://github.com/mattcox/Tree.git at v1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mattcox/Tree.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-collections
[1/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.61s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.6 (3.37s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.6
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version--4F562202D5529B1.txt
[11/27] Emitting module InternalCollectionsUtilities
[12/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/29] Compiling InternalCollectionsUtilities Debugging.swift
[15/29] Compiling InternalCollectionsUtilities Descriptions.swift
[16/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/29] Compiling InternalCollectionsUtilities Specialize.swift
[22/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[23/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[24/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[25/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/29] Compiling InternalCollectionsUtilities Integer rank.swift
[27/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/236] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/304] Compiling HeapModule Heap+Descriptions.swift
[33/304] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[34/304] Compiling _RopeModule BigString+Chunk+Breaks.swift
[35/306] Compiling HeapModule _HeapNode.swift
[36/306] Compiling HeapModule Heap.swift
[37/306] Compiling _RopeModule BigString+Debugging.swift
[38/306] Compiling _RopeModule BigString+Index.swift
[39/306] Compiling _RopeModule BigString+Ingester.swift
[40/306] Compiling _RopeModule BigString+Invariants.swift
[41/306] Compiling HeapModule Heap+UnsafeHandle.swift
[42/306] Compiling HeapModule Heap+Invariants.swift
[43/306] Emitting module HeapModule
[45/307] Compiling _RopeModule Rope+Builder.swift
[46/307] Compiling _RopeModule Rope+Debugging.swift
[47/307] Compiling _RopeModule Rope+Invariants.swift
[48/307] Compiling _RopeModule Rope+_Node.swift
[49/307] Compiling _RopeModule Rope+_Storage.swift
[50/307] Compiling HashTreeCollections TreeSet+Equatable.swift
[51/307] Compiling _RopeModule Rope+_UnsafeHandle.swift
[57/314] Compiling BitCollections BitSet.Index.swift
[58/314] Compiling BitCollections BitSet._UnsafeHandle.swift
[59/314] Compiling HashTreeCollections TreeSet+Hashable.swift
[60/314] Compiling HashTreeCollections TreeSet+Sendable.swift
[61/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[62/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[63/314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[64/314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[65/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[66/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[67/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[68/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[69/314] Compiling DequeModule _DequeSlot.swift
[70/314] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/331] Compiling _RopeModule BigString+UnicodeScalarView.swift
[72/331] Compiling _RopeModule BigSubstring+UTF16View.swift
[73/331] Compiling _RopeModule BigSubstring+UTF8View.swift
[74/331] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[75/331] Compiling _RopeModule BigSubstring.swift
[78/331] Compiling _RopeModule BigString+Summary.swift
[79/331] Compiling _RopeModule BigString.swift
[82/331] Compiling _RopeModule BigString+Chunk+Counts.swift
[83/331] Compiling _RopeModule BigString+Chunk+Description.swift
[86/331] Emitting module BitCollections
[87/331] Compiling _RopeModule BigString+Iterators.swift
[88/331] Compiling _RopeModule BigString+Metrics.swift
[93/331] Compiling _RopeModule BigString+UTF16View.swift
[94/331] Compiling _RopeModule BigString+UTF8View.swift
[100/331] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[101/331] Compiling _RopeModule BigString+Chunk+Splitting.swift
[102/331] Compiling _RopeModule BigString+Chunk.swift
[103/331] Compiling _RopeModule BigString+BidirectionalCollection.swift
[104/331] Compiling _RopeModule BigString+Comparable.swift
[105/331] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[106/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[107/331] Compiling _RopeModule BigString+Equatable.swift
[116/331] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[117/331] Compiling _RopeModule BigString+Hashing.swift
[118/331] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[119/331] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[120/331] Compiling _RopeModule BigString+Sequence.swift
[121/331] Compiling _RopeModule BigString+TextOutputStream.swift
[122/331] Compiling _RopeModule BigString+Append.swift
[123/331] Compiling _RopeModule BigString+Initializers.swift
[124/331] Compiling _RopeModule BigString+Insert.swift
[125/331] Compiling _RopeModule BigString+Managing Breaks.swift
[126/331] Compiling _RopeModule BigString+RemoveSubrange.swift
[127/331] Compiling _RopeModule BigString+ReplaceSubrange.swift
[128/331] Compiling _RopeModule BigString+Split.swift
[129/331] Compiling _RopeModule Range+BigString.swift
[142/331] Compiling OrderedCollections OrderedSet+Sendable.swift
[143/331] Compiling OrderedCollections OrderedSet+SubSequence.swift
[144/331] Compiling OrderedCollections OrderedSet+Testing.swift
[145/331] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[146/331] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[147/331] Compiling OrderedCollections OrderedSet.swift
[148/331] Compiling OrderedCollections _UnsafeBitset.swift
[149/331] Compiling HashTreeCollections TreeDictionary+Merge.swift
[150/331] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[151/331] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[152/331] Compiling HashTreeCollections TreeDictionary+Values.swift
[153/331] Compiling _RopeModule BigString+Builder.swift
[154/331] Compiling _RopeModule BigString+Contents.swift
[169/331] Emitting module DequeModule
[180/341] Compiling _RopeModule _CharacterRecognizer.swift
[181/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[182/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[183/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[184/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[185/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[186/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[187/341] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[188/341] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[189/341] Compiling HashTreeCollections TreeSet.swift
[259/342] Emitting module OrderedCollections
[271/343] Emitting module _RopeModule
[305/343] Compiling _RopeModule Rope+Join.swift
[306/343] Compiling _RopeModule Rope+MutatingForEach.swift
[307/343] Compiling _RopeModule Rope+Remove.swift
[308/343] Compiling _RopeModule Rope+RemoveSubrange.swift
[309/343] Compiling _RopeModule Rope+Split.swift
[310/343] Compiling _RopeModule Optional Utilities.swift
[311/343] Compiling _RopeModule String Utilities.swift
[312/343] Compiling _RopeModule String.Index+ABI.swift
[314/343] Emitting module HashTreeCollections
[346/347] Emitting module Collections
[347/347] Compiling Collections Collections.swift
[349/352] Compiling Tree TreeBuilder.swift
[350/352] Compiling Tree Node.swift
[351/352] Emitting module Tree
[352/352] Compiling Tree NodeIterator.swift
Build complete! (82.35s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "Tree",
  "name" : "Tree",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Tree",
      "targets" : [
        "Tree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TreeTests",
      "module_type" : "SwiftTarget",
      "name" : "TreeTests",
      "path" : "Tests/TreeTests",
      "sources" : [
        "NodeIteratorTests.swift",
        "NodeTests.swift",
        "Test.swift",
        "TreeBuilderTests.swift"
      ],
      "target_dependencies" : [
        "Tree"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tree",
      "module_type" : "SwiftTarget",
      "name" : "Tree",
      "path" : "Sources/Tree",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "Tree"
      ],
      "sources" : [
        "Node.swift",
        "NodeIterator.swift",
        "TreeBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.