The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Tuplé, reference v0.2.2 (9193b1), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 14:10:54 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Fetching https://github.com/Catterwaul/Thrappture
[1/311] Fetching thrappture
Fetched https://github.com/Catterwaul/Thrappture from cache (1.01s)
error: could not find the commit 89e73c439e80f45a74e27cfef726d28f0b249484 in https://github.com/Catterwaul/Thrappture
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Catterwaul/Tuplay.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--7754E27361AE5C74.txt
[6/13] Compiling Thrappture ThrowingPropertyWrapper.swift
[7/13] Compiling Thrappture Sequence.swift
[8/13] Compiling Thrappture ¿?.swift
[9/13] Compiling Thrappture Error.swift
[10/13] Compiling Thrappture Optional.swift
[11/13] Compiling Thrappture Result.swift
[12/13] Emitting module Thrappture
[13/13] Compiling Thrappture Optional.Nil.swift
[14/25] Compiling Tuplé prefix.swift
[15/26] Compiling Tuplé Operators.swift
[16/26] Compiling Tuplé suffix.swift
[17/26] Compiling Tuplé Properties.swift
[18/26] Compiling Tuplé reversed.swift
[19/26] Compiling Tuplé Type Methods.swift
[20/26] Compiling Tuplé unlabeled.swift
[21/26] Compiling Tuplé Type Aliases.swift
[22/26] Compiling Tuplé map.swift
[23/26] Compiling Tuplé Instance Methods.swift
[24/26] 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
[25/26] 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
[26/26] Emitting module Tuplé
Updating https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/swiftlang/swift-docc-plugin (0.47s)
Updating https://github.com/Catterwaul/Thrappture
Updated https://github.com/Catterwaul/Thrappture (0.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at main (85e4bb4)
Creating working copy for https://github.com/Catterwaul/Thrappture
Working copy of https://github.com/Catterwaul/Thrappture resolved at main (e6aae00)
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
BUILD FAILURE 6.0 macosSpm