Build Information
Failed to build LastFMKit, reference 1.0.0 (a78b06
), with Swift 6.2 (beta) for Android on 13 Jul 2025 11:24:27 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: 1.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/guitaripod/LastFMKit
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at a78b061 Enhance DocC documentation for core components
Cloned https://github.com/guitaripod/LastFMKit.git
Revision (git rev-parse @):
a78b061a20c04db0f17307c956f4a749ce7717ce
SUCCESS checkout https://github.com/guitaripod/LastFMKit.git at 1.0.0
========================================
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
[232/5948] Fetching swift-docc-plugin, swift-log
[5949/21472] Fetching swift-docc-plugin, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log from cache (1.50s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.54s)
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.5 (3.88s)
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.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.33s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.97s)
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-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-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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
[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] Emitting module ArgumentParserToolInfo
[12/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/25] Wrapping AST for ArgumentParserToolInfo for debugging
[15/69] Compiling Logging MetadataProvider.swift
[16/69] Compiling Logging LogHandler.swift
[17/69] Compiling Logging Locks.swift
[18/69] Emitting module Logging
[19/69] Compiling Logging Logging.swift
[20/70] Wrapping AST for Logging for debugging
[22/92] Emitting module ArgumentParser
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/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 |
[24/98] Compiling LastFMKit AlbumAPI.swift
[25/98] Compiling LastFMKit ArtistAPI.swift
[26/98] Compiling LastFMKit AuthAPI.swift
[27/101] Compiling LastFMKit Common.swift
[28/101] Compiling LastFMKit Geo.swift
[29/101] Compiling LastFMKit Library.swift
[30/101] Compiling LastFMKit BaseAPI.swift
[31/101] Compiling LastFMKit ChartAPI.swift
[32/101] Compiling LastFMKit GeoAPI.swift
[33/101] Compiling LastFMKit UserAPI.swift
[34/101] Compiling LastFMKit Endpoint.swift
[35/101] Compiling LastFMKit LastFMClient.swift
[36/101] Compiling LastFMKit LastFMError.swift
[37/101] Compiling LastFMKit NetworkClient.swift
[38/101] Compiling LastFMKit Album.swift
[39/101] Compiling LastFMKit LibraryAPI.swift
[40/101] Compiling ArgumentParser Tree.swift
[41/101] Compiling ArgumentParser CodingKeyValidator.swift
[42/101] Compiling ArgumentParser NonsenseFlagsValidator.swift
[43/101] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/101] Compiling ArgumentParser PositionalArgumentsValidator.swift
[45/101] Compiling ArgumentParser UniqueNamesValidator.swift
[52/101] Compiling ArgumentParser CollectionExtensions.swift
[53/101] Compiling ArgumentParser Mutex.swift
[54/101] Compiling ArgumentParser Platform.swift
[55/101] Compiling ArgumentParser SequenceExtensions.swift
[56/101] Compiling ArgumentParser StringExtensions.swift
[57/101] Compiling ArgumentParser SwiftExtensions.swift
[58/101] Compiling LastFMKit Auth.swift
[59/101] Compiling LastFMKit Chart.swift
[60/101] Compiling LastFMKit Tag.swift
[61/101] Compiling LastFMKit Track.swift
[62/101] Compiling LastFMKit User.swift
[63/101] Compiling ArgumentParser ParserError.swift
[64/101] Compiling ArgumentParser SplitArguments.swift
[65/101] Compiling ArgumentParser DumpHelpGenerator.swift
[66/101] Compiling ArgumentParser HelpCommand.swift
[67/101] Compiling ArgumentParser HelpGenerator.swift
[68/101] Compiling ArgumentParser MessageInfo.swift
[69/101] Compiling ArgumentParser UsageGenerator.swift
[70/101] Compiling ArgumentParser ParsableArguments.swift
[71/101] Compiling ArgumentParser ParsableCommand.swift
[72/101] Compiling ArgumentParser ArgumentDecoder.swift
[73/101] Compiling ArgumentParser ArgumentDefinition.swift
[74/101] Compiling ArgumentParser ArgumentSet.swift
[75/101] Compiling ArgumentParser CommandParser.swift
[76/101] Compiling LastFMKit TagAPI.swift
[77/101] Compiling LastFMKit TrackAPI.swift
[81/101] Compiling LastFMKit Artist.swift
[82/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 |
BUILD FAILURE 6.2 android