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 Tree, reference v1.0.1 (3021e4), with Swift 6.1 for Android on 30 May 2025 03:26:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/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.1
Building package at path:  $PWD
https://github.com/mattcox/Tree.git
https://github.com/mattcox/Tree.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (4.08s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (4.80s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/27] Emitting module InternalCollectionsUtilities
[12/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[15/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/29] Compiling InternalCollectionsUtilities Specialize.swift
[17/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/29] Compiling InternalCollectionsUtilities Debugging.swift
[22/29] Compiling InternalCollectionsUtilities Descriptions.swift
[23/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/29] Compiling InternalCollectionsUtilities Integer rank.swift
[29/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/304] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/304] Compiling HeapModule Heap+Invariants.swift
[33/304] Compiling HashTreeCollections _Bucket.swift
[34/304] Compiling HashTreeCollections _Hash.swift
[35/306] Compiling HeapModule Heap+Descriptions.swift
[36/306] Compiling HeapModule _HeapNode.swift
[37/306] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[38/306] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[39/306] Compiling HashTreeCollections _HashLevel.swift
[40/306] Compiling HashTreeCollections _HashNode+Builder.swift
[41/306] Compiling HeapModule Heap.swift
[42/306] Compiling HeapModule Heap+UnsafeHandle.swift
[43/306] Compiling HashTreeCollections _HashNode+Debugging.swift
[44/306] Compiling HashTreeCollections _HashNode+Initializers.swift
[45/306] Emitting module HeapModule
[46/307] Compiling HashTreeCollections _UnsafePath.swift
[47/307] Compiling HashTreeCollections TreeDictionary+Codable.swift
[48/307] Compiling HashTreeCollections TreeDictionary+Collection.swift
[49/307] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[50/307] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[51/307] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[52/307] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[54/314] Compiling HashTreeCollections _HashNode+Invariants.swift
[55/314] Compiling HashTreeCollections _HashNode+Lookups.swift
[58/314] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[59/314] Compiling HashTreeCollections _HashNode+Storage.swift
[60/314] Compiling DequeModule _DequeSlot.swift
[61/314] Compiling DequeModule _UnsafeWrappedBuffer.swift
[64/314] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[65/314] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[66/314] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[67/314] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[68/314] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[69/314] Compiling HashTreeCollections _HashNode+Structural merge.swift
[70/314] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[71/314] Emitting module BitCollections
[72/314] Compiling HashTreeCollections _HashNode+Structural union.swift
[73/314] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[74/314] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[75/314] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[76/314] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[77/314] Compiling HashTreeCollections _HashNode.swift
[78/314] Compiling HashTreeCollections _HashNodeHeader.swift
[79/314] Compiling HashTreeCollections TreeSet+Hashable.swift
[80/314] Compiling HashTreeCollections TreeSet+Sendable.swift
[81/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[99/331] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[100/331] Compiling HashTreeCollections TreeDictionary+Filter.swift
[101/331] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[102/331] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[103/331] Compiling HashTreeCollections TreeDictionary+Keys.swift
[104/331] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[105/331] Compiling HashTreeCollections TreeDictionary+Merge.swift
[106/331] Compiling BitCollections BitSet.Index.swift
[107/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[108/331] Compiling HashTreeCollections _HashSlot.swift
[109/331] Compiling HashTreeCollections _HashStack.swift
[110/331] Compiling HashTreeCollections _HashTreeIterator.swift
[111/331] Compiling HashTreeCollections _HashTreeStatistics.swift
[112/331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[113/331] Compiling HashTreeCollections _RawHashNode.swift
[114/331] Compiling HashTreeCollections _UnmanagedHashNode.swift
[137/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[148/331] Compiling OrderedCollections OrderedSet+Sendable.swift
[149/331] Compiling OrderedCollections OrderedSet+SubSequence.swift
[150/331] Compiling OrderedCollections OrderedSet+Testing.swift
[151/331] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[152/331] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[153/331] Compiling OrderedCollections OrderedSet.swift
[154/331] Compiling OrderedCollections _UnsafeBitset.swift
[155/331] Compiling HashTreeCollections TreeSet+Equatable.swift
[156/331] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[157/331] Compiling HashTreeCollections TreeSet+Extras.swift
[158/331] Compiling HashTreeCollections TreeSet+Filter.swift
[159/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[160/331] Compiling HashTreeCollections _Bitmap.swift
[169/331] Emitting module DequeModule
[179/332] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[180/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[181/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[182/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[183/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[184/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[185/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[186/332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[187/332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[188/332] Compiling HashTreeCollections TreeSet.swift
[279/342] Emitting module OrderedCollections
[281/343] Emitting module _RopeModule
[334/343] Emitting module HashTreeCollections
[335/344] Compiling _RopeModule Rope+Join.swift
[336/344] Compiling _RopeModule Rope+MutatingForEach.swift
[337/344] Compiling _RopeModule Rope+Remove.swift
[338/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[339/344] Compiling _RopeModule Rope+Split.swift
[340/344] Compiling _RopeModule Optional Utilities.swift
[341/344] Compiling _RopeModule String Utilities.swift
[342/344] Compiling _RopeModule String.Index+ABI.swift
[343/344] Compiling _RopeModule _CharacterRecognizer.swift
[346/347] Emitting module Collections
[347/347] Compiling Collections Collections.swift
[349/352] Compiling Tree Node.swift
[350/352] Compiling Tree TreeBuilder.swift
[351/352] Emitting module Tree
[352/352] Compiling Tree NodeIterator.swift
Build complete! (37.96s)
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.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.