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

Failed to build SwiftyNetworking, reference v0.9.1 (5ef4d5), with Swift 6.1 for Android on 16 Oct 2025 20:52:28 UTC.

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/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/piotrekjeremicz/SwiftyNetworking.git
Reference: v0.9.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/piotrekjeremicz/SwiftyNetworking
 * tag               v0.9.1     -> FETCH_HEAD
HEAD is now at 5ef4d5b Merge pull request #13 from piotrekjeremicz/develop
Cloned https://github.com/piotrekjeremicz/SwiftyNetworking.git
Revision (git rev-parse @):
5ef4d5b06f42d88fcb4d7187ed617a68a82f279f
SUCCESS checkout https://github.com/piotrekjeremicz/SwiftyNetworking.git at v0.9.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/piotrekjeremicz/SwiftyNetworking.git
https://github.com/piotrekjeremicz/SwiftyNetworking.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftyNetworking",
  "name" : "SwiftyNetworking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Networking",
      "targets" : [
        "Networking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingExample",
      "targets" : [
        "NetworkingExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NetworkingMacros",
      "targets" : [
        "NetworkingMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingTests",
      "path" : "Tests/NetworkingTests",
      "sources" : [
        "SwiftyNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingMacros",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingMacros",
      "path" : "Sources/NetworkingMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Networking",
        "NetworkingExample",
        "NetworkingMacros"
      ],
      "sources" : [
        "NetworkingMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingExample",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingExample",
      "path" : "Examples/NetworkingExample",
      "product_memberships" : [
        "NetworkingExample"
      ],
      "sources" : [
        "Model/AuthorizedUser.swift",
        "Model/ToDo.swift",
        "Model/User.swift",
        "Sample/AddToDoRequest.swift",
        "Sample/AuthorizationFlow.swift",
        "Sample/GetToDosRequest.swift",
        "Service/DummyAuthorizationProvider.swift",
        "Service/DummyJsonService.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Networking",
      "module_type" : "SwiftTarget",
      "name" : "Networking",
      "path" : "Sources/Networking",
      "product_memberships" : [
        "Networking",
        "NetworkingExample"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Networking/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration/ConfigurationKey.swift",
        "Configuration/ConfigurationValues.swift",
        "Configuration/Keys/BodyKey.swift",
        "Configuration/Keys/HeadersKey.swift",
        "Configuration/Keys/MethodKey.swift",
        "Configuration/Keys/PathKey.swift",
        "Configuration/Keys/QueryItemsKey.swift",
        "Configuration/Keys/RequestInterceptorsKey.swift",
        "Configuration/Keys/ResponseBodyKey.swift",
        "Configuration/Keys/ResponseErrorKey.swift",
        "Configuration/Keys/ResponseInterceptorKey.swift",
        "Configuration/Keys/ServiceKey.swift",
        "Extension/DecodingError+Extension.swift",
        "Extension/Never+Request.swift",
        "Extension/URLRequest+Extension.swift",
        "Extension/URLResponse+Extension.swift",
        "Modifier/AfterResponseModifier.swift",
        "Modifier/BeforeRequestModifier.swift",
        "Modifier/BodyModifier.swift",
        "Modifier/ConfigurationModifier.swift",
        "Modifier/HeadersModifier.swift",
        "Modifier/MethodModifier.swift",
        "Modifier/PathModifier.swift",
        "Modifier/QueryItemsModifier.swift",
        "Modifier/ResponseBodyModifier.swift",
        "Modifier/ResponseErrorModifier.swift",
        "Modifier/ServiceModifier.swift",
        "Request/EmptyRequest.swift",
        "Request/Methods/DeleterRequest.swift",
        "Request/Methods/GetRequest.swift",
        "Request/Methods/PatchRequest.swift",
        "Request/Methods/PostRequest.swift",
        "Request/Methods/PutRequest.swift",
        "Request/ModifiedRequest.swift",
        "Request/OverrideRequest.swift",
        "Request/Request.swift",
        "Request/RequestError.swift",
        "Request/RequestModifier.swift",
        "Response/Response.swift",
        "Response/ResponseBuilder.swift",
        "Response/ResponseError.swift",
        "Service/Authorization/AuthorizationProvider.swift",
        "Service/Authorization/Modifiers/AuthorizeModifier.swift",
        "Service/Authorization/Modifiers/StoreCredentialsModifier.swift",
        "Service/Authorization/Store/AuthorizationKey.swift",
        "Service/Authorization/Store/AuthorizationStore.swift",
        "Service/Authorization/Store/KeychainAuthorizationStore.swift",
        "Service/Interceptor/RequestInterceptor.swift",
        "Service/Interceptor/ResponseInterceptor.swift",
        "Service/Service.swift",
        "Session/Implementation/Foundation/Session+Extension.swift",
        "Session/Implementation/Foundation/URLSessionProvider.swift",
        "Session/Session.swift",
        "Session/SessionProvider.swift",
        "Types/AnyCodable/AnyCodable.swift",
        "Types/AnyCodable/AnyDecodable.swift",
        "Types/AnyCodable/AnyEncodable.swift",
        "Types/Method.swift",
        "Types/Registry.swift",
        "Types/Structures/Headers/Accept.swift",
        "Types/Structures/Headers/ApiKey.swift",
        "Types/Structures/Headers/Authorization.swift",
        "Types/Structures/Headers/CacheControl.swift",
        "Types/Structures/Headers/ContentType.swift",
        "Types/Structures/Key.swift",
        "Types/Structures/KeyValueBuilder.swift",
        "Types/Structures/KeyValueGroup.swift",
        "Types/Structures/KeyValuePair.swift",
        "Types/Structures/ValueBasicType.swift",
        "Types/TopLevelDecoder.swift",
        "Types/TopLevelEncoder.swift"
      ],
      "target_dependencies" : [
        "NetworkingMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
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/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-3":/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