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 Clerk, reference 0.71.3 (dbcc7d), with Swift 6.1 for Android on 9 Dec 2025 17:53:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/clerk/clerk-ios.git
Reference: 0.71.3
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/clerk/clerk-ios
 * tag               0.71.3     -> FETCH_HEAD
HEAD is now at dbcc7dd Update Version.swift
Cloned https://github.com/clerk/clerk-ios.git
Revision (git rev-parse @):
dbcc7ddee4ac1a4c1e0cac75987107ade9532388
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/clerk/clerk-ios.git at 0.71.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/clerk/clerk-ios.git
https://github.com/clerk/clerk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "factory",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hmlongco/Factory"
    },
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    },
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "mocker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/WeTransfer/Mocker.git"
    },
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit"
    },
    {
      "identity" : "simplekeychain",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/SimpleKeychain"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    }
  ],
  "manifest_display_name" : "Clerk",
  "name" : "Clerk",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Clerk",
      "targets" : [
        "Clerk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClerkTests",
      "module_type" : "SwiftTarget",
      "name" : "ClerkTests",
      "path" : "Tests",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "Mocker"
      ],
      "sources" : [
        "ClerkProxyRequestProcessorTests.swift",
        "ClerkTests.swift",
        "ClientTests.swift",
        "EmailAddressTests.swift",
        "EnvironmentTests.swift",
        "ExternalAccountTests.swift",
        "ExternalAuthUtilsTests.swift",
        "IDTokenProviderTests.swift",
        "OAuthProviderTests.swift",
        "OptionalStringExtensionsTests.swift",
        "OrganizationTests.swift",
        "PasskeyTests.swift",
        "PhoneNumberTests.swift",
        "ProxyConfigurationTests.swift",
        "SessionTests.swift",
        "SignInTests.swift",
        "SignUpTests.swift",
        "TelemetryTests.swift",
        "TestUtilities/InputStream+Ext.swift",
        "TestUtilities/MockAPIClient.swift",
        "UserTests.swift"
      ],
      "target_dependencies" : [
        "Clerk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Clerk",
      "module_type" : "SwiftTarget",
      "name" : "Clerk",
      "path" : "Sources/Clerk",
      "product_dependencies" : [
        "FactoryKit",
        "Get",
        "Kingfisher",
        "PhoneNumberKit",
        "SimpleKeychain"
      ],
      "product_memberships" : [
        "Clerk"
      ],
      "sources" : [
        "APIClient/ClerkAPIClient.swift",
        "APIClient/RequestProcessors/ClerkClientSyncRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkDeviceAssertionRetrier.swift",
        "APIClient/RequestProcessors/ClerkDeviceTokenRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkErrorThrowingRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkEventEmitterRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkHeaderRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkInvalidAuthRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkProxyRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkQueryItemsRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkURLEncodedFormEncoderRequestProcessor.swift",
        "ClerkUI/Common/AppLogoView.swift",
        "ClerkUI/Common/AsyncButton.swift",
        "ClerkUI/Common/Badge.swift",
        "ClerkUI/Common/ClerkFocusedBorder.swift",
        "ClerkUI/Common/ClerkPhoneNumberField.swift",
        "ClerkUI/Common/ClerkTextField.swift",
        "ClerkUI/Common/DismissButton.swift",
        "ClerkUI/Common/ErrorText.swift",
        "ClerkUI/Common/ErrorView.swift",
        "ClerkUI/Common/HeaderView.swift",
        "ClerkUI/Common/IdentityPreviewView.swift",
        "ClerkUI/Common/OTPField.swift",
        "ClerkUI/Common/OverlayProgressView.swift",
        "ClerkUI/Common/SafariView.swift",
        "ClerkUI/Common/SecuredByClerkView.swift",
        "ClerkUI/Common/SocialButton.swift",
        "ClerkUI/Common/SocialButtonLayout.swift",
        "ClerkUI/Common/SpinnerView.swift",
        "ClerkUI/Common/TextDivider.swift",
        "ClerkUI/Common/WrappingHStack.swift",
        "ClerkUI/Components/Auth/AuthStartView.swift",
        "ClerkUI/Components/Auth/AuthState.swift",
        "ClerkUI/Components/Auth/AuthView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorAlternativeMethodsView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorCodeView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOneForgotPasswordView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOnePasskeyView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOnePasswordView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOneView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorTwoBackupCodeView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorTwoView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInGetHelpView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInSetNewPasswordView.swift",
        "ClerkUI/Components/Auth/SignUp/LegalConsentView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCodeView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCollectFieldView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCompleteProfileView.swift",
        "ClerkUI/Components/UserButton/UserButton.swift",
        "ClerkUI/Components/UserButton/UserButtonAccountSwitcher.swift",
        "ClerkUI/Components/UserButton/UserButtonPopover.swift",
        "ClerkUI/Components/UserButton/UserPreviewView.swift",
        "ClerkUI/Components/UserButton/UserProfileRowView.swift",
        "ClerkUI/Components/UserProfile/BackupCodesView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddConnectedAccountView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddEmailView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddMfaView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddPhoneView.swift",
        "ClerkUI/Components/UserProfile/UserProfileButtonRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileChangePasswordView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeleteAccountConfirmationView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeleteAccountSection.swift",
        "ClerkUI/Components/UserProfile/UserProfileDetailView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeviceRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileDevicesSection.swift",
        "ClerkUI/Components/UserProfile/UserProfileEmailRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileExternalAccountRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaAddSmsView.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaAddTotpView.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaSection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeyRenameView.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeyRow.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeySection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasswordSection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePhoneRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileSectionHeader.swift",
        "ClerkUI/Components/UserProfile/UserProfileSecurityView.swift",
        "ClerkUI/Components/UserProfile/UserProfileUpdateProfileView.swift",
        "ClerkUI/Components/UserProfile/UserProfileVerifyView.swift",
        "ClerkUI/Components/UserProfile/UserProfileView.swift",
        "ClerkUI/Extensions/Array+Ext.swift",
        "ClerkUI/Extensions/Color+Ext.swift",
        "ClerkUI/Extensions/Date+Ext.swift",
        "ClerkUI/Extensions/Environment+Ext.swift",
        "ClerkUI/Extensions/Error+Ext.swift",
        "ClerkUI/Extensions/ExternalAccount+Ext.swift",
        "ClerkUI/Extensions/Factor+Ext.swift",
        "ClerkUI/Extensions/Factor+Sorting.swift",
        "ClerkUI/Extensions/PhoneNumber+Ext.swift",
        "ClerkUI/Extensions/Session+Ext.swift",
        "ClerkUI/Extensions/SignIn+Ext.swift",
        "ClerkUI/Extensions/SignUp+Ext.swift",
        "ClerkUI/Extensions/String+UIExt.swift",
        "ClerkUI/Extensions/UIImage+Ext.swift",
        "ClerkUI/Extensions/User+Ext.swift",
        "ClerkUI/Extensions/View+DismissKeyboard.swift",
        "ClerkUI/Extensions/View+ErrorPresenting.swift",
        "ClerkUI/Extensions/View+HiddenTextField.swift",
        "ClerkUI/Extensions/View+OnFirstAppear.swift",
        "ClerkUI/Extensions/View+PreGlass.swift",
        "ClerkUI/Extensions/View+TaskOnce.swift",
        "ClerkUI/Theme/Buttons/ClerkButtonConfig.swift",
        "ClerkUI/Theme/Buttons/NegativeButtonStyle.swift",
        "ClerkUI/Theme/Buttons/PressedBackgroundButtonStyle.swift",
        "ClerkUI/Theme/Buttons/PrimaryButtonStyle.swift",
        "ClerkUI/Theme/Buttons/SecondaryButtonStyle.swift",
        "ClerkUI/Theme/ClerkColors.swift",
        "ClerkUI/Theme/ClerkDesign.swift",
        "ClerkUI/Theme/ClerkFonts.swift",
        "ClerkUI/Theme/ClerkTheme.swift",
        "ClerkUI/Theme/ClerkThemes.swift",
        "ClerkUI/Utils/RemoveResource.swift",
        "ClerkUI/Utils/SignInWithAppleUtils.swift",
        "Helpers/AppAttestHelper.swift",
        "Helpers/PasskeyHelper.swift",
        "Helpers/SignInWithAppleHelper.swift",
        "Models/BackupCodeResource.swift",
        "Models/Clerk/Clerk.swift",
        "Models/Clerk/ClerkService.swift",
        "Models/Clerk/Settings/ClerkSettings.swift",
        "Models/Clerk/Settings/KeychainConfig.swift",
        "Models/Clerk/Settings/RedirectConfig.swift",
        "Models/ClerkAPIError.swift",
        "Models/ClerkClientError.swift",
        "Models/ClerkPaginatedResponse.swift",
        "Models/Client/Client.swift",
        "Models/Client/ClientResponse.swift",
        "Models/Client/ClientService.swift",
        "Models/DeletedObject.swift",
        "Models/EmailAddress/EmailAddress.swift",
        "Models/EmailAddress/EmailAddressAttemptVerificationParams.swift",
        "Models/EmailAddress/EmailAddressPrepareVerificationParams.swift",
        "Models/EmailAddress/EmailAddressService.swift",
        "Models/EnterpriseAccount.swift",
        "Models/Environment/AuthConfig.swift",
        "Models/Environment/DisplayConfig.swift",
        "Models/Environment/Environment.swift",
        "Models/Environment/EnvironmentService.swift",
        "Models/Environment/FraudSettings.swift",
        "Models/Environment/UserSettings.swift",
        "Models/ExternalAccount/ExternalAccount.swift",
        "Models/ExternalAccount/ExternalAccountService.swift",
        "Models/Factor.swift",
        "Models/IDTokenProvider.swift",
        "Models/ImageResource.swift",
        "Models/InstanceEnvironmentType.swift",
        "Models/OAuthProvider.swift",
        "Models/Organizations/Organization.swift",
        "Models/Organizations/OrganizationDomain.swift",
        "Models/Organizations/OrganizationInvitation.swift",
        "Models/Organizations/OrganizationInviteMembersParams.swift",
        "Models/Organizations/OrganizationMembership.swift",
        "Models/Organizations/OrganizationMembershipRequest.swift",
        "Models/Organizations/OrganizationService.swift",
        "Models/Organizations/OrganizationSuggestion.swift",
        "Models/Organizations/PermissionResource.swift",
        "Models/Organizations/RoleResource.swift",
        "Models/Organizations/UserOrganizationInvitation.swift",
        "Models/Passkey/Passkey.swift",
        "Models/Passkey/PasskeyService.swift",
        "Models/PhoneNumber/PhoneNumber.swift",
        "Models/PhoneNumber/PhoneNumberService.swift",
        "Models/PublicUserData.swift",
        "Models/Session/Session.swift",
        "Models/Session/SessionService.swift",
        "Models/Session/SessionTokenFetcher.swift",
        "Models/SignIn/SignIn.swift",
        "Models/SignIn/SignInAttemptFirstFactorParams.swift",
        "Models/SignIn/SignInAttemptSecondFactorParams.swift",
        "Models/SignIn/SignInAuthenticateWithRedirectParams.swift",
        "Models/SignIn/SignInCreateParams.swift",
        "Models/SignIn/SignInIdentifier.swift",
        "Models/SignIn/SignInPrepareFirstFactorParams.swift",
        "Models/SignIn/SignInPrepareSecondFactorParams.swift",
        "Models/SignIn/SignInResetPasswordParams.swift",
        "Models/SignIn/SignInService.swift",
        "Models/SignIn/SignInStatus.swift",
        "Models/SignIn/SignInUserData.swift",
        "Models/SignUp/SignUp.swift",
        "Models/SignUp/SignUpAttemptVerificationParams.swift",
        "Models/SignUp/SignUpAuthenticateWithRedirectParams.swift",
        "Models/SignUp/SignUpCreateParams.swift",
        "Models/SignUp/SignUpPrepareVerificationParams.swift",
        "Models/SignUp/SignUpService.swift",
        "Models/SignUp/SignUpStatus.swift",
        "Models/TOTPResource.swift",
        "Models/TokenResource.swift",
        "Models/TransferFlowResult.swift",
        "Models/User/User.swift",
        "Models/User/UserService.swift",
        "Models/User/UserUpdateParams.swift",
        "Models/User/UserUpdatePasswordParams.swift",
        "Models/Verification.swift",
        "Telemetry/TelemetryCollector.swift",
        "Telemetry/TelemetryEnvironment.swift",
        "Telemetry/TelemetryEvents.swift",
        "Telemetry/TelemetryThrottler.swift",
        "Telemetry/TelemetryTypes.swift",
        "Utils/ClerkLogger.swift",
        "Utils/DeepLinkHandler.swift",
        "Utils/DeviceID.swift",
        "Utils/EventEmitter.swift",
        "Utils/ExternalAuthUtils.swift",
        "Utils/HTTPURLResponse+Ext.swift",
        "Utils/JSON.swift",
        "Utils/JSONDecoder+Ext.swift",
        "Utils/JSONEncoder+Ext.swift",
        "Utils/JWTDecoder.swift",
        "Utils/LocaleUtils.swift",
        "Utils/Optional+String.swift",
        "Utils/Protected.swift",
        "Utils/ProxyConfiguration.swift",
        "Utils/String+Base64.swift",
        "Utils/String+Ext.swift",
        "Utils/String+JSON.swift",
        "Utils/URLEncodedFormEncoder.swift",
        "Utils/UserDefaults+Sendable.swift",
        "Utils/Version.swift",
        "Utils/WebAuthentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/auth0/SimpleKeychain
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/WeTransfer/Mocker.git
[1/1889] Fetching mocker
[20/2775] Fetching mocker, swift-concurrency-extras
[1655/7308] Fetching mocker, swift-concurrency-extras, simplekeychain
[2411/39230] Fetching mocker, swift-concurrency-extras, simplekeychain, kingfisher
[3309/46634] Fetching mocker, swift-concurrency-extras, simplekeychain, kingfisher, phonenumberkit
Fetched https://github.com/WeTransfer/Mocker.git from cache (0.73s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.73s)
[7449/43859] Fetching simplekeychain, kingfisher, phonenumberkit
Fetching https://github.com/hmlongco/Factory
[18323/63181] Fetching simplekeychain, kingfisher, phonenumberkit, factory
Fetched https://github.com/hmlongco/Factory from cache (2.28s)
[38114/43859] Fetching simplekeychain, kingfisher, phonenumberkit
Fetching https://github.com/kean/Get
Fetched https://github.com/auth0/SimpleKeychain from cache (6.35s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (6.37s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (6.52s)
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (2.86s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (13.22s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.5.3 (1.06s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.10s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 3.0.2 (1.04s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.3.0 (0.93s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.1 (1.09s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.6.2 (1.28s)
Creating working copy for https://github.com/WeTransfer/Mocker.git
Working copy of https://github.com/WeTransfer/Mocker.git resolved at 3.0.2
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/auth0/SimpleKeychain
Working copy of https://github.com/auth0/SimpleKeychain resolved at 1.3.0
Creating working copy for https://github.com/hmlongco/Factory
Working copy of https://github.com/hmlongco/Factory resolved at 2.5.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 4.2.1
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.6.2
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Colors.xcassets
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Images.xcassets
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Localizable.xcstrings
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
Building for debugging...
[0/11] Write sources
[2/11] Copying PrivacyInfo.xcprivacy
[6/11] Write sources
[9/11] Copying PhoneNumberMetadata.json
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/117] Emitting module PhoneNumberKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/119] Emitting module Kingfisher
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[14/127] Compiling Kingfisher Source.swift
[15/127] Compiling Kingfisher KF.swift
[16/127] Compiling Kingfisher LivePhotoSource.swift
[17/127] Compiling Kingfisher PHPickerResultImageDataProvider.swift
[18/127] Compiling Kingfisher Resource.swift
[19/127] Compiling Kingfisher NSButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[20/127] Compiling Kingfisher NSTextAttachment+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[21/127] Compiling Kingfisher PHLivePhotoView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[22/127] Compiling Kingfisher UIButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[23/127] Compiling Kingfisher AVAssetImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[24/127] Compiling Kingfisher ImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[28/127] Compiling Kingfisher CPListItem+Kingfisher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/127] Compiling Kingfisher HasImageComponent+Kingfisher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/127] Compiling Kingfisher MemoryStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/127] Compiling Kingfisher Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/128] Compiling Kingfisher ExtensionHelpers.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[33/128] Compiling Kingfisher Result.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[34/128] Compiling Kingfisher Runtime.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[35/128] Compiling Kingfisher SizeExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[36/128] Compiling Kingfisher String+SHA256.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[37/128] Compiling Kingfisher AnimatedImageView.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[38/128] Compiling Kingfisher Indicator.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[39/128] Compiling Kingfisher resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[40/128] Compiling Kingfisher ImageCache.swift
[43/128] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[44/128] Compiling PhoneNumberKit resource_bundle_accessor.swift
[45/128] Compiling Kingfisher FormatIndicatedCacheSerializer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/128] Emitting module FactoryKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/128] Compiling Kingfisher CacheSerializer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/128] Compiling Kingfisher DiskStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/128] Compiling Kingfisher KFImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[51/128] Compiling Kingfisher KFImageOptions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[52/128] Compiling Kingfisher KFImageProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[53/128] Compiling Kingfisher KFImageRenderer.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[54/128] Compiling Kingfisher Box.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[55/128] Compiling Kingfisher CallbackQueue.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[56/128] Compiling Kingfisher Delegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[57/128] Compiling Kingfisher DisplayLink.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[66/128] Compiling Kingfisher ImageView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[67/128] Compiling Get Response.swift
[71/128] Emitting module Get
[72/128] Compiling Get APIClient.swift
[73/128] Compiling SimpleKeychain SimpleKeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[80/128] Compiling SimpleKeychain Accessibility.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[81/128] Emitting module SimpleKeychain
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[82/128] Compiling Kingfisher AuthenticationChallengeResponsable.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[83/128] Compiling Kingfisher ImageDataProcessor.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[84/128] Compiling Kingfisher ImageDownloader+LivePhoto.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[85/128] Compiling Kingfisher ImageDownloader.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[86/128] Compiling Kingfisher ImageDownloaderDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[87/128] Compiling Kingfisher ImageModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[88/128] Compiling Kingfisher ImagePrefetcher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[89/128] Compiling Kingfisher NetworkMetrics.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[90/128] Compiling Kingfisher NetworkMonitor.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[91/128] Compiling SimpleKeychain SimpleKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[92/128] Compiling Kingfisher RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[93/128] Compiling Kingfisher RequestModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[94/128] Compiling Kingfisher RetryStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[95/128] Compiling Kingfisher SessionDataTask.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[96/128] Compiling Kingfisher SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[97/128] Compiling Kingfisher ImageBinder.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[98/128] Compiling Kingfisher ImageContext.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[99/128] Compiling Kingfisher KFAnimatedImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/128] Compiling FactoryKit Scopes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/128] Compiling FactoryKit Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Colors.xcassets
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Images.xcassets
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Localizable.xcstrings
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/107] Compiling SimpleKeychain SimpleKeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[3/107] Compiling Kingfisher KFImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[4/107] Compiling Kingfisher KFImageOptions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[5/107] Compiling Kingfisher KFImageProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[6/107] Compiling Kingfisher KFImageRenderer.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[7/107] Compiling Kingfisher Box.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[8/107] Compiling Kingfisher CallbackQueue.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[9/107] Compiling Kingfisher Delegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[10/107] Compiling Kingfisher DisplayLink.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[11/112] Compiling SimpleKeychain Accessibility.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/113] Emitting module SimpleKeychain
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[13/115] Compiling SimpleKeychain SimpleKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[14/115] Compiling Kingfisher ImageModifier.swift
[15/115] Compiling Kingfisher ImagePrefetcher.swift
[16/115] Compiling Kingfisher NetworkMetrics.swift
[17/115] Compiling Kingfisher ImageDownloader.swift
[18/115] Compiling Kingfisher ImageDownloaderDelegate.swift
[19/117] Emitting module PhoneNumberKit
[20/117] Compiling Get Response.swift
[21/117] Compiling Get DataLoader.swift
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:79:40: error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
 77 |         userSessionDelegate?.urlSession(session, didBecomeInvalidWithError: error)
 78 | #else
 79 |         userSessionDelegate?.urlSession?(session, didBecomeInvalidWithError: error)
    |                                        `- error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
 80 | #endif
 81 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:86:34: error: value of type 'any URLSessionDelegate' has no member 'urlSessionDidFinishEvents'
 84 |     func urlSessionDidFinishEvents(forBackgroundURLSession session: URLSession) {
 85 |         if #available(macOS 11.0, *) {
 86 |             userSessionDelegate?.urlSessionDidFinishEvents?(forBackgroundURLSession: session)
    |                                  `- error: value of type 'any URLSessionDelegate' has no member 'urlSessionDidFinishEvents'
 87 |         } else {
 88 |             // Fallback on earlier versions
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:102:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, (any Error)?) -> ()'
100 |         userTaskDelegate?.urlSession(session, task: task, didCompleteWithError: error)
101 | #else
102 |         handler.delegate?.urlSession?(session, task: task, didCompleteWithError: error)
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, (any Error)?) -> ()'
103 |         userTaskDelegate?.urlSession?(session, task: task, didCompleteWithError: error)
104 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:103:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, (any Error)?) -> ()'
101 | #else
102 |         handler.delegate?.urlSession?(session, task: task, didCompleteWithError: error)
103 |         userTaskDelegate?.urlSession?(session, task: task, didCompleteWithError: error)
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, (any Error)?) -> ()'
104 | #endif
105 |         switch handler {
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:133:38: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLSessionTaskMetrics) -> ()'
131 |         userTaskDelegate?.urlSession(session, task: task, didFinishCollecting: metrics)
132 | #else
133 |         handler?.delegate?.urlSession?(session, task: task, didFinishCollecting: metrics)
    |                                      `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLSessionTaskMetrics) -> ()'
134 |         userTaskDelegate?.urlSession?(session, task: task, didFinishCollecting: metrics)
135 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:134:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLSessionTaskMetrics) -> ()'
132 | #else
133 |         handler?.delegate?.urlSession?(session, task: task, didFinishCollecting: metrics)
134 |         userTaskDelegate?.urlSession?(session, task: task, didFinishCollecting: metrics)
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLSessionTaskMetrics) -> ()'
135 | #endif
136 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:144:45: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, HTTPURLResponse, URLRequest, @escaping @Sendable (URLRequest?) -> Void) -> ()'
142 |         completionHandler(request)
143 | #else
144 |         handlers[task]?.delegate?.urlSession?(session, task: task, willPerformHTTPRedirection: response, newRequest: request, completionHandler: completionHandler) ??
    |                                             `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, HTTPURLResponse, URLRequest, @escaping @Sendable (URLRequest?) -> Void) -> ()'
