The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GetStream with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-swift.git
Reference: 2.2.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/GetStream/stream-swift
 * tag               2.2.5      -> FETCH_HEAD
HEAD is now at 6a6375b Bump v2.2.5
Cloned https://github.com/GetStream/stream-swift.git
Revision (git rev-parse @):
6a6375bf7e1a40dc707794a34808bb6addd97e5f
SUCCESS checkout https://github.com/GetStream/stream-swift.git at 2.2.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/GetStream/stream-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version--423B1241ED78D482.txt
[8/58] Emitting module Starscream
[9/60] Emitting module Alamofire
[10/64] Compiling Starscream Framer.swift
[11/64] Compiling Starscream HTTPHandler.swift
[12/64] Compiling Starscream StringHTTPHandler.swift
[13/64] Compiling Starscream Compression.swift
[14/64] Compiling Starscream WSCompression.swift
[15/64] Compiling Starscream Data+Extensions.swift
[16/64] Compiling Starscream Engine.swift
[17/64] Compiling Starscream FoundationSecurity.swift
[18/64] Compiling Starscream Security.swift
[19/64] Compiling Starscream WebSocket.swift
[20/64] Compiling Starscream FoundationTransport.swift
[21/64] Compiling Starscream TCPTransport.swift
[22/64] Compiling Starscream Transport.swift
[23/64] Compiling Starscream FoundationHTTPHandler.swift
[24/64] Compiling Starscream FoundationHTTPServerHandler.swift
[25/64] Compiling Starscream FrameCollector.swift
[28/64] Compiling Starscream NativeEngine.swift
[29/64] Compiling Starscream WSEngine.swift
[32/64] Compiling Starscream Server.swift
[33/64] Compiling Starscream WebSocketServer.swift
[38/64] Emitting module Swime
[39/64] Compiling Swime Swime.swift
[45/64] Compiling Alamofire ServerTrustEvaluation.swift
[46/64] Compiling Alamofire Session.swift
[47/64] Compiling Alamofire SessionDelegate.swift
[48/64] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[49/64] Compiling Alamofire MultipartFormData.swift
[50/64] Compiling Alamofire MultipartUpload.swift
[51/64] Compiling Alamofire NetworkReachabilityManager.swift
[52/64] Compiling Alamofire Notifications.swift
[56/64] Compiling Alamofire URLEncodedFormEncoder.swift
[57/64] Compiling Alamofire URLRequest+Alamofire.swift
[58/64] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[59/64] Compiling Alamofire Validation.swift
[64/64] Compiling Swime MimeType.swift
[65/92] Compiling Faye RepeatingTimer.swift
[66/92] Compiling Faye ChannelName.swift
[67/92] Compiling Faye Message.swift
[68/92] Compiling Faye Channel.swift
[69/92] Emitting module Faye
[70/92] Compiling Faye Client.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Faye/Client.swift:188:50: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            log("❌ WS Disconnect with error: \(error)")
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Faye/Client.swift:188:50: note: use 'String(describing:)' to silence this warning
            log("❌ WS Disconnect with error: \(error)")
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Faye/Client.swift:188:50: note: provide a default value to avoid this warning
            log("❌ WS Disconnect with error: \(error)")
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Faye/Client.swift:146:29: warning: immutable value 'headers' was never used; consider replacing with '_' or removing it
        case .connected(let headers):
                        ~~~~^~~~~~~
                        _
