The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Tuplé, reference v0.2.2 (9193b1), with Swift 6.3 for Android on 14 Apr 2026 20:38:11 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/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/Catterwaul/Tuplay.git
Reference: v0.2.2
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/Catterwaul/Tuplay
 * tag               v0.2.2     -> FETCH_HEAD
HEAD is now at 9193b16 Require minimum platforms for opaque types
Cloned https://github.com/Catterwaul/Tuplay.git
Revision (git rev-parse @):
9193b1611664565788ffc3ae3a94c9b3db942563
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Catterwaul/Tuplay.git at v0.2.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Catterwaul/Tuplay.git
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/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/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Fetching https://github.com/Catterwaul/Thrappture
[1/389] Fetching thrappture
Fetched https://github.com/Catterwaul/Thrappture from cache (0.29s)
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.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Creating working copy for https://github.com/Catterwaul/Thrappture
Working copy of https://github.com/Catterwaul/Thrappture resolved at main (d930cd6)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at main (e977f65)
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
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--4F562202D5529B1.txt
[6/10] Compiling Thrappture Result.swift
[7/10] Compiling Thrappture ThrowingPropertyWrapper.swift
[8/10] Compiling Thrappture Optional.Nil.swift
[9/10] Emitting module Thrappture
[10/10] Compiling Thrappture Optional.swift
[12/23] Compiling Tuplé prefix.swift
[13/23] Compiling Tuplé reversed.swift
[14/23] Compiling Tuplé unlabeled.swift
[15/23] Compiling Tuplé Operators.swift
[16/23] Compiling Tuplé Type Methods.swift
[17/24] Compiling Tuplé suffix.swift
[18/24] Compiling Tuplé Properties.swift
[19/24] Compiling Tuplé map.swift
[20/24] Compiling Tuplé Instance Methods.swift
[21/24] Emitting module Tuplé
[22/24] Compiling Tuplé Sequence.swift
/host/spi-builder-workspace/Sources/Extensions/Sequence.swift:36:40: error: value of type 'Self.Element?' has no member 'wrappedValue'
34 |     do {
35 |       func next() throws -> Self.Element {
36 |         let next = try iterator.next().wrappedValue()
   |                                        `- error: value of type 'Self.Element?' has no member 'wrappedValue'
37 |         actualCount += 1
38 |         return next
[23/24] Compiling Tuplé Functions.swift
/host/spi-builder-workspace/Sources/Extensions/Sequence.swift:36:40: error: value of type 'Self.Element?' has no member 'wrappedValue'
34 |     do {
35 |       func next() throws -> Self.Element {
36 |         let next = try iterator.next().wrappedValue()
   |                                        `- error: value of type 'Self.Element?' has no member 'wrappedValue'
37 |         actualCount += 1
38 |         return next
[24/24] Compiling Tuplé Type Aliases.swift
BUILD FAILURE 6.3 android