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 LastFMKit, reference master (90c9fc), with Swift 6.2 (beta) for Android on 13 Jul 2025 11:27:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/guitaripod/LastFMKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-argument-parser
[1/2094] Fetching swift-docc-plugin
[211/5948] Fetching swift-docc-plugin, swift-log
[5133/21472] Fetching swift-docc-plugin, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.51s)
Fetched https://github.com/apple/swift-log from cache (1.51s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (8.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.02s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.58s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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.5
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
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
[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-8C5A4AE7A8CE2BA.txt
[11/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/24] Emitting module ArgumentParserToolInfo
[13/25] Wrapping AST for ArgumentParserToolInfo for debugging
[15/69] Compiling Logging MetadataProvider.swift
[16/69] Compiling Logging Locks.swift
[17/69] Compiling ArgumentParser OptionGroup.swift
[18/69] Compiling ArgumentParser AsyncParsableCommand.swift
[19/69] Compiling ArgumentParser CommandConfiguration.swift
[20/69] Compiling ArgumentParser CommandGroup.swift
[21/69] Compiling ArgumentParser EnumerableFlag.swift
[22/69] Compiling ArgumentParser ExpressibleByArgument.swift
[23/75] Emitting module Logging
[24/75] Compiling Logging Logging.swift
[25/75] Compiling Logging LogHandler.swift
[27/76] Emitting module ArgumentParser
[27/76] Wrapping AST for Logging for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/98] 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 |
[30/101] Compiling ArgumentParser Tree.swift
[31/101] Compiling ArgumentParser CodingKeyValidator.swift
[32/101] Compiling ArgumentParser NonsenseFlagsValidator.swift
[33/101] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/101] Compiling ArgumentParser PositionalArgumentsValidator.swift
[35/101] Compiling ArgumentParser UniqueNamesValidator.swift
[36/101] Compiling ArgumentParser ArgumentVisibility.swift
[37/101] Compiling ArgumentParser CompletionKind.swift
[38/101] Compiling ArgumentParser Errors.swift
[39/101] Compiling ArgumentParser Flag.swift
[40/101] Compiling ArgumentParser NameSpecification.swift
[41/101] Compiling ArgumentParser Option.swift
[42/101] Compiling ArgumentParser CollectionExtensions.swift
[43/101] Compiling ArgumentParser Mutex.swift
[44/101] Compiling ArgumentParser Platform.swift
[45/101] Compiling ArgumentParser SequenceExtensions.swift
[46/101] Compiling ArgumentParser StringExtensions.swift
[47/101] Compiling ArgumentParser SwiftExtensions.swift
[48/101] Compiling LastFMKit Common.swift
[49/101] Compiling LastFMKit Geo.swift
[50/101] Compiling LastFMKit Library.swift
[51/101] Compiling LastFMKit UserAPI.swift
[52/101] Compiling LastFMKit Endpoint.swift
[53/101] Compiling LastFMKit LastFMClient.swift
[54/101] Compiling LastFMKit Artist.swift
[55/101] Compiling LastFMKit Auth.swift
[56/101] Compiling LastFMKit Chart.swift
[57/101] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/101] Compiling ArgumentParser CompletionsGenerator.swift
[59/101] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/101] Compiling ArgumentParser ZshCompletionsGenerator.swift
[61/101] Compiling ArgumentParser Argument.swift
[62/101] Compiling ArgumentParser ArgumentDiscussion.swift
[63/101] Compiling ArgumentParser ArgumentHelp.swift
[64/101] Compiling LastFMKit AlbumAPI.swift
[65/101] Compiling LastFMKit ArtistAPI.swift
[66/101] Compiling LastFMKit AuthAPI.swift
[67/101] Compiling LastFMKit BaseAPI.swift
[68/101] Compiling LastFMKit ChartAPI.swift
[69/101] Compiling LastFMKit GeoAPI.swift
[70/101] Compiling LastFMKit LibraryAPI.swift
[71/101] Compiling LastFMKit TagAPI.swift
[72/101] Compiling LastFMKit TrackAPI.swift
[73/101] Compiling LastFMKit LastFMError.swift
[74/101] Compiling LastFMKit NetworkClient.swift
[75/101] Compiling LastFMKit Album.swift
[76/102] Wrapping AST for ArgumentParser for debugging
/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 |
/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 |
[96/102] Compiling LastFMKit Tag.swift
[97/102] Compiling LastFMKit Track.swift
[98/102] Compiling LastFMKit User.swift
BUILD FAILURE 6.2 android