This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build AlamofireNetworkActivityIndicator with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alamofire/AlamofireNetworkActivityIndicator.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Alamofire/AlamofireNetworkActivityIndicator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 392bed0 Prepare 3.1 (#68)
Cloned https://github.com/Alamofire/AlamofireNetworkActivityIndicator.git
Revision (git rev-parse @):
392bed083e8d193aca16bfa684ee24e4bcff0510
SUCCESS checkout https://github.com/Alamofire/AlamofireNetworkActivityIndicator.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Alamofire/AlamofireNetworkActivityIndicator.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/Alamofire/Alamofire.git
[1/28780] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.50s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.1 (0.41s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.9.1
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/43] Compiling Alamofire HTTPMethod.swift
[6/43] Compiling Alamofire Notifications.swift
[7/43] Compiling Alamofire ParameterEncoder.swift
[8/43] Compiling Alamofire ParameterEncoding.swift
[9/43] Compiling Alamofire Protected.swift
[10/43] Compiling Alamofire Request.swift
[11/48] Compiling Alamofire URLRequest+Alamofire.swift
[12/48] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[13/48] Compiling Alamofire AlamofireExtended.swift
[14/48] Compiling Alamofire AuthenticationInterceptor.swift
[15/48] Compiling Alamofire CachedResponseHandler.swift
[16/48] Compiling Alamofire WebSocketRequest.swift
[17/48] Compiling Alamofire DispatchQueue+Alamofire.swift
[18/48] Compiling Alamofire OperationQueue+Alamofire.swift
[19/48] Compiling Alamofire Result+Alamofire.swift
[20/48] Compiling Alamofire StringEncoding+Alamofire.swift
[21/48] Compiling Alamofire NetworkReachabilityManager.swift
[22/48] Compiling Alamofire RedirectHandler.swift
[23/48] Compiling Alamofire RequestCompression.swift
[24/48] Compiling Alamofire RequestInterceptor.swift
[25/48] Compiling Alamofire ResponseSerialization.swift
[26/48] Compiling Alamofire Combine.swift
[27/48] Compiling Alamofire Concurrency.swift
[28/48] Compiling Alamofire EventMonitor.swift
[29/48] Compiling Alamofire MultipartFormData.swift
[30/48] Compiling Alamofire MultipartUpload.swift
[31/48] Compiling Alamofire RequestTaskMap.swift
[32/48] Compiling Alamofire Response.swift
[33/48] Compiling Alamofire Session.swift
[34/48] Compiling Alamofire SessionDelegate.swift
[35/48] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[36/48] Compiling Alamofire UploadRequest.swift
[37/48] Emitting module Alamofire
[38/48] Compiling Alamofire Alamofire.swift
[39/48] Compiling Alamofire AFError.swift
[40/48] Compiling Alamofire DataRequest.swift
[41/48] Compiling Alamofire DataStreamRequest.swift
[42/48] Compiling Alamofire DownloadRequest.swift
[43/48] Compiling Alamofire HTTPHeaders.swift
[44/48] Compiling Alamofire RetryPolicy.swift
[45/48] Compiling Alamofire ServerTrustEvaluation.swift
[46/48] Compiling Alamofire URLEncodedFormEncoder.swift
[47/48] Compiling Alamofire Validation.swift
[48/48] Compiling Alamofire resource_bundle_accessor.swift
[50/51] Compiling AlamofireNetworkActivityIndicator NetworkActivityIndicatorManager.swift
/host/spi-builder-workspace/Source/NetworkActivityIndicatorManager.swift:27:8: error: no such module 'UIKit'
 25 | import Alamofire
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// The `NetworkActivityIndicatorManager` manages the state of the network activity indicator in the status bar. When
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/51] Emitting module AlamofireNetworkActivityIndicator
/host/spi-builder-workspace/Source/NetworkActivityIndicatorManager.swift:27:8: error: no such module 'UIKit'
 25 | import Alamofire
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// The `NetworkActivityIndicatorManager` manages the state of the network activity indicator in the status bar. When
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.