145 |         userTaskDelegate?.urlSession?(session, task: task, willPerformHTTPRedirection: response, newRequest: request, completionHandler: completionHandler) ??
146 |         completionHandler(request)
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:145:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, HTTPURLResponse, URLRequest, @escaping @Sendable (URLRequest?) -> Void) -> ()'
143 | #else
144 |         handlers[task]?.delegate?.urlSession?(session, task: task, willPerformHTTPRedirection: response, newRequest: request, completionHandler: completionHandler) ??
145 |         userTaskDelegate?.urlSession?(session, task: task, willPerformHTTPRedirection: response, newRequest: request, completionHandler: completionHandler) ??
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, HTTPURLResponse, URLRequest, @escaping @Sendable (URLRequest?) -> Void) -> ()'
146 |         completionHandler(request)
147 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:152:46: error: incorrect argument label in call (have '_:taskIsWaitingForConnectivity:', expected '_:didBecomeInvalidWithError:')
150 | #if !os(Linux)
151 |     func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
152 |         handlers[task]?.delegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
    |                                              `- error: incorrect argument label in call (have '_:taskIsWaitingForConnectivity:', expected '_:didBecomeInvalidWithError:')
153 |         userTaskDelegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
154 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:152:86: error: argument type 'URLSessionTask' does not conform to expected type 'Error'
150 | #if !os(Linux)
151 |     func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
152 |         handlers[task]?.delegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
    |                                                                                      `- error: argument type 'URLSessionTask' does not conform to expected type 'Error'
