The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Probing, reference 2.0.0 (4bc510), with Swift 6.1 for Android on 17 Nov 2025 06:54:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NSFatalError/Probing.git
Reference: 2.0.0
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/NSFatalError/Probing
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 4bc5104 Prepared package for Swift 6.2 (#8)
Submodule path 'Macros/Dependencies/PrincipleMacros': checked out '85aab93496550f03b8888a96598fe06ad7685a53'
Submodule 'Macros/Dependencies/PrincipleMacros' (https://github.com/NSFatalError/PrincipleMacros) registered for path 'Macros/Dependencies/PrincipleMacros'
Cloning into '/host/spi-builder-workspace/Macros/Dependencies/PrincipleMacros'...
Cloned https://github.com/NSFatalError/Probing.git
Revision (git rev-parse @):
4bc51040f17da842d73c24141d65fc000343fd73
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NSFatalError/Probing.git at 2.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NSFatalError/Probing.git
https://github.com/NSFatalError/Probing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "principle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NSFatalError/Principle"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Probing",
  "name" : "Probing",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Probing",
      "targets" : [
        "Probing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProbeTesting",
      "targets" : [
        "ProbeTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProbingMacros",
      "targets" : [
        "ProbingMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProbingTests",
      "module_type" : "SwiftTarget",
      "name" : "ProbingTests",
      "path" : "Tests/ProbingTests",
      "sources" : [
        "CustomActor.swift",
        "EffectNameTests.swift",
        "EffectTests.swift",
        "ProbeTests.swift"
      ],
      "target_dependencies" : [
        "Probing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProbingMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "ProbingMacrosTests",
      "path" : "Tests/ProbingMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "DeeplyCopyable/DeeplyCopyableMacroTests.swift",
        "EquatableObject/EquatableObjectMacroTests.swift",
        "Probing/EffectMacroTests.swift",
        "Probing/ProbeMacroTests.swift"
      ],
      "target_dependencies" : [
        "ProbingMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProbingMacros",
      "module_type" : "SwiftTarget",
      "name" : "ProbingMacros",
      "path" : "Macros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Probing",
        "ProbeTesting",
        "ProbingMacros"
      ],
      "sources" : [
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Common/DeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Common/MemberBuilding.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Common/PeerBuilding.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Members/FunctionDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Members/MemberDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Members/PropertyDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Types/ActorDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Types/ClassDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Types/EnumDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Types/StatefulDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Types/StructDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Types/TypeDeclBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Declarations/Types/TypeDeclBuilderContext.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Expressions/AssociatedValuesListExprBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Expressions/EnumCaseCallExprBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Expressions/ExprBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Builders/Expressions/SwitchExprBuilder.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/ExpansionContext/MacroExpansionContext.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Imports.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parameters/ParameterExtractionError.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parameters/ParameterExtractor.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Common/Parser.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Common/ParserResult.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Common/ParserResultCustomKey.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Common/ParserResultCustomValues.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Common/ParserResultsCollection.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Common/_Parser.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Common/_ParserResultsCollection.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/EnumCases/EnumCase.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/EnumCases/EnumCasesList.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/EnumCases/EnumCasesParser.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Properties/PropertiesList.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Properties/PropertiesParser.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Parsers/Properties/Property.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Concepts/AccessControlLevel.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Concepts/CamelCaseNotation.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Concepts/GlobalActorIsolation.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Custom/BasicDeclSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Custom/ClosureTypeSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Custom/StatefulDeclSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Custom/TypeDeclSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/AccessorDeclListSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/AttributeListSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/AttributeSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/AttributedTypeSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/ClosureExprSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/ExprSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/PatternBindingSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/SyntaxProtocol.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/TypeSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/WithAttributesSyntax.swift",
        "Dependencies/PrincipleMacros/Sources/PrincipleMacros/Syntax/Extensions/WithModifiersSyntax.swift",
        "ProbingMacros/DeeplyCopyable/DeeplyCopyableEnumInitDeclBuilder.swift",
        "ProbingMacros/DeeplyCopyable/DeeplyCopyableMacro.swift",
        "ProbingMacros/DeeplyCopyable/DeeplyCopyableStatefulInitDeclBuilder.swift",
        "ProbingMacros/EquatableObject/EquatableDeclBuilder.swift",
        "ProbingMacros/EquatableObject/EquatableObjectMacro.swift",
        "ProbingMacros/Main/ProbingPlugin.swift",
        "ProbingMacros/Probing/EffectMacro.swift",
        "ProbingMacros/Probing/ProbeMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Probing",
      "module_type" : "SwiftTarget",
      "name" : "Probing",
      "path" : "Sources/Probing",
      "product_dependencies" : [
        "PrincipleConcurrency",
        "PrincipleCollections"
      ],
      "product_memberships" : [
        "Probing",
        "ProbeTesting"
      ],
      "sources" : [
        "Effects/AnyEffect.swift",
        "Effects/ConcurrentEffect.swift",
        "Effects/Effect.swift",
        "Effects/EffectBacktrace.swift",
        "Effects/EffectContinuation.swift",
        "Effects/EffectIdentifier.swift",
        "Effects/EffectName.swift",
        "Effects/TestableEffect.swift",
        "Errors/ProbingErrors.swift",
        "Errors/RecordableProbingError.swift",
        "Extensions/Task+ID.swift",
        "Identifiers/ProbingIdentifierProtocol.swift",
        "Identifiers/ProbingIdentifiers.swift",
        "Identifiers/ProbingNames.swift",
        "Probes/Probe.swift",
        "Probes/ProbeBacktrace.swift",
        "Probes/ProbeContinuation.swift",
        "Probes/ProbeIdentifier.swift",
        "Probes/ProbeName.swift",
        "TestingSupport/EffectDispatch.swift",
        "TestingSupport/EffectPhase.swift",
        "TestingSupport/EffectState.swift",
        "TestingSupport/ProbingBacktrace.swift",
        "TestingSupport/ProbingContinuation.swift",
        "TestingSupport/ProbingCoordinator.swift",
        "TestingSupport/ProbingLocation.swift",
        "TestingSupport/ProbingState.swift",
        "TestingSupport/TestContinuation.swift",
        "TestingSupport/TestPhase.swift",
        "TestingSupport/_ProbingOptions.swift"
      ],
      "target_dependencies" : [
        "ProbingMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProbeTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "ProbeTestingTests",
      "path" : "Tests/ProbeTestingTests",
      "product_dependencies" : [
        "PrincipleConcurrency"
      ],
      "sources" : [
        "Helpers/Array+Product.swift",
        "Helpers/CustomActor.swift",
        "Helpers/Issue+RecordedError.swift",
        "Helpers/ProbingOptions+TestArgument.swift",
        "Suites/APIMisuseTests.swift",
        "Suites/AsyncSequenceTests.swift",
        "Suites/EffectTests.swift",
        "Suites/IndependentEffectsTests.swift",
        "Suites/NestedEffectsTests.swift",
        "Suites/ProbeTests.swift",
        "Suites/ProbingOptionsTests.swift",
        "Suites/TaskGroupTests.swift",
        "Suites/WithProbingTests.swift"
      ],
      "target_dependencies" : [
        "ProbeTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProbeTesting",
      "module_type" : "SwiftTarget",
      "name" : "ProbeTesting",
      "path" : "Sources/ProbeTesting",
      "product_memberships" : [
        "ProbeTesting"
      ],
      "sources" : [
        "Dispatcher/ProbingDispatcher.swift",
        "Dispatcher/RecordedError.swift",
        "Imports.swift",
        "WithProbing/ProbingOptions.swift",
        "WithProbing/ProbingTerminatedError.swift",
        "WithProbing/WithProbing.swift"
      ],
      "target_dependencies" : [
        "Probing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EquatableObjectTests",
      "module_type" : "SwiftTarget",
      "name" : "EquatableObjectTests",
      "path" : "Tests/EquatableObjectTests",
      "sources" : [
        "EquatableObjectTests.swift"
      ],
      "target_dependencies" : [
        "EquatableObject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EquatableObject",
      "module_type" : "SwiftTarget",
      "name" : "EquatableObject",
      "path" : "Sources/EquatableObject",
      "sources" : [
        "EquatableObject.swift"
      ],
      "target_dependencies" : [
        "ProbingMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeeplyCopyableTests",
      "module_type" : "SwiftTarget",
      "name" : "DeeplyCopyableTests",
      "path" : "Tests/DeeplyCopyableTests",
      "sources" : [
        "DeeplyCopyableTests.swift"
      ],
      "target_dependencies" : [
        "DeeplyCopyable",
        "EquatableObject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeeplyCopyable",
      "module_type" : "SwiftTarget",
      "name" : "DeeplyCopyable",
      "path" : "Sources/DeeplyCopyable",
      "sources" : [
        "Conformances/Dictionary+DeeplyCopyable.swift",
        "Conformances/Optional+DeeplyCopyable.swift",
        "Conformances/Range+DeeplyCopyable.swift",
        "Conformances/RangeReplaceableCollection+DeeplyCopyable.swift",
        "Conformances/RawRepresentable+DeeplyCopyable.swift",
        "Conformances/SetAlgebra+DeeplyCopyable.swift",
        "Protocols/DeeplyCopyable.swift",
        "Protocols/DeeplyCopyableByAssignment.swift"
      ],
      "target_dependencies" : [
        "ProbingMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android