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 main (0705ed), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 15:56:39 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/g-off/stringray
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0705ed8 Merge pull request #14 from g-Off/github-ci
Cloned https://github.com/g-off/stringray.git
Revision (git rev-parse @):
0705ed8b0fe250d54735b65bb668e0cf16e87c69
SUCCESS checkout https://github.com/g-off/stringray.git at main
========================================
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
[0/24] Write stringray-entitlement.plist
[0/24] Write sources
[13/24] Write swift-version-1EA4D86E10B52AF.txt
[14/24] Compiling clibc libc.c
[15/59] Compiling writer.c
[16/59] Compiling parser.c
[17/59] Compiling api.c
[18/59] Compiling reader.c
[19/59] Compiling scanner.c
[20/61] Compiling emitter.c
[22/77] Emitting module SPMLibc
[23/77] Compiling SPMLibc libc.swift
[24/88] Compiling POSIX env.swift
[25/89] Compiling POSIX exit.swift
[26/89] Compiling POSIX realpath.swift
[27/89] Compiling POSIX readdir.swift
[28/89] Compiling POSIX getcwd.swift
[29/89] Compiling POSIX isatty.swift
[30/89] Compiling POSIX rename.swift
[31/89] Compiling POSIX stat.swift
[32/89] Emitting module POSIX
[33/89] Compiling POSIX Error.swift
[34/89] Compiling POSIX chdir.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+Codable.swift
[41/128] Compiling Version Version+Comparable.swift
[42/128] Compiling Version Version.swift
[43/128] Compiling Yams Tag.swift
[44/129] Compiling Yams shim.swift
[45/129] Emitting module Basic
[46/129] Compiling Basic DiagnosticsEngine.swift
[47/129] Compiling Basic DictionaryExtensions.swift
[48/129] Compiling Basic DictionaryLiteralExtensions.swift
[49/129] Compiling Basic EditDistance.swift
[50/129] Compiling Basic CollectionAlgorithms.swift
[51/129] Compiling Basic CollectionExtensions.swift
[52/129] Compiling Basic Condition.swift
[53/129] Compiling Basic DeltaAlgorithm.swift
[54/129] Compiling Version Version+Range.swift
[55/129] Compiling Version Version+Foundation.swift
[56/129] Emitting module Version
[57/129] Compiling Basic KeyedPair.swift
[58/129] Compiling Basic LazyCache.swift
[59/129] Compiling Basic Lock.swift
[60/129] Compiling Basic ObjectIdentifierProtocol.swift
[61/129] Compiling ObjectCoder EncodingStorage.swift
[62/129] Compiling Basic PathShims.swift
[63/129] Compiling Basic Process.swift
[66/129] Emitting module RayGun
[69/131] Compiling ObjectCoder ObjectEncoder+SingleValueContainer.swift
[70/131] Compiling ObjectCoder ObjectEncoder+UnkeyedContainer.swift
[73/131] Compiling Yams YamlError.swift
[74/131] Compiling Yams String+Yams.swift
[75/131] Compiling Basic ProcessSet.swift
[76/131] Compiling Basic RegEx.swift
[79/131] Compiling Basic Result.swift
[80/131] Compiling Basic SHA256.swift
[81/131] Compiling Basic SortedArray.swift
[82/131] Compiling Basic StringConversions.swift
[83/131] Compiling Basic SynchronizedQueue.swift
[84/131] Compiling Basic TemporaryFile.swift
[85/131] Compiling Basic TerminalController.swift
[86/131] Compiling ObjectCoder ObjectEncoder+KeyedContainer.swift
[87/131] Emitting module SwiftyTextTable
[88/131] Compiling ObjectCoder _NSObjectDecoder.swift
[91/131] Compiling SwiftyTextTable TextTable.swift
[92/131] Compiling ObjectCoder UnkeyedContainer.swift
[94/131] Compiling ObjectCoder _NSObjectDecoder+Unboxing.swift
[98/131] Emitting module ObjectCoder
[99/131] Compiling ObjectCoder ObjectEncoder+Boxing.swift
[102/131] Compiling Basic Thread.swift
[103/131] Compiling Basic Tuple.swift
[104/131] Compiling Basic misc.swift
[105/131] Compiling RayGun StringsTable+Entry.swift
[106/131] Compiling RayGun StringsTable.swift
[107/131] 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>
[108/131] Emitting module Yams
[119/131] Compiling Basic OrderedDictionary.swift
[120/131] Compiling Basic OrderedSet.swift
[121/131] Compiling Basic OutputByteStream.swift
[122/131] Compiling Basic Path.swift
[123/131] Compiling Basic FileSystem.swift
[124/131] Compiling Basic GraphAlgorithms.swift
[125/131] Compiling Basic JSON.swift
[126/131] Compiling Basic JSONMapper.swift
[127/131] Compiling ObjectCoder ObjectEncoder.swift
Fetching https://github.com/g-Off/XcodeProject.git
Fetching https://github.com/g-Off/CommandRegistry.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-package-manager.git
[1/33] Fetching commandregistry
[34/646] Fetching commandregistry, xcodeproject
[90/1575] Fetching commandregistry, xcodeproject, swiftytexttable
[337/12434] Fetching commandregistry, xcodeproject, swiftytexttable, yams
[12435/169087] Fetching commandregistry, xcodeproject, swiftytexttable, yams, swift-package-manager
Fetched https://github.com/g-Off/XcodeProject.git from cache (37.36s)
Fetched https://github.com/jpsim/Yams.git from cache (37.36s)
Fetched https://github.com/apple/swift-package-manager.git from cache (37.36s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (37.36s)
Fetched https://github.com/g-Off/CommandRegistry.git from cache (37.36s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (38.17s)
Computing version for https://github.com/g-Off/CommandRegistry.git
Computed https://github.com/g-Off/CommandRegistry.git at 0.1.2 (0.47s)
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.92s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.47s)
Computing version for https://github.com/g-Off/XcodeProject.git
Computed https://github.com/g-Off/XcodeProject.git at 0.5.1 (0.48s)
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/g-Off/ObjectCoder.git
[1/33] Fetching objectcoder
[26/326] Fetching objectcoder, version
Fetched https://github.com/g-Off/ObjectCoder.git from cache (0.80s)
Fetched https://github.com/mxcl/Version.git from cache (0.80s)
Computing version for https://github.com/g-Off/ObjectCoder.git
Computed https://github.com/g-Off/ObjectCoder.git at 0.1.0 (1.32s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 1.2.0 (1.95s)
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/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 1.2.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
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/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/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at 0.3.0
BUILD FAILURE 6.2 macosSpm