153 |         userTaskDelegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
154 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:152:45: error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
150 | #if !os(Linux)
151 |     func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
152 |         handlers[task]?.delegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
    |                                             `- error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
153 |         userTaskDelegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
154 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:153:27: error: no exact matches in call to instance method 'urlSession'
151 |     func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
152 |         handlers[task]?.delegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
153 |         userTaskDelegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
    |                           |- error: no exact matches in call to instance method 'urlSession'
    |                           |- note: candidate has partially matching parameter list (URLSession, didBecomeInvalidWithError: (any Error)?)
    |                           `- note: candidate has partially matching parameter list (URLSession, didBecomeInvalidWithError: (any Error)?)
154 |     }
155 |
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:153:37: error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
151 |     func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
152 |         handlers[task]?.delegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
153 |         userTaskDelegate?.urlSession?(session, taskIsWaitingForConnectivity: task)
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
154 |     }
155 |
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:159:49: error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
157 |     func urlSession(_ session: URLSession, didCreateTask task: URLSessionTask) {
158 |         if #available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) {
159 |             handlers[task]?.delegate?.urlSession?(session, didCreateTask: task)
    |                                                 `- error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
160 |             userTaskDelegate?.urlSession?(session, didCreateTask: task)
161 |         } else {
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:159:50: error: incorrect argument label in call (have '_:didCreateTask:', expected '_:didBecomeInvalidWithError:')
157 |     func urlSession(_ session: URLSession, didCreateTask task: URLSessionTask) {
158 |         if #available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) {
159 |             handlers[task]?.delegate?.urlSession?(session, didCreateTask: task)
    |                                                  `- error: incorrect argument label in call (have '_:didCreateTask:', expected '_:didBecomeInvalidWithError:')
160 |             userTaskDelegate?.urlSession?(session, didCreateTask: task)
161 |         } else {
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:159:75: error: argument type 'URLSessionTask' does not conform to expected type 'Error'
157 |     func urlSession(_ session: URLSession, didCreateTask task: URLSessionTask) {
158 |         if #available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) {
159 |             handlers[task]?.delegate?.urlSession?(session, didCreateTask: task)
    |                                                                           `- error: argument type 'URLSessionTask' does not conform to expected type 'Error'
160 |             userTaskDelegate?.urlSession?(session, didCreateTask: task)
161 |         } else {
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:160:31: error: no exact matches in call to instance method 'urlSession'
158 |         if #available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) {
159 |             handlers[task]?.delegate?.urlSession?(session, didCreateTask: task)
160 |             userTaskDelegate?.urlSession?(session, didCreateTask: task)
    |                               |- error: no exact matches in call to instance method 'urlSession'
    |                               |- note: candidate has partially matching parameter list (URLSession, didBecomeInvalidWithError: (any Error)?)
    |                               `- note: candidate has partially matching parameter list (URLSession, didBecomeInvalidWithError: (any Error)?)
161 |         } else {
162 |             // Doesn't exist on earlier versions
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:160:41: error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
158 |         if #available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) {
159 |             handlers[task]?.delegate?.urlSession?(session, didCreateTask: task)
160 |             userTaskDelegate?.urlSession?(session, didCreateTask: task)
    |                                         `- error: cannot use optional chaining on non-optional value of type '(URLSession, (any Error)?) -> ()'
161 |         } else {
162 |             // Doesn't exist on earlier versions
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:174:45: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLAuthenticationChallenge, @escaping @Sendable (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> ()'
172 |         completionHandler(.performDefaultHandling, nil)
173 | #else
174 |         handlers[task]?.delegate?.urlSession?(session, task: task, didReceive: challenge, completionHandler: completionHandler) ??
    |                                             `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLAuthenticationChallenge, @escaping @Sendable (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> ()'
175 |         userTaskDelegate?.urlSession?(session, task: task, didReceive: challenge, completionHandler: completionHandler) ??
176 |         completionHandler(.performDefaultHandling, nil)
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:175:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLAuthenticationChallenge, @escaping @Sendable (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> ()'
173 | #else
174 |         handlers[task]?.delegate?.urlSession?(session, task: task, didReceive: challenge, completionHandler: completionHandler) ??
175 |         userTaskDelegate?.urlSession?(session, task: task, didReceive: challenge, completionHandler: completionHandler) ??
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLAuthenticationChallenge, @escaping @Sendable (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> ()'
176 |         completionHandler(.performDefaultHandling, nil)
177 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:186:45: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLRequest, @escaping @Sendable (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) -> ()'
184 |         completionHandler(.continueLoading, nil)
185 | #else
186 |         handlers[task]?.delegate?.urlSession?(session, task: task, willBeginDelayedRequest: request, completionHandler: completionHandler) ??
    |                                             `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLRequest, @escaping @Sendable (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) -> ()'
187 |         userTaskDelegate?.urlSession?(session, task: task, willBeginDelayedRequest: request, completionHandler: completionHandler) ??
188 |         completionHandler(.continueLoading, nil)
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:187:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLRequest, @escaping @Sendable (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) -> ()'
185 | #else
186 |         handlers[task]?.delegate?.urlSession?(session, task: task, willBeginDelayedRequest: request, completionHandler: completionHandler) ??
187 |         userTaskDelegate?.urlSession?(session, task: task, willBeginDelayedRequest: request, completionHandler: completionHandler) ??
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, URLRequest, @escaping @Sendable (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) -> ()'
188 |         completionHandler(.continueLoading, nil)
189 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:197:39: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, Int64, Int64, Int64) -> ()'
195 | 		userTaskDelegate?.urlSession(session, task: task, didSendBodyData: bytesSent, totalBytesSent: totalBytesSent, totalBytesExpectedToSend: totalBytesExpectedToSend)
196 | #else
197 | 		handlers[task]?.delegate?.urlSession?(session, task: task, didSendBodyData: bytesSent, totalBytesSent: totalBytesSent, totalBytesExpectedToSend: totalBytesExpectedToSend) ??
    |                                       `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, Int64, Int64, Int64) -> ()'
198 | 		userTaskDelegate?.urlSession?(session, task: task, didSendBodyData: bytesSent, totalBytesSent: totalBytesSent, totalBytesExpectedToSend: totalBytesExpectedToSend)
199 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:198:31: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, Int64, Int64, Int64) -> ()'
196 | #else
197 | 		handlers[task]?.delegate?.urlSession?(session, task: task, didSendBodyData: bytesSent, totalBytesSent: totalBytesSent, totalBytesExpectedToSend: totalBytesExpectedToSend) ??
198 | 		userTaskDelegate?.urlSession?(session, task: task, didSendBodyData: bytesSent, totalBytesSent: totalBytesSent, totalBytesExpectedToSend: totalBytesExpectedToSend)
    |                               `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionTask, Int64, Int64, Int64) -> ()'
199 | #endif
200 | 	}
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:210:75: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLResponse, @escaping @Sendable (URLSession.ResponseDisposition) -> Void) -> ()'
208 |         completionHandler(.allow)
209 | #else
210 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: response, completionHandler: completionHandler) ??
    |                                                                           `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLResponse, @escaping @Sendable (URLSession.ResponseDisposition) -> Void) -> ()'
211 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: response, completionHandler: completionHandler) ??
212 |         completionHandler(.allow)
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:211:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLResponse, @escaping @Sendable (URLSession.ResponseDisposition) -> Void) -> ()'
209 | #else
210 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: response, completionHandler: completionHandler) ??
211 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: response, completionHandler: completionHandler) ??
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLResponse, @escaping @Sendable (URLSession.ResponseDisposition) -> Void) -> ()'
212 |         completionHandler(.allow)
213 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:222:41: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, Data) -> ()'
220 |         userDataDelegate?.urlSession(session, dataTask: dataTask, didReceive: data)
221 | #else
222 |         handler.dataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: data)
    |                                         `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, Data) -> ()'
223 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: data)
224 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:223:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, Data) -> ()'
221 | #else
222 |         handler.dataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: data)
223 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didReceive: data)
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, Data) -> ()'
224 | #endif
225 |         if handler.data == nil {
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:233:75: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionDownloadTask) -> ()'
231 | #if !os(Linux)
232 |     func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didBecome downloadTask: URLSessionDownloadTask) {
233 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: downloadTask)
    |                                                                           `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionDownloadTask) -> ()'