[71/92] Compiling Moya TargetType.swift
[72/92] Compiling Moya Task.swift
[73/92] Compiling Moya URL+Moya.swift
[74/94] Compiling Moya AccessTokenPlugin.swift
[75/94] Compiling Moya CredentialsPlugin.swift
[76/94] Compiling Moya NetworkActivityPlugin.swift
[77/94] Compiling Moya MultiTarget.swift
[78/94] Compiling Moya MultipartFormData.swift
[79/94] Compiling Moya Plugin.swift
[80/94] Emitting module Moya
[81/94] Compiling Moya URLRequest+Encoding.swift
[82/94] Compiling Moya ValidationType.swift
[83/94] Compiling Moya NetworkLoggerPlugin.swift
[84/94] Compiling Moya RequestTypeWrapper.swift
[85/94] Compiling Moya Response.swift
[86/94] Compiling Moya AnyEncodable.swift
[87/94] Compiling Moya Cancellable.swift
[88/94] Compiling Moya Endpoint.swift
[89/94] Compiling Moya MoyaProvider+Defaults.swift
[90/94] Compiling Moya MoyaProvider+Internal.swift
[91/94] Compiling Moya MoyaProvider.swift
[92/94] Compiling Moya Image.swift
[93/94] Compiling Moya Moya+Alamofire.swift
[94/94] Compiling Moya MoyaError.swift
[95/152] Compiling GetStream ImageProcess.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[96/152] Compiling GetStream Result+ParseUpload.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[97/152] Compiling GetStream Swime+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[98/152] Compiling GetStream GetStream.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[99/152] Compiling GetStream AuthorizationMoyaPlugin.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[100/152] Compiling GetStream MoyaError+ClientError.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[101/152] Compiling GetStream Client+OpenGraph.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[102/152] Compiling GetStream OpenGraphEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[103/152] Compiling GetStream Feed+Following.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[104/152] Compiling GetStream Follower.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[105/152] Compiling GetStream NotificationFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[106/152] Compiling GetStream NotificationGroup.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[107/152] Compiling GetStream Result+ParseFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[108/152] Compiling GetStream Client+Files.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[109/152] Compiling GetStream File.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[110/152] Compiling GetStream FilesEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[111/160] Compiling GetStream Client+Reaction.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[112/160] Compiling GetStream Reaction.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[113/160] Compiling GetStream ReactionEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[114/160] Compiling GetStream ReactionExtraDataProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[115/160] Compiling GetStream ReactionKind.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[116/160] Compiling GetStream ReactionProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[117/160] Compiling GetStream Reactionable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[118/160] Compiling GetStream Reactions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[119/160] Compiling GetStream Result+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[120/160] Compiling GetStream AggregatedFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[121/160] Compiling GetStream Group.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[122/160] Compiling GetStream Result+ParseGroup.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[123/160] Compiling GetStream Feed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[124/160] Compiling GetStream FeedEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[125/160] Compiling GetStream FeedId.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[126/160] Compiling GetStream FlatFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[127/160] Emitting module GetStream
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[128/160] Compiling GetStream Token.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[129/160] Compiling GetStream Client+Collection.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[130/160] Compiling GetStream CollectionEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[131/160] Compiling GetStream CollectionObject.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[132/160] Compiling GetStream CollectionObjectProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[133/160] Compiling GetStream Bundle+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[134/160] Compiling GetStream Codable+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[135/160] Compiling GetStream Dictionary+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[136/160] Compiling GetStream ClientError.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[137/160] Compiling GetStream ClientLogger.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[138/160] Compiling GetStream Enrichable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[139/160] Compiling GetStream MissingReference.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[140/160] Compiling GetStream Pagination.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[141/160] Compiling GetStream Response.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[142/160] Compiling GetStream Result+ParseResponse.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[143/160] Compiling GetStream StreamTargetType.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[144/160] Compiling GetStream Activity.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[145/160] Compiling GetStream ActivityEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[146/160] Compiling GetStream ActivityProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[147/160] Compiling GetStream Client+Activity.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[148/160] Compiling GetStream EnrichedActivity.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[149/160] Compiling GetStream OriginalRepresentable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[150/160] Compiling GetStream BaseURL.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[151/160] Compiling GetStream Client+Setup.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[152/160] Compiling GetStream Client.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[153/160] Compiling GetStream Result+ParseReaction.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[154/160] Compiling GetStream Client+User.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[155/160] Compiling GetStream User.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[156/160] Compiling GetStream UserEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[157/160] Compiling GetStream UserProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[158/160] Compiling GetStream Client+Faye.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[159/160] Compiling GetStream Feed+Faye.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[160/160] Compiling GetStream SubscriptionResponse.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
Fetching https://github.com/Moya/Moya.git from cache
Fetching https://github.com/Moya/ReactiveSwift.git from cache
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetching https://github.com/Quick/Nimble from cache
Fetching https://github.com/Quick/Quick from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/daltoniam/Starscream.git from cache (0.47s)
Fetched https://github.com/Moya/ReactiveSwift.git from cache (0.47s)
Fetching https://github.com/sendyhalim/Swime
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Quick/Quick from cache (0.47s)
Fetched https://github.com/Quick/Nimble from cache (0.47s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.53s)
Fetched https://github.com/Moya/Moya.git from cache (0.53s)
[1/422] Fetching swime
Fetched https://github.com/sendyhalim/Swime from cache (2.27s)
Computing version for https://github.com/sendyhalim/Swime
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.28s)
Computed https://github.com/sendyhalim/Swime at 3.0.6 (0.48s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.4 (0.37s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.0 (0.39s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 7.3.4 (0.39s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 1.3.4 (0.45s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.0 (0.50s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (0.48s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.0.4 (0.39s)
Creating working copy for https://github.com/Moya/ReactiveSwift.git
Working copy of https://github.com/Moya/ReactiveSwift.git resolved at 6.1.0
Creating working copy for https://github.com/sendyhalim/Swime
Working copy of https://github.com/sendyhalim/Swime resolved at 3.0.6
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.4
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.0.4
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble', will fetch again.
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/Quick/Nimble from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble', will fetch again.
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/Quick/Nimble from cache (0.00s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 7.3.4
Creating working copy for https://github.com/Moya/Moya.git
Working copy of https://github.com/Moya/Moya.git resolved at 14.0.0
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Quick-22a439cf is not valid git repository for 'https://github.com/Quick/Quick', will fetch again.
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Quick from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Quick-22a439cf is not valid git repository for 'https://github.com/Quick/Quick', will fetch again.
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Quick from cache (0.01s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 1.3.4
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/59] Compiling GetStream Feed+Following.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/59] Compiling GetStream Follower.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/59] Compiling GetStream NotificationFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/59] Compiling GetStream NotificationGroup.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/59] Compiling GetStream Result+ParseFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/59] Compiling GetStream Client+Files.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/59] Compiling GetStream File.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/59] Compiling GetStream FilesEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/59] Compiling GetStream ClientError.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/59] Compiling GetStream ClientLogger.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/59] Compiling GetStream Enrichable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/59] Compiling GetStream MissingReference.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/59] Compiling GetStream Pagination.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/59] Compiling GetStream Response.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/59] Compiling GetStream Result+ParseResponse.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/59] Compiling GetStream StreamTargetType.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/67] Compiling GetStream ImageProcess.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/67] Compiling GetStream Result+ParseUpload.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/67] Compiling GetStream Swime+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/67] Compiling GetStream GetStream.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/67] Compiling GetStream AuthorizationMoyaPlugin.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/67] Compiling GetStream MoyaError+ClientError.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/67] Compiling GetStream Client+OpenGraph.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/67] Compiling GetStream OpenGraphEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/67] Compiling GetStream Token.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/67] Compiling GetStream Client+Collection.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/67] Compiling GetStream CollectionEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/67] Compiling GetStream CollectionObject.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/67] Compiling GetStream CollectionObjectProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/67] Compiling GetStream Bundle+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/67] Compiling GetStream Codable+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/67] Compiling GetStream Dictionary+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/67] Compiling GetStream Client+Reaction.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/67] Compiling GetStream Reaction.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/67] Compiling GetStream ReactionEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/67] Compiling GetStream ReactionExtraDataProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[38/67] Compiling GetStream ReactionKind.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[39/67] Compiling GetStream ReactionProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[40/67] Compiling GetStream Reactionable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[41/67] Compiling GetStream Reactions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/67] Compiling GetStream Result+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[43/67] Compiling GetStream AggregatedFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[44/67] Compiling GetStream Group.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[45/67] Compiling GetStream Result+ParseGroup.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[46/67] Compiling GetStream Feed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[47/67] Compiling GetStream FeedEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[48/67] Compiling GetStream FeedId.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[49/67] Compiling GetStream FlatFeed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/67] Emitting module GetStream
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[51/67] Compiling GetStream Activity.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[52/67] Compiling GetStream ActivityEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[53/67] Compiling GetStream ActivityProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[54/67] Compiling GetStream Client+Activity.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[55/67] Compiling GetStream EnrichedActivity.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[56/67] Compiling GetStream OriginalRepresentable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[57/67] Compiling GetStream BaseURL.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[58/67] Compiling GetStream Client+Setup.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[59/67] Compiling GetStream Client.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[60/67] Compiling GetStream Result+ParseReaction.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[61/67] Compiling GetStream Client+User.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[62/67] Compiling GetStream User.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[63/67] Compiling GetStream UserEndpoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[64/67] Compiling GetStream UserProtocol.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[65/67] Compiling GetStream Client+Faye.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[66/67] Compiling GetStream Feed+Faye.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[67/67] Compiling GetStream SubscriptionResponse.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Client/Client.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm