The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Tuplé, reference v0.2.2 (9193b1), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 20:47:55 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Catterwaul/Tuplay.git
Reference: v0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Catterwaul/Tuplay.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[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-1EA4D86E10B52AF.txt
[6/10] Compiling Thrappture ThrowingPropertyWrapper.swift
[7/10] Compiling Thrappture Result.swift
[8/10] Compiling Thrappture Optional.Nil.swift
[9/10] Emitting module Thrappture
[10/10] Compiling Thrappture Optional.swift
[11/22] Compiling Tuplé Type Methods.swift
[12/22] Compiling Tuplé suffix.swift
[13/22] Compiling Tuplé prefix.swift
[14/22] Compiling Tuplé Properties.swift
[15/22] Compiling Tuplé unlabeled.swift
[16/22] Compiling Tuplé reversed.swift
[17/22] Compiling Tuplé Operators.swift
[18/23] Emitting module Tuplé
[19/23] Compiling Tuplé map.swift
[20/23] Compiling Tuplé Instance Methods.swift
[21/23] Compiling Tuplé Sequence.swift
/Users/admin/builder/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
[22/23] Compiling Tuplé Functions.swift
/Users/admin/builder/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/23] Compiling Tuplé Type Aliases.swift
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.21s)
Fetching https://github.com/Catterwaul/Thrappture
[1/389] Fetching thrappture
Fetched https://github.com/Catterwaul/Thrappture from cache (0.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.79s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at main (d169154)
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/Catterwaul/Thrappture
Working copy of https://github.com/Catterwaul/Thrappture resolved at main (d930cd6)
BUILD FAILURE 6.2 macosSpm