234 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: downloadTask)
235 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:234:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionDownloadTask) -> ()'
232 |     func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didBecome downloadTask: URLSessionDownloadTask) {
233 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: downloadTask)
234 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: downloadTask)
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionDownloadTask) -> ()'
235 |     }
236 |
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:238:75: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionStreamTask) -> ()'
236 |
237 |     func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didBecome streamTask: URLSessionStreamTask) {
238 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: streamTask)
    |                                                                           `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionStreamTask) -> ()'
239 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: streamTask)
240 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:239:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionStreamTask) -> ()'
237 |     func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didBecome streamTask: URLSessionStreamTask) {
238 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: streamTask)
239 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, didBecome: streamTask)
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, URLSessionStreamTask) -> ()'
240 |     }
241 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:249:75: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, CachedURLResponse, @escaping @Sendable (CachedURLResponse?) -> Void) -> ()'
247 |         completionHandler(proposedResponse)
248 | #else
249 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, willCacheResponse: proposedResponse, completionHandler: completionHandler) ??
    |                                                                           `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, CachedURLResponse, @escaping @Sendable (CachedURLResponse?) -> Void) -> ()'
250 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, willCacheResponse: proposedResponse, completionHandler: completionHandler) ??
251 |         completionHandler(proposedResponse)
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:250:37: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, CachedURLResponse, @escaping @Sendable (CachedURLResponse?) -> Void) -> ()'
248 | #else
249 |         (handlers[dataTask] as? DataTaskHandler)?.dataDelegate?.urlSession?(session, dataTask: dataTask, willCacheResponse: proposedResponse, completionHandler: completionHandler) ??
250 |         userDataDelegate?.urlSession?(session, dataTask: dataTask, willCacheResponse: proposedResponse, completionHandler: completionHandler) ??
    |                                     `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDataTask, CachedURLResponse, @escaping @Sendable (CachedURLResponse?) -> Void) -> ()'
251 |         completionHandler(proposedResponse)
252 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:273:87: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64, Int64) -> ()'
271 |         userDownloadDelegate?.urlSession(session, downloadTask: downloadTask, didWriteData: bytesWritten, totalBytesWritten: totalBytesWritten, totalBytesExpectedToWrite: totalBytesExpectedToWrite)
272 | #else
273 |         (handlers[downloadTask] as? DownloadTaskHandler)?.downloadDelegate?.urlSession?(session, downloadTask: downloadTask, didWriteData: bytesWritten, totalBytesWritten: totalBytesWritten, totalBytesExpectedToWrite: totalBytesExpectedToWrite)
    |                                                                                       `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64, Int64) -> ()'
274 |         userDownloadDelegate?.urlSession?(session, downloadTask: downloadTask, didWriteData: bytesWritten, totalBytesWritten: totalBytesWritten, totalBytesExpectedToWrite: totalBytesExpectedToWrite)
275 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:274:41: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64, Int64) -> ()'
272 | #else
273 |         (handlers[downloadTask] as? DownloadTaskHandler)?.downloadDelegate?.urlSession?(session, downloadTask: downloadTask, didWriteData: bytesWritten, totalBytesWritten: totalBytesWritten, totalBytesExpectedToWrite: totalBytesExpectedToWrite)
274 |         userDownloadDelegate?.urlSession?(session, downloadTask: downloadTask, didWriteData: bytesWritten, totalBytesWritten: totalBytesWritten, totalBytesExpectedToWrite: totalBytesExpectedToWrite)
    |                                         `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64, Int64) -> ()'
275 | #endif
276 |     }
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:283:87: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64) -> ()'
281 |         userDownloadDelegate?.urlSession(session, downloadTask: downloadTask, didResumeAtOffset: fileOffset, expectedTotalBytes: expectedTotalBytes)
282 | #else
283 |         (handlers[downloadTask] as? DownloadTaskHandler)?.downloadDelegate?.urlSession?(session, downloadTask: downloadTask, didResumeAtOffset: fileOffset, expectedTotalBytes: expectedTotalBytes)
    |                                                                                       `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64) -> ()'
