The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-resettable, reference 0.3.1 (98d7fd), with Swift 6.1 for Android on 10 Mar 2026 21:59:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-resettable.git
Reference: 0.3.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/capturecontext/swift-resettable
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 98d7fd2 fix: Remove missing import
Cloned https://github.com/capturecontext/swift-resettable.git
Revision (git rev-parse @):
98d7fd2c2ca3110b27a2a4a2ef7d3183901a4386
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-resettable.git at 0.3.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-resettable.git
https://github.com/capturecontext/swift-resettable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-keypaths-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-keypaths-extensions.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "swift-resettable",
  "name" : "swift-resettable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Resettable",
      "targets" : [
        "Resettable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_ResettableDebugging",
      "targets" : [
        "_ResettableDebugging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "_ResettableDebugging",
      "module_type" : "SwiftTarget",
      "name" : "_ResettableDebugging",
      "path" : "Sources/_ResettableDebugging",
      "product_dependencies" : [
        "CustomDump"
      ],
      "product_memberships" : [
        "_ResettableDebugging"
      ],
      "sources" : [
        "Exports.swift",
        "Resettable+ValuesDump.swift"
      ],
      "target_dependencies" : [
        "Resettable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ResettableTests",
      "module_type" : "SwiftTarget",
      "name" : "ResettableTests",
      "path" : "Tests/ResettableTests",
      "sources" : [
        "ResettableTests.swift"
      ],
      "target_dependencies" : [
        "_ResettableDebugging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Resettable",
      "module_type" : "SwiftTarget",
      "name" : "Resettable",
      "path" : "Sources/Resettable",
      "product_dependencies" : [
        "KeyPathsExtensions"
      ],
      "product_memberships" : [
        "Resettable",
        "_ResettableDebugging"
      ],
      "sources" : [
        "Resettable+CollectionProxy.swift",
        "Resettable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/196] Fetching swift-keypaths-extensions
[197/5566] Fetching swift-keypaths-extensions, swift-custom-dump
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.65s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.65s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (2.88s)
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/60] Fetching swift-keypath-mapping
[37/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.39s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.39s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (4.19s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (1.42s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.98s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5718] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (2.43s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/capturecontext/swift-keypaths-extensions.git
Working copy of https://github.com/capturecontext/swift-keypaths-extensions.git resolved at 0.2.0
Creating working copy for https://github.com/capturecontext/swift-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/16] Emitting module SwiftMarkerProtocols
[12/16] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[13/16] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[14/16] Compiling SwiftMarkerProtocols Deprecations.swift
[16/17] Compiling IssueReportingPackageSupport _Test.swift
[17/17] Emitting module IssueReportingPackageSupport
[19/60] Compiling IssueReporting ErrorReporting.swift
[20/60] Compiling IssueReporting AppHostWarning.swift
[21/60] Compiling IssueReporting Deprecations.swift
[22/60] Compiling IssueReporting IssueSeverity.swift
[23/60] Compiling IssueReporting ReportIssue.swift
[24/62] Compiling IssueReporting TestContext.swift
[25/62] Compiling IssueReporting Unimplemented.swift
[26/64] Compiling IssueReporting FailureObserver.swift
[27/64] Compiling IssueReporting LockIsolated.swift
[28/64] Compiling IssueReporting Rethrows.swift
[29/64] Emitting module IssueReporting
[30/64] Emitting module KeyPathMapping
[31/64] Compiling IssueReporting WithExpectedIssue.swift
[32/64] Compiling IssueReporting WithIssueContext.swift
[33/64] Compiling IssueReporting SwiftTesting.swift
[34/64] Compiling IssueReporting UncheckedSendable.swift
[35/64] Compiling IssueReporting Warn.swift
[36/64] Compiling KeyPathMapping Conversion+Collection.swift
[37/64] Compiling KeyPathMapping Conversion+Optional.swift
[38/64] Compiling IssueReporting BreakpointReporter.swift
[39/64] Compiling IssueReporting DefaultReporter.swift
[40/64] Compiling IssueReporting FatalErrorReporter.swift
[50/64] Compiling IssueReporting XCTest.swift
[51/64] Compiling IssueReporting IsTesting.swift
[52/64] Compiling IssueReporting IssueReporter.swift
[67/74] Compiling XCTestDynamicOverlay Exports.swift
[68/74] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[69/74] Compiling KeyPathsExtensions Exports.swift
[70/74] Emitting module KeyPathsExtensions
[71/74] Compiling KeyPathsExtensions KeyPath+.swift
[72/74] Compiling KeyPathsExtensions KeyPath+Optional.swift
[74/75] Emitting module XCTestDynamicOverlay
[75/75] Compiling XCTestDynamicOverlay Deprecations.swift
[77/107] Compiling CustomDump GameKit.swift
[78/107] Compiling CustomDump KeyPath.swift
[79/107] Compiling CustomDump Photos.swift
[80/107] Compiling CustomDump Speech.swift
[81/110] Compiling CustomDump StoreKit.swift
[82/110] Compiling CustomDump Swift.swift
[83/110] Compiling CustomDump SwiftUI.swift
[84/110] Compiling CustomDump UIKit.swift
[85/110] Compiling Resettable Resettable.swift
[86/110] Emitting module Resettable
[87/110] Compiling Resettable Resettable+CollectionProxy.swift
[88/110] Compiling CustomDump Identifiable.swift
[89/110] Compiling CustomDump Mirror.swift
[90/110] Compiling CustomDump String.swift
[92/111] Compiling CustomDump CoreImage.swift
[93/111] Compiling CustomDump CoreLocation.swift
[94/111] Compiling CustomDump CoreMotion.swift
[95/111] Compiling CustomDump Foundation.swift
[96/111] Compiling CustomDump Unordered.swift
[97/111] Compiling CustomDump XCTAssertDifference.swift
[98/111] Compiling CustomDump XCTAssertNoDifference.swift
[99/111] Emitting module CustomDump
[100/111] Compiling CustomDump CustomDumpRepresentable.swift
[101/111] Compiling CustomDump CustomDumpStringConvertible.swift
[102/111] Compiling CustomDump Diff.swift
[103/111] Compiling CustomDump Dump.swift
[104/111] Compiling CustomDump ExpectDifference.swift
[105/111] Compiling CustomDump ExpectNoDifference.swift
[106/111] Compiling CustomDump AnyType.swift
[107/111] Compiling CustomDump CollectionDifference.swift
[108/111] Compiling CustomDump UniformTypeIdentifiers.swift
[109/111] Compiling CustomDump UserNotifications.swift
[110/111] Compiling CustomDump UserNotificationsUI.swift
[111/111] Compiling CustomDump CustomDumpReflectable.swift
[113/115] Emitting module _ResettableDebugging
[114/115] Compiling _ResettableDebugging Resettable+ValuesDump.swift
[115/115] Compiling _ResettableDebugging Exports.swift
Build complete! (49.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-keypaths-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-keypaths-extensions.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "swift-resettable",
  "name" : "swift-resettable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Resettable",
      "targets" : [
        "Resettable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_ResettableDebugging",
      "targets" : [
        "_ResettableDebugging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "_ResettableDebugging",
      "module_type" : "SwiftTarget",
      "name" : "_ResettableDebugging",
      "path" : "Sources/_ResettableDebugging",
      "product_dependencies" : [
        "CustomDump"
      ],
      "product_memberships" : [
        "_ResettableDebugging"
      ],
      "sources" : [
        "Exports.swift",
        "Resettable+ValuesDump.swift"
      ],
      "target_dependencies" : [
        "Resettable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ResettableTests",
      "module_type" : "SwiftTarget",
      "name" : "ResettableTests",
      "path" : "Tests/ResettableTests",
      "sources" : [
        "ResettableTests.swift"
      ],
      "target_dependencies" : [
        "_ResettableDebugging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Resettable",
      "module_type" : "SwiftTarget",
      "name" : "Resettable",
      "path" : "Sources/Resettable",
      "product_dependencies" : [
        "KeyPathsExtensions"
      ],
      "product_memberships" : [
        "Resettable",
        "_ResettableDebugging"
      ],
      "sources" : [
        "Resettable+CollectionProxy.swift",
        "Resettable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.