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 main (e02617), with Swift 5.10 for macOS (SPM) on 19 Nov 2024 04:50:30 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NSFuntik/SwiftToolkit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 URL+.swift
[14/29] Compiling STFoundation STFoundation.swift
[15/29] Compiling STFoundation TimeInterval+.swift
[16/29] Compiling STFoundation Compressor.swift
[17/29] Compiling STFoundation DataUnits.swift
[18/29] Compiling STFoundation CompressionError.swift
[19/29] Emitting module STFoundation
[20/29] Compiling STFoundation Image+.swift
[21/29] Emitting module Coordinator
[22/29] Emitting module DI
[23/29] Compiling DI DI.swift
[24/29] Compiling Coordinator ModalCoordinator.swift
[25/47] Compiling Coordinator TestCoordinator.swift
[26/47] Compiling Coordinator AssociatedObjectKey.swift
[27/47] Compiling Coordinator Coordinator.swift
[28/47] Compiling Core ErrorAlert.swift
[29/47] Compiling Core KeychainWrapper.swift
[30/48] Compiling Core SwiftThrottle.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 Shareable.swift
[33/48] Compiling Core LUUID.swift
[34/48] Compiling Core MimeType.swift
[35/48] Compiling Core NetworkMonitor.swift
[36/48] Compiling Core Observable.swift
[37/48] Compiling Core UIDevice+.swift
[38/48] Compiling Core URL+.swift
[39/48] Compiling Core Binding+.swift
[40/48] Compiling Core DateFormatter+.swift
[41/48] Compiling Core View+.swift
[42/48] Compiling Core AsyncPassthroughSubject.swift
[43/48] Compiling Core Sequence+.swift
[44/48] Compiling Core String+.swift
[45/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 {
          ^
[46/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 {
          ^
[47/95] Compiling SFSymbols SymbolFinder.swift
[48/95] Compiling SFSymbols SFSymbolEnum.swift
[49/95] 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 {}
^
[50/95] 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 {
^
[51/96] Compiling Logger SearchBar.swift
[52/96] Compiling Logger LogTagView.swift
[53/96] 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
[54/97] Compiling CoreDatabase ObjectId.swift
[55/98] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/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
[57/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
[58/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
[59/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
[60/98] Compiling SFSymbols SocialIcons.swift
[61/98] Compiling SFSymbols SFSymbol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/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 {
^
[63/98] Compiling CoreDatabase NSManagedObjectContext+Database.swift
[64/98] Compiling CoreDatabase NSManagedObject+Database.swift
[65/98] Compiling CoreDatabase Fetchable.swift
[66/98] Compiling Logger LogEventView.swift
[67/98] Emitting module Logger
[68/98] Compiling Logger Collection+Extension.swift
[69/98] Compiling Coding JSONConvertible.swift
[70/98] Compiling Logger LogTagging.swift
[71/98] Compiling Logger LoggerView.swift
[72/98] Compiling Logger SwiftUILogger.swift
[73/98] Compiling Logger LogFilterView.swift
[74/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 {
^
[75/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
[76/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
[77/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
[78/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
[79/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
[80/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
error: fatalError
[81/98] Compiling Coding Coding.swift
[82/98] Compiling Coding AnyCodable.swift
[83/98] Compiling Coding AnyEncodable.swift
[84/98] Compiling Coding AnyDecodable.swift
[85/98] Compiling Coding Extensions.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