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 swift-pid, reference main (3f524e), with Swift 6.1 for Android on 29 May 2025 03:05:34 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: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/ryanashcraft/swift-pid.git
Reference: main
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/ryanashcraft/swift-pid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3f524ec Rename product
Cloned https://github.com/ryanashcraft/swift-pid.git
Revision (git rev-parse @):
3f524ecc12bd519f27cbbc73b986be4d60351e91
SUCCESS checkout https://github.com/ryanashcraft/swift-pid.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ryanashcraft/swift-pid.git
https://github.com/ryanashcraft/swift-pid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-pid",
  "name" : "swift-pid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PID",
      "targets" : [
        "PID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PIDTests",
      "module_type" : "SwiftTarget",
      "name" : "PIDTests",
      "path" : "Tests",
      "sources" : [
        "Swift-PIDTests/Swift_PIDTests.swift"
      ],
      "target_dependencies" : [
        "PID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PID",
      "module_type" : "SwiftTarget",
      "name" : "PID",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "PID"
      ],
      "sources" : [
        "Swift-PID/PIDController.swift",
        "Swift-PID/RateLimitPIDController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.85s)
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/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/24] Compiling InternalCollectionsUtilities Descriptions.swift
[12/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/25] Compiling InternalCollectionsUtilities Integer rank.swift
[19/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/25] Emitting module InternalCollectionsUtilities
[22/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/25] Compiling InternalCollectionsUtilities Debugging.swift
[27/300] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[28/300] Compiling DequeModule _DequeBuffer.swift
[29/300] Compiling DequeModule _DequeBufferHeader.swift
[30/302] Emitting module HeapModule
[31/302] Compiling HeapModule Heap+Descriptions.swift
[32/302] Compiling HashTreeCollections _Bucket.swift
[33/302] Compiling HashTreeCollections _Hash.swift
[34/302] Compiling HeapModule Heap+Invariants.swift
[35/302] Compiling DequeModule Deque+Equatable.swift
[36/302] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[37/302] Compiling HeapModule _HeapNode.swift
[38/302] Compiling HeapModule Heap.swift
[39/302] Compiling HeapModule Heap+UnsafeHandle.swift
[40/303] Compiling DequeModule _DequeSlot.swift
[41/303] Compiling DequeModule _UnsafeWrappedBuffer.swift
[42/303] Compiling HashTreeCollections _HashNode+Structural union.swift
[43/303] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[44/303] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[45/303] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[46/303] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[47/303] Compiling HashTreeCollections _HashNode.swift
[48/303] Compiling HashTreeCollections _HashNodeHeader.swift
[49/310] Compiling HashTreeCollections _HashSlot.swift
[50/310] Compiling HashTreeCollections _HashStack.swift
[51/310] Compiling HashTreeCollections _HashTreeIterator.swift
[52/310] Compiling HashTreeCollections _HashTreeStatistics.swift
[53/310] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[54/310] Compiling HashTreeCollections _RawHashNode.swift
[55/310] Compiling HashTreeCollections _UnmanagedHashNode.swift
[56/310] Compiling HashTreeCollections _UnsafePath.swift
[57/310] Compiling OrderedCollections OrderedSet+Initializers.swift
[58/310] Compiling OrderedCollections OrderedSet+Insertions.swift
[59/310] Compiling OrderedCollections OrderedSet+Invariants.swift
[60/310] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[61/310] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[62/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[63/310] Compiling HashTreeCollections _AncestorHashSlots.swift
[64/310] Compiling HashTreeCollections _Bitmap.swift
[66/310] Compiling DequeModule Deque+Extras.swift
[67/310] Compiling DequeModule Deque+Hashable.swift
[75/317] Compiling HashTreeCollections TreeSet+Hashable.swift
[76/317] Compiling HashTreeCollections TreeSet+Sendable.swift
[77/317] Compiling HashTreeCollections TreeSet+Sequence.swift
[78/317] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[79/317] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[80/317] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[81/317] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[82/317] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[83/317] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[84/317] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[85/327] Compiling OrderedCollections OrderedSet+SubSequence.swift
[86/327] Compiling OrderedCollections OrderedSet+Testing.swift
[87/327] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[88/327] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[89/327] Compiling OrderedCollections OrderedSet.swift
[90/327] Compiling OrderedCollections _UnsafeBitset.swift
[91/327] Compiling HashTreeCollections TreeSet+Equatable.swift
[92/327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[93/327] Compiling HashTreeCollections TreeSet+Extras.swift
[94/327] Compiling HashTreeCollections TreeSet+Filter.swift
[95/327] Emitting module DequeModule
[96/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[97/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[98/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[99/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[100/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[101/327] Compiling BitCollections BitSet.Index.swift
[102/327] Compiling BitCollections BitSet._UnsafeHandle.swift
[109/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[110/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[128/327] Compiling OrderedCollections OrderedSet+Sendable.swift
[129/327] Compiling DequeModule Deque._UnsafeHandle.swift
[130/327] Compiling DequeModule Deque.swift
[131/327] Compiling DequeModule Deque+Testing.swift
[132/327] Compiling DequeModule Deque._Storage.swift
[133/328] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[168/337] Compiling _RopeModule _CharacterRecognizer.swift
[169/337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[170/337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[171/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[172/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[173/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[174/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[175/337] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[176/337] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[177/337] Compiling HashTreeCollections TreeSet.swift
[178/337] Emitting module BitCollections
[220/337] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[221/337] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[222/337] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[223/337] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[224/337] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[225/337] Compiling HashTreeCollections _HashNode+Structural merge.swift
[226/337] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[275/338] Emitting module OrderedCollections
[310/339] Emitting module _RopeModule
[321/339] Emitting module HashTreeCollections
[322/340] Compiling _RopeModule Rope+Join.swift
[323/340] Compiling _RopeModule Rope+MutatingForEach.swift
[324/340] Compiling _RopeModule Rope+Remove.swift
[325/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[326/340] Compiling _RopeModule Rope+Split.swift
[327/340] Compiling _RopeModule Optional Utilities.swift
[328/340] Compiling _RopeModule String Utilities.swift
[329/340] Compiling _RopeModule String.Index+ABI.swift
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/347] Emitting module PID
[346/347] Compiling PID PIDController.swift
[347/347] Compiling PID RateLimitPIDController.swift
Build complete! (36.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-pid",
  "name" : "swift-pid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PID",
      "targets" : [
        "PID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PIDTests",
      "module_type" : "SwiftTarget",
      "name" : "PIDTests",
      "path" : "Tests",
      "sources" : [
        "Swift-PIDTests/Swift_PIDTests.swift"
      ],
      "target_dependencies" : [
        "PID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PID",
      "module_type" : "SwiftTarget",
      "name" : "PID",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "PID"
      ],
      "sources" : [
        "Swift-PID/PIDController.swift",
        "Swift-PID/RateLimitPIDController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.