The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LastFMKit, reference master (90c9fc), with Swift 6.3 for Android on 16 Apr 2026 13:19:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/LastFMKit.git
Reference: master
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/guitaripod/LastFMKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 90c9fc3 Update GitHub username from marcusziade to guitaripod
Cloned https://github.com/guitaripod/LastFMKit.git
Revision (git rev-parse @):
90c9fc390a5c8a49a390e8bcd9acaba88cc6ffcf
SUCCESS checkout https://github.com/guitaripod/LastFMKit.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/guitaripod/LastFMKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log
[1/2277] Fetching swift-docc-plugin
[229/19800] Fetching swift-docc-plugin, swift-argument-parser
[3190/26388] Fetching swift-docc-plugin, swift-argument-parser, swift-log
Fetched https://github.com/apple/swift-docc-plugin from cache (0.85s)
[14801/24111] Fetching swift-argument-parser, swift-log
Fetched https://github.com/apple/swift-log from cache (1.53s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.54s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (6.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.08s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (1.15s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/17] Write sources
[9/17] Write swift-version--4F562202D5529B1.txt
[11/25] Emitting module ArgumentParserToolInfo
[12/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/26] Wrapping AST for ArgumentParserToolInfo for debugging
[15/72] Compiling Logging MetadataProvider.swift
[16/72] Compiling Logging LogHandler.swift
[17/72] Compiling Logging Locks.swift
[18/72] Emitting module Logging
[19/72] Compiling Logging LogEvent.swift
[20/72] Compiling Logging Logging.swift
[21/73] Wrapping AST for Logging for debugging
[23/95] Emitting module ArgumentParser
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/101] Emitting module LastFMKit
/host/spi-builder-workspace/Sources/LastFMKit/Core/NetworkClient.swift:24:23: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 22 |         sessionConfig.timeoutIntervalForResource = configuration.timeout * 2
 23 |         #if !os(Linux)
 24 |         sessionConfig.waitsForConnectivity = true
    |                       `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 25 |         #endif
 26 |
[25/104] Compiling ArgumentParser Tree.swift
[26/104] Compiling ArgumentParser CodingKeyValidator.swift
[27/104] Compiling ArgumentParser NonsenseFlagsValidator.swift
[28/104] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/104] Compiling ArgumentParser PositionalArgumentsValidator.swift
[30/104] Compiling ArgumentParser UniqueNamesValidator.swift
[31/104] Compiling LastFMKit Album.swift
[32/104] Compiling LastFMKit Tag.swift
[33/104] Compiling LastFMKit Track.swift
[34/104] Compiling LastFMKit User.swift
[35/104] Compiling ArgumentParser StringExtensions.swift
[36/104] Compiling ArgumentParser SwiftExtensions.swift
[37/104] Compiling LastFMKit Common.swift
[38/104] Compiling LastFMKit Geo.swift
[39/104] Compiling LastFMKit Library.swift
[40/104] Compiling LastFMKit AlbumAPI.swift
[41/104] Compiling LastFMKit ArtistAPI.swift
[42/104] Compiling LastFMKit AuthAPI.swift
[43/104] Compiling LastFMKit UserAPI.swift
[44/104] Compiling LastFMKit Endpoint.swift
[45/104] Compiling LastFMKit LastFMClient.swift
[46/104] Compiling LastFMKit LibraryAPI.swift
[47/104] Compiling LastFMKit TagAPI.swift
[48/104] Compiling LastFMKit TrackAPI.swift
[49/104] Compiling LastFMKit BaseAPI.swift
[50/104] Compiling LastFMKit ChartAPI.swift
[51/104] Compiling LastFMKit GeoAPI.swift
[52/104] Compiling LastFMKit LastFMError.swift
/host/spi-builder-workspace/Sources/LastFMKit/Core/NetworkClient.swift:24:23: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 22 |         sessionConfig.timeoutIntervalForResource = configuration.timeout * 2
 23 |         #if !os(Linux)
 24 |         sessionConfig.waitsForConnectivity = true
    |                       `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 25 |         #endif
 26 |
[53/104] Compiling LastFMKit NetworkClient.swift
/host/spi-builder-workspace/Sources/LastFMKit/Core/NetworkClient.swift:24:23: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 22 |         sessionConfig.timeoutIntervalForResource = configuration.timeout * 2
 23 |         #if !os(Linux)
 24 |         sessionConfig.waitsForConnectivity = true
    |                       `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 25 |         #endif
 26 |
/host/spi-builder-workspace/Sources/LastFMKit/Core/NetworkClient.swift:24:23: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 22 |         sessionConfig.timeoutIntervalForResource = configuration.timeout * 2
 23 |         #if !os(Linux)
 24 |         sessionConfig.waitsForConnectivity = true
    |                       `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
 25 |         #endif
 26 |
[55/104] Compiling LastFMKit Artist.swift
[56/104] Compiling LastFMKit Auth.swift
[57/104] Compiling LastFMKit Chart.swift
[78/104] Compiling ArgumentParser BashCompletionsGenerator.swift
[79/104] Compiling ArgumentParser CompletionsGenerator.swift
[80/104] Compiling ArgumentParser FishCompletionsGenerator.swift
[81/104] Compiling ArgumentParser ZshCompletionsGenerator.swift
[82/104] Compiling ArgumentParser Argument.swift
[83/104] Compiling ArgumentParser ArgumentDiscussion.swift
[84/104] Compiling ArgumentParser ArgumentHelp.swift
[85/104] Compiling ArgumentParser ParsableCommand.swift
[86/104] Compiling ArgumentParser ArgumentDecoder.swift
[87/104] Compiling ArgumentParser ArgumentDefinition.swift
[88/104] Compiling ArgumentParser ArgumentSet.swift
[89/104] Compiling ArgumentParser CommandParser.swift
[90/104] Compiling ArgumentParser InputKey.swift
[91/104] Compiling ArgumentParser InputOrigin.swift
[92/104] Compiling ArgumentParser Name.swift
[93/104] Compiling ArgumentParser Parsed.swift
[94/104] Compiling ArgumentParser ParsedValues.swift
[95/104] Compiling ArgumentParser ParserError.swift
[96/104] Compiling ArgumentParser SplitArguments.swift
[97/105] Wrapping AST for ArgumentParser for debugging
BUILD FAILURE 6.3 android