284 |         userDownloadDelegate?.urlSession?(session, downloadTask: downloadTask, didResumeAtOffset: fileOffset, expectedTotalBytes: expectedTotalBytes)
285 | #endif
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/DataLoader.swift:284:41: error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64) -> ()'
282 | #else
283 |         (handlers[downloadTask] as? DownloadTaskHandler)?.downloadDelegate?.urlSession?(session, downloadTask: downloadTask, didResumeAtOffset: fileOffset, expectedTotalBytes: expectedTotalBytes)
284 |         userDownloadDelegate?.urlSession?(session, downloadTask: downloadTask, didResumeAtOffset: fileOffset, expectedTotalBytes: expectedTotalBytes)
    |                                         `- error: cannot use optional chaining on non-optional value of type '(URLSession, URLSessionDownloadTask, Int64, Int64) -> ()'
285 | #endif
286 |     }
[22/117] Compiling Get Request.swift
[23/117] Compiling Get APIClientDelegate.swift
[24/117] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[25/117] Compiling PhoneNumberKit resource_bundle_accessor.swift
[26/117] Compiling Kingfisher RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[27/117] Compiling Kingfisher RequestModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[30/117] Compiling Kingfisher SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[31/117] Compiling Kingfisher ImageBinder.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[32/117] Compiling Kingfisher ImageContext.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[33/117] Compiling Kingfisher KFAnimatedImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[34/117] Compiling Kingfisher FormatIndicatedCacheSerializer.swift
[35/117] Compiling Kingfisher ImageCache.swift
[36/117] Compiling Kingfisher MemoryStorage.swift
[37/117] Compiling Kingfisher Storage.swift
[38/118] Emitting module Get
BUILD FAILURE 6.1 android