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 stringray, reference 0.4.0 (ee805f), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 15:56:12 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/g-off/stringray.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/g-off/stringray
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at ee805f8 allows sort to operate on a single locale instead of all
Cloned https://github.com/g-off/stringray.git
Revision (git rev-parse @):
ee805f8067165934b7b471e8001780873f181619
SUCCESS checkout https://github.com/g-off/stringray.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/g-off/stringray.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/24] Write sources
[4/24] Write stringray-entitlement.plist
[6/24] Write sources
[13/24] Write swift-version-1EA4D86E10B52AF.txt
[14/24] Compiling clibc libc.c
[15/59] Compiling reader.c
[16/59] Compiling writer.c
[17/59] Compiling emitter.c
[18/61] Compiling api.c
[19/61] Compiling scanner.c
[20/61] Compiling parser.c
[22/77] Emitting module SPMLibc
[23/77] Compiling SPMLibc libc.swift
[24/88] Compiling POSIX isatty.swift
[25/88] Compiling POSIX realpath.swift
[26/89] Compiling POSIX readdir.swift
[27/89] Compiling POSIX stat.swift
[28/89] Compiling POSIX rename.swift
[29/89] Compiling POSIX exit.swift
[30/89] Compiling POSIX getcwd.swift
[31/89] Emitting module POSIX
[32/89] Compiling POSIX Error.swift
[33/89] Compiling POSIX chdir.swift
[34/89] Compiling POSIX env.swift
[35/89] Compiling POSIX usleep.swift
[36/125] Compiling Basic Await.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[37/125] Compiling Basic ByteString.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[38/125] Compiling Basic CStringArray.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[39/125] Compiling Basic CacheableSequence.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[40/128] Compiling Version Version.swift
[41/128] Compiling Version Version+Range.swift
[42/128] Compiling Yams YamlError.swift
[43/129] Compiling Yams Tag.swift
[44/129] Emitting module Basic
[45/129] Compiling Yams shim.swift
[46/129] Compiling Basic Result.swift
[47/129] Compiling Basic SHA256.swift
[48/129] Compiling Basic SortedArray.swift
[49/129] Compiling Basic StringConversions.swift
[54/129] Compiling Basic TerminalController.swift
[55/129] Compiling Basic CollectionAlgorithms.swift
[56/129] Compiling Basic SynchronizedQueue.swift
[57/129] Compiling Basic TemporaryFile.swift
[58/130] Compiling Basic OrderedDictionary.swift
[59/130] Compiling Basic OrderedSet.swift
[60/130] Compiling Basic OutputByteStream.swift
[61/130] Compiling Basic Path.swift
[62/130] Emitting module SwiftyTextTable
[63/130] Compiling SwiftyTextTable TextTable.swift
[64/130] Compiling Basic FileSystem.swift
[65/130] Compiling Basic GraphAlgorithms.swift
[66/130] Compiling Basic JSON.swift
[67/130] Compiling Basic JSONMapper.swift
[68/130] Compiling RayGun StringsTable+Entry.swift
[69/130] Compiling RayGun StringsTable.swift
[70/130] Compiling RayGun StringsTableLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/RayGun/Strings Table/StringsTableLoader.swift:163:55: warning: 'encodedOffset' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use utf16Offset(in:) to achieve the same behavior. [#DeprecatedDeclaration]
161 | 		if options.contains(.lineNumbers) {
162 | 			baseString.enumerateSubstrings(in: baseString.startIndex..<baseString.endIndex, options: [.byLines, .substringNotRequired]) { (_, substringRange, _, stop) in
163 | 				newlineLocations.append(substringRange.lowerBound.encodedOffset)
    |                                                       `- warning: 'encodedOffset' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use utf16Offset(in:) to achieve the same behavior. [#DeprecatedDeclaration]
164 | 			}
165 | 		}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[75/130] Emitting module RayGun
[76/130] Compiling Basic Thread.swift
[77/130] Compiling Basic Tuple.swift
[78/130] Compiling Basic misc.swift
[80/130] Compiling Basic CollectionExtensions.swift
[81/130] Compiling Basic Condition.swift
[82/130] Compiling Basic DeltaAlgorithm.swift
[86/130] Emitting module Version
[87/130] Compiling Version Version+Foundation.swift
[88/130] Compiling Version Version+Codable.swift
[89/130] Compiling Version Version+Comparable.swift
[90/130] Compiling ObjectCoder EncodingStorage.swift
[91/131] Compiling Yams String+Yams.swift
[92/131] Emitting module ObjectCoder
[101/131] Compiling RayGun OrderedSet.swift
[102/131] Compiling ObjectCoder UnkeyedContainer.swift
[103/131] Compiling ObjectCoder _NSObjectDecoder+Unboxing.swift
[104/131] Compiling ObjectCoder ObjectEncoder+SingleValueContainer.swift
[105/131] Compiling ObjectCoder ObjectEncoder+UnkeyedContainer.swift
[106/131] Compiling ObjectCoder _NSObjectDecoder.swift
[107/131] Compiling ObjectCoder ObjectEncoder+KeyedContainer.swift
[108/131] Compiling ObjectCoder ObjectEncoder+Boxing.swift
[115/131] Emitting module Yams
[116/131] Compiling Basic DiagnosticsEngine.swift
[117/131] Compiling Basic DictionaryExtensions.swift
[118/131] Compiling Basic DictionaryLiteralExtensions.swift
[119/131] Compiling Basic EditDistance.swift
[120/131] Compiling Basic KeyedPair.swift
[121/131] Compiling Basic LazyCache.swift
[122/131] Compiling Basic Lock.swift
[123/131] Compiling Basic ObjectIdentifierProtocol.swift
[124/131] Compiling Basic PathShims.swift
[125/131] Compiling Basic Process.swift
[126/131] Compiling Basic ProcessSet.swift
[127/131] Compiling Basic RegEx.swift
Fetching https://github.com/g-Off/CommandRegistry.git
Fetching https://github.com/apple/swift-package-manager.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/g-Off/XcodeProject.git
[1/613] Fetching xcodeproject
[26/646] Fetching xcodeproject, commandregistry
[182/1575] Fetching xcodeproject, commandregistry, swiftytexttable
Fetched https://github.com/g-Off/CommandRegistry.git from cache (0.71s)
[747/1542] Fetching xcodeproject, swiftytexttable
[869/12401] Fetching xcodeproject, swiftytexttable, yams
Fetched https://github.com/g-Off/XcodeProject.git from cache (0.89s)
[1038/11788] Fetching swiftytexttable, yams
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.67s)
[1/156653] Fetching swift-package-manager
Fetched https://github.com/jpsim/Yams.git from cache (34.30s)
Fetched https://github.com/apple/swift-package-manager.git from cache (34.30s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (35.10s)
Computing version for https://github.com/g-Off/CommandRegistry.git
Computed https://github.com/g-Off/CommandRegistry.git at 0.1.2 (0.50s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.3.0 (1.95s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.54s)
Computing version for https://github.com/g-Off/XcodeProject.git
Computed https://github.com/g-Off/XcodeProject.git at 0.5.1 (0.54s)
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/g-Off/ObjectCoder.git
[1/33] Fetching objectcoder
[30/326] Fetching objectcoder, version
Fetched https://github.com/g-Off/ObjectCoder.git from cache (0.85s)
Fetched https://github.com/mxcl/Version.git from cache (0.85s)
Computing version for https://github.com/g-Off/ObjectCoder.git
Computed https://github.com/g-Off/ObjectCoder.git at 0.1.0 (1.47s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 1.2.0 (1.94s)
Creating working copy for https://github.com/g-Off/XcodeProject.git
Working copy of https://github.com/g-Off/XcodeProject.git resolved at 0.5.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 1.0.2
Creating working copy for https://github.com/g-Off/CommandRegistry.git
Working copy of https://github.com/g-Off/CommandRegistry.git resolved at 0.1.2
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 1.2.0
Creating working copy for https://github.com/g-Off/ObjectCoder.git
Working copy of https://github.com/g-Off/ObjectCoder.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at 0.3.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
BUILD FAILURE 6.2 macosSpm