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 SwiftToolkit, reference 1.1.1 (e02617), with Swift 5.10 for macOS (SPM) on 19 Nov 2024 04:48:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NSFuntik/SwiftToolkit.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NSFuntik/SwiftToolkit
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at e026174 💄 style(codebase): format indentation and access modifiers
Cloned https://github.com/NSFuntik/SwiftToolkit.git
Revision (git rev-parse @):
e026174a25d0546d2d02e8e3608dc9851ee33867
SUCCESS checkout https://github.com/NSFuntik/SwiftToolkit.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/NSFuntik/SwiftToolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[11/14] Write swift-version-33747A42983211AE.txt
[13/29] Compiling STFoundation TimeInterval+.swift
[14/29] Compiling STFoundation STFoundation.swift
[15/29] Compiling STFoundation URL+.swift
[16/29] Compiling STFoundation Compressor.swift
[17/29] Compiling STFoundation DataUnits.swift
[18/29] Compiling STFoundation Image+.swift
[19/29] Emitting module STFoundation
[20/29] Compiling STFoundation CompressionError.swift
[21/32] Emitting module DI
[22/32] Compiling DI DI.swift
[23/47] Compiling Coordinator TestCoordinator.swift
[24/47] Compiling Coordinator ModalCoordinator.swift
[25/47] Emitting module Coordinator
[26/47] Compiling Coordinator AssociatedObjectKey.swift
[27/47] Compiling Coordinator Coordinator.swift
[28/47] Compiling Core Shareable.swift
[29/48] Compiling Core Binding+.swift
[30/48] Compiling Core DateFormatter+.swift
[31/48] Emitting module Core
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/NSObject+.swift:82:21: warning: conformance of 'Optional<Wrapped>' to protocol 'Equatable' was already stated in the type's module 'Swift'
extension Optional: Equatable where Wrapped: Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/NSObject+.swift:89:22: note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
  public static func == (lhs: Wrapped?, rhs: Wrapped?) -> Bool {
                     ^
Swift.Optional:1:11: note: 'Optional<Wrapped>' declares conformance to protocol 'Equatable' here
extension Optional : Equatable where Wrapped : Equatable {
          ^
[32/48] Compiling Core SwiftThrottle.swift
[33/48] Compiling Core NetworkMonitor.swift
[34/48] Compiling Core Observable.swift
[35/48] Compiling Core View+.swift
[36/48] Compiling Core AsyncPassthroughSubject.swift
[37/48] Compiling Core ErrorAlert.swift
[38/48] Compiling Core KeychainWrapper.swift
[39/48] Compiling Core LUUID.swift
[40/48] Compiling Core MimeType.swift
[41/48] Compiling Core Sequence+.swift
[42/48] Compiling Core String+.swift
[43/48] Compiling Core Image+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/NSObject+.swift:82:21: warning: conformance of 'Optional<Wrapped>' to protocol 'Equatable' was already stated in the type's module 'Swift'
extension Optional: Equatable where Wrapped: Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/NSObject+.swift:89:22: note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
  public static func == (lhs: Wrapped?, rhs: Wrapped?) -> Bool {
                     ^
Swift.Optional:1:11: note: 'Optional<Wrapped>' declares conformance to protocol 'Equatable' here
extension Optional : Equatable where Wrapped : Equatable {
          ^
[44/48] Compiling Core NSObject+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/NSObject+.swift:82:21: warning: conformance of 'Optional<Wrapped>' to protocol 'Equatable' was already stated in the type's module 'Swift'
extension Optional: Equatable where Wrapped: Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/NSObject+.swift:89:22: note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
  public static func == (lhs: Wrapped?, rhs: Wrapped?) -> Bool {
                     ^
Swift.Optional:1:11: note: 'Optional<Wrapped>' declares conformance to protocol 'Equatable' here
extension Optional : Equatable where Wrapped : Equatable {
          ^
[45/48] Compiling Core UIDevice+.swift
[46/48] Compiling Core URL+.swift
[47/95] Compiling Logger SwiftUILogger.swift
[48/95] Compiling Logger LoggerView.swift
[49/95] Compiling Logger LogTagView.swift
[50/95] Compiling Logger SearchBar.swift
[51/95] Compiling Logger LogTagging.swift
[52/95] Compiling Feedback SystemHaptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[53/96] Compiling Coding Set + StorageCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/Set + StorageCodable.swift:11:16: error: unknown attribute 'retroactive'
extension Set: @retroactive RawRepresentable where Set.Element == String {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/Set + StorageCodable.swift:11:1: error: inheritance from non-protocol type 'any RawRepresentable'
extension Set: @retroactive RawRepresentable where Set.Element == String {}
^
[54/97] Compiling Coding StorageCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:57:18: error: unknown attribute 'retroactive'
extension Array: @retroactive RawRepresentable where Element: Codable {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:57:1: error: inheritance from non-protocol type 'any RawRepresentable'
extension Array: @retroactive RawRepresentable where Element: Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:77:23: error: unknown attribute 'retroactive'
extension Dictionary: @retroactive RawRepresentable where Key: Codable, Value: Codable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:77:1: error: inheritance from non-protocol type 'any RawRepresentable'
extension Dictionary: @retroactive RawRepresentable where Key: Codable, Value: Codable {
^
[55/97] Compiling CoreDatabase ObjectId.swift
[56/98] Compiling Coding Coding.swift
[57/98] Compiling CoreDatabase NSManagedObjectContext+Database.swift
[58/98] Emitting module Logger
[59/98] Compiling CoreDatabase NSManagedObject+Database.swift
[60/98] Compiling CoreDatabase DatabaseLogger.swift
[61/98] Compiling CoreDatabase Fetchable.swift
[62/98] Compiling Logger Collection+Extension.swift
[63/98] Compiling Logger LogFilterView.swift
[64/98] Compiling Logger LogEventView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/98] Compiling Coding AnyCodable.swift
[66/98] Emitting module Coding
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/Set + StorageCodable.swift:11:16: error: unknown attribute 'retroactive'
extension Set: @retroactive RawRepresentable where Set.Element == String {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/Set + StorageCodable.swift:11:1: error: inheritance from non-protocol type 'any RawRepresentable'
extension Set: @retroactive RawRepresentable where Set.Element == String {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:57:18: error: unknown attribute 'retroactive'
extension Array: @retroactive RawRepresentable where Element: Codable {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:57:1: error: inheritance from non-protocol type 'any RawRepresentable'
extension Array: @retroactive RawRepresentable where Element: Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:77:23: error: unknown attribute 'retroactive'
extension Dictionary: @retroactive RawRepresentable where Key: Codable, Value: Codable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/StorageCodable.swift:77:1: error: inheritance from non-protocol type 'any RawRepresentable'
extension Dictionary: @retroactive RawRepresentable where Key: Codable, Value: Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:4:16: error: unknown attribute 'retroactive'
extension URL: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:4:1: error: inheritance from non-protocol type 'any ExpressibleByExtendedGraphemeClusterLiteral'
extension URL: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:5:16: error: unknown attribute 'retroactive'
extension URL: @retroactive ExpressibleByUnicodeScalarLiteral {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:5:1: error: inheritance from non-protocol type 'any ExpressibleByUnicodeScalarLiteral'
extension URL: @retroactive ExpressibleByUnicodeScalarLiteral {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:9:16: error: unknown attribute 'retroactive'
extension URL: @retroactive ExpressibleByStringLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:9:1: error: inheritance from non-protocol type 'any ExpressibleByStringLiteral'
extension URL: @retroactive ExpressibleByStringLiteral {
^
[67/98] Compiling Feedback DelayedFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[68/98] Compiling Feedback Feedback+Binding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[69/98] Compiling Feedback AnyFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/98] Emitting module CoreDatabase
/Users/admin/builder/spi-builder-workspace/Sources/CoreDatabase/Database+Share.swift:15:40: error: unknown attribute 'retroactive'
extension CKShare.Metadata: @unchecked @retroactive Sendable {}
                                       ^
[71/98] Compiling Coding JSONConvertible.swift
[72/98] Compiling Coding URLEncodedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:4:16: error: unknown attribute 'retroactive'
extension URL: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:4:1: error: inheritance from non-protocol type 'any ExpressibleByExtendedGraphemeClusterLiteral'
extension URL: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:5:16: error: unknown attribute 'retroactive'
extension URL: @retroactive ExpressibleByUnicodeScalarLiteral {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:5:1: error: inheritance from non-protocol type 'any ExpressibleByUnicodeScalarLiteral'
extension URL: @retroactive ExpressibleByUnicodeScalarLiteral {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:9:16: error: unknown attribute 'retroactive'
extension URL: @retroactive ExpressibleByStringLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Coding/Storage/URLEncodedString.swift:9:1: error: inheritance from non-protocol type 'any ExpressibleByStringLiteral'
extension URL: @retroactive ExpressibleByStringLiteral {
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/98] Compiling Coding AnyDecodable.swift
[74/98] Emitting module Feedback
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[75/98] Compiling Coding AnyEncodable.swift
[76/98] Compiling Feedback Feedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[77/98] Compiling Feedback AudioPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[78/98] Compiling Feedback Audio.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[79/98] Compiling Feedback AudioFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[80/98] Compiling Feedback Haptic-Typealias.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[81/98] Compiling Feedback PatternHaptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
[82/98] Compiling Feedback Flash.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:30:43: error: attribute can only be applied to declarations, not types
public struct AudioPlayerEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
error: fatalError
[83/98] Compiling Coding Extensions.swift
[84/98] Compiling SFSymbols SocialIcons.swift
[85/98] Compiling SFSymbols SFSymbolEnum.swift
[86/98] Compiling SFSymbols SFSymbol.swift
[87/98] Compiling SFSymbols NSSwiftSymbols.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/symbolEmbeddingsCache.plist
BUILD FAILURE 5.10 macosSpm