The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Clerk, reference main (16f921), with Swift 6.1 for macOS (SPM) on 22 Apr 2026 13:32:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/clerk/clerk-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/clerk/clerk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 16f9215 Add string title init for custom profile rows (#402)
Cloned https://github.com/clerk/clerk-ios.git
Revision (git rev-parse @):
16f921597331cbef84acb868e8fc2185ccd5dcf3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/clerk/clerk-ios.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/clerk/clerk-ios.git
https://github.com/clerk/clerk-ios.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "nuke",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Nuke.git"
    },
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit"
    },
    {
      "identity" : "mocker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/WeTransfer/Mocker"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    }
  ],
  "manifest_display_name" : "Clerk",
  "name" : "Clerk",
  "path" : "/Users/admin/builder/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" : "ClerkKit",
      "targets" : [
        "ClerkKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ClerkKitUI",
      "targets" : [
        "ClerkKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClerkKitUITests",
      "module_type" : "SwiftTarget",
      "name" : "ClerkKitUITests",
      "path" : "Tests/UI",
      "sources" : [
        "AuthNavigationTests.swift",
        "AuthStateConfigurationTests.swift"
      ],
      "target_dependencies" : [
        "ClerkKit",
        "ClerkKitUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClerkKitUI",
      "module_type" : "SwiftTarget",
      "name" : "ClerkKitUI",
      "path" : "Sources/ClerkKitUI",
      "product_dependencies" : [
        "Nuke",
        "NukeUI",
        "PhoneNumberKit"
      ],
      "product_memberships" : [
        "ClerkKitUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClerkKitUI/Resources/Colors.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClerkKitUI/Resources/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClerkKitUI/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Common/AppLogoView.swift",
        "Common/AsyncButton.swift",
        "Common/Badge.swift",
        "Common/ClerkFocusedBorder.swift",
        "Common/ClerkPhoneNumberField.swift",
        "Common/ClerkTextField.swift",
        "Common/CodeVerificationStatusView.swift",
        "Common/ContinueButtonLabelView.swift",
        "Common/CopyableTextView.swift",
        "Common/DismissButton.swift",
        "Common/ErrorText.swift",
        "Common/ErrorView.swift",
        "Common/HeaderView.swift",
        "Common/IdentityPreviewView.swift",
        "Common/OTPField.swift",
        "Common/OverlayProgressView.swift",
        "Common/PillButtonLabelView.swift",
        "Common/ProviderIconView.swift",
        "Common/SafariView.swift",
        "Common/SecuredByClerkView.swift",
        "Common/SocialButton.swift",
        "Common/SocialButtonLayout.swift",
        "Common/SpinnerView.swift",
        "Common/StrategyOptionButton.swift",
        "Common/TextDivider.swift",
        "Common/WarningText.swift",
        "Common/WrappingHStack.swift",
        "Components/Auth/AuthIdentifierConfig.swift",
        "Components/Auth/AuthNavigation.swift",
        "Components/Auth/AuthStartView.swift",
        "Components/Auth/AuthState.swift",
        "Components/Auth/AuthView.swift",
        "Components/Auth/GetHelpView.swift",
        "Components/Auth/LastUsedAuth.swift",
        "Components/Auth/SessionTask/SessionTaskAddPhoneForm.swift",
        "Components/Auth/SessionTask/SessionTaskBackupCodesView.swift",
        "Components/Auth/SessionTask/SessionTaskChooseOrganizationView.swift",
        "Components/Auth/SessionTask/SessionTaskCreateOrganizationView.swift",
        "Components/Auth/SessionTask/SessionTaskHeaderSection.swift",
        "Components/Auth/SessionTask/SessionTaskMfaSetupView.swift",
        "Components/Auth/SessionTask/SessionTaskMfaSmsChooseNumberView.swift",
        "Components/Auth/SessionTask/SessionTaskMfaTotpView.swift",
        "Components/Auth/SessionTask/SessionTaskMfaVerifySmsView.swift",
        "Components/Auth/SessionTask/SessionTaskMfaVerifyTotpView.swift",
        "Components/Auth/SessionTask/SessionTaskStartView.swift",
        "Components/Auth/SignIn/SignInClientTrustView.swift",
        "Components/Auth/SignIn/SignInFactorAlternativeMethodsView.swift",
        "Components/Auth/SignIn/SignInFactorCodeView.swift",
        "Components/Auth/SignIn/SignInFactorOneForgotPasswordView.swift",
        "Components/Auth/SignIn/SignInFactorOnePasskeyView.swift",
        "Components/Auth/SignIn/SignInFactorOnePasswordView.swift",
        "Components/Auth/SignIn/SignInFactorOneView.swift",
        "Components/Auth/SignIn/SignInFactorTwoBackupCodeView.swift",
        "Components/Auth/SignIn/SignInFactorTwoView.swift",
        "Components/Auth/SignIn/SignInSetNewPasswordView.swift",
        "Components/Auth/SignUp/LegalConsentView.swift",
        "Components/Auth/SignUp/SignUpCodeView.swift",
        "Components/Auth/SignUp/SignUpCollectFieldView.swift",
        "Components/Auth/SignUp/SignUpCompleteProfileView.swift",
        "Components/Common/CodeLimiter.swift",
        "Components/UserButton/UserButton.swift",
        "Components/UserButton/UserButtonAccountSwitcher.swift",
        "Components/UserButton/UserButtonPopover.swift",
        "Components/UserButton/UserButtonSignOutView.swift",
        "Components/UserButton/UserPreviewView.swift",
        "Components/UserButton/UserProfileRowView.swift",
        "Components/UserProfile/BackupCodesView.swift",
        "Components/UserProfile/UserProfileAddConnectedAccountView.swift",
        "Components/UserProfile/UserProfileAddEmailView.swift",
        "Components/UserProfile/UserProfileAddMfaView.swift",
        "Components/UserProfile/UserProfileAddPhoneView.swift",
        "Components/UserProfile/UserProfileButtonRow.swift",
        "Components/UserProfile/UserProfileChangePasswordView.swift",
        "Components/UserProfile/UserProfileCustomRow.swift",
        "Components/UserProfile/UserProfileDeleteAccountConfirmationView.swift",
        "Components/UserProfile/UserProfileDeleteAccountSection.swift",
        "Components/UserProfile/UserProfileDetailView.swift",
        "Components/UserProfile/UserProfileDeviceRow.swift",
        "Components/UserProfile/UserProfileDevicesSection.swift",
        "Components/UserProfile/UserProfileEmailRow.swift",
        "Components/UserProfile/UserProfileExternalAccountRow.swift",
        "Components/UserProfile/UserProfileHeaderView.swift",
        "Components/UserProfile/UserProfileMfaAddSmsView.swift",
        "Components/UserProfile/UserProfileMfaAddTotpView.swift",
        "Components/UserProfile/UserProfileMfaRow.swift",
        "Components/UserProfile/UserProfileMfaSection.swift",
        "Components/UserProfile/UserProfileNavigation.swift",
        "Components/UserProfile/UserProfileOAuthConfiguration.swift",
        "Components/UserProfile/UserProfilePasskeyRenameView.swift",
        "Components/UserProfile/UserProfilePasskeyRow.swift",
        "Components/UserProfile/UserProfilePasskeySection.swift",
        "Components/UserProfile/UserProfilePasswordSection.swift",
        "Components/UserProfile/UserProfilePhoneRow.swift",
        "Components/UserProfile/UserProfileSectionHeader.swift",
        "Components/UserProfile/UserProfileSecurityView.swift",
        "Components/UserProfile/UserProfileUpdateProfileView.swift",
        "Components/UserProfile/UserProfileVerifyView.swift",
        "Components/UserProfile/UserProfileView.swift",
        "Extensions/Array+Ext.swift",
        "Extensions/Color+Ext.swift",
        "Extensions/Date+Ext.swift",
        "Extensions/Environment+Ext.swift",
        "Extensions/Error+Ext.swift",
        "Extensions/ExternalAccount+Ext.swift",
        "Extensions/Factor+Ext.swift",
        "Extensions/Factor+Sorting.swift",
        "Extensions/PhoneNumber+Ext.swift",
        "Extensions/Session+Ext.swift",
        "Extensions/SignIn+Ext.swift",
        "Extensions/SignUp+Ext.swift",
        "Extensions/String+UIExt.swift",
        "Extensions/UIImage+Ext.swift",
        "Extensions/User+Ext.swift",
        "Extensions/View+AppIcon.swift",
        "Extensions/View+ContentSizingDetent.swift",
        "Extensions/View+DismissKeyboard.swift",
        "Extensions/View+ErrorPresenting.swift",
        "Extensions/View+HiddenTextField.swift",
        "Extensions/View+OnFirstAppear.swift",
        "Extensions/View+PreGlass.swift",
        "Extensions/View+PreviewMocks.swift",
        "Extensions/View+TaskOnce.swift",
        "Prefetch/ClerkImagePrefetch.swift",
        "Theme/Buttons/ClerkButtonConfig.swift",
        "Theme/Buttons/NegativeButtonStyle.swift",
        "Theme/Buttons/PressedBackgroundButtonStyle.swift",
        "Theme/Buttons/PrimaryButtonStyle.swift",
        "Theme/Buttons/SecondaryButtonStyle.swift",
        "Theme/ClerkColors.swift",
        "Theme/ClerkDesign.swift",
        "Theme/ClerkFonts.swift",
        "Theme/ClerkTheme.swift",
        "Theme/ClerkThemes.swift",
        "Utils/RemoveResource.swift"
      ],
      "target_dependencies" : [
        "ClerkKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClerkKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ClerkKitTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Mocker",
        "ConcurrencyExtras"
      ],
      "sources" : [
        "Configuration/ClerkOptionsTests.swift",
        "Configuration/ConfigurationManagerTests.swift",
        "Configuration/InstanceEnvironmentTypeTests.swift",
        "Configuration/KeychainConfigTests.swift",
        "Configuration/RedirectConfigTests.swift",
        "Core/ClerkResponseClientStateTests.swift",
        "Core/ClerkTests.swift",
        "Core/OrganizationsTests.swift",
        "Core/WatchSyncPayloadTests.swift",
        "Domains/Auth/AuthTests.swift",
        "Domains/Auth/OAuthProviderTests.swift",
        "Domains/Auth/OIDCPromptTests.swift",
        "Domains/Auth/Passkey/PasskeyServiceTests.swift",
        "Domains/Auth/Passkey/PasskeyTests.swift",
        "Domains/Auth/Session/SessionServiceTests.swift",
        "Domains/Auth/Session/SessionTests.swift",
        "Domains/Auth/Session/SessionTokenFetcherTests.swift",
        "Domains/Auth/SignIn/SignInServiceTests.swift",
        "Domains/Auth/SignIn/SignInTests.swift",
        "Domains/Auth/SignUp/SignUpServiceTests.swift",
        "Domains/Auth/SignUp/SignUpTests.swift",
        "Domains/Client/ClientServiceTests.swift",
        "Domains/Client/ClientTests.swift",
        "Domains/Environment/EnvironmentServiceTests.swift",
        "Domains/Environment/EnvironmentTests.swift",
        "Domains/Environment/OrganizationSettingsDecodingTests.swift",
        "Domains/Organization/OrganizationCreationDefaultsTests.swift",
        "Domains/Organization/OrganizationServiceTests.swift",
        "Domains/Organization/OrganizationTests.swift",
        "Domains/User/EmailAddress/EmailAddressServiceTests.swift",
        "Domains/User/EmailAddress/EmailAddressTests.swift",
        "Domains/User/ExternalAccount/ExternalAccountServiceTests.swift",
        "Domains/User/ExternalAccount/ExternalAccountTests.swift",
        "Domains/User/PhoneNumber/PhoneNumberServiceTests.swift",
        "Domains/User/PhoneNumber/PhoneNumberTests.swift",
        "Domains/User/UserServiceTests.swift",
        "Domains/User/UserTests.swift",
        "Errors/ErrorTests.swift",
        "Integration/AuthAndClientIntegrationTests.swift",
        "Integration/EnvironmentIntegrationTests.swift",
        "Integration/IntegrationTestHelpers.swift",
        "Lifecycle/LifecycleManagerTests.swift",
        "Lifecycle/SessionPollingManagerTests.swift",
        "Lifecycle/TaskCoordinatorTests.swift",
        "Logging/ClerkLoggerTests.swift",
        "Middleware/ClerkAuthEventEmitterResponseMiddlewareTests.swift",
        "Middleware/ClerkClientSyncResponseMiddlewareTests.swift",
        "Middleware/ClerkHeaderRequestMiddlewareTests.swift",
        "Middleware/ClerkInvalidAuthResponseMiddlewareTests.swift",
        "Middleware/ClerkRateLimitRetryMiddlewareTests.swift",
        "Middleware/NetworkingPipelineResponseMiddlewareOrderTests.swift",
        "Networking/ClerkAPIClientTests.swift",
        "Storage/CacheManagerTests.swift",
        "Storage/ClerkKeychainKeyTests.swift",
        "Storage/SystemKeychainTests.swift",
        "TestSupport/InMemoryKeychain.swift",
        "TestSupport/TestHelpers.swift",
        "Utils/ExternalAuthUtilsTests.swift",
        "Utils/HTTPURLResponseExtensionsTests.swift",
        "Utils/JSONUtilitiesTests.swift",
        "Utils/JWTDecoderTests.swift",
        "Utils/LocaleUtilsTests.swift",
        "Utils/OptionalStringExtensionsTests.swift",
        "Utils/ProxyConfigurationTests.swift",
        "Utils/RetryingOperationTests.swift",
        "Utils/SessionStatusLoggerTests.swift",
        "Utils/SessionUtilsTests.swift",
        "Utils/StringExtensionsTests.swift",
        "Utils/URLEncodedFormEncoderTests.swift",
        "Utils/VersionTests.swift"
      ],
      "target_dependencies" : [
        "ClerkKit",
        "ClerkKitUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClerkKit",
      "module_type" : "SwiftTarget",
      "name" : "ClerkKit",
      "path" : "Sources/ClerkKit",
      "product_memberships" : [
        "ClerkKit",
        "ClerkKitUI"
      ],
      "sources" : [
        "Configuration/ClerkOptions.swift",
        "Configuration/ConfigurationManager.swift",
        "Core/Auth.swift",
        "Core/Clerk+Reconfigure.swift",
        "Core/Clerk.swift",
        "Core/Organizations.swift",
        "Dependencies/Dependencies.swift",
        "Dependencies/DependencyContainer.swift",
        "Domains/Auth/BackupCode/BackupCodeResource.swift",
        "Domains/Auth/Factor.swift",
        "Domains/Auth/FactorStrategy.swift",
        "Domains/Auth/IDTokenProvider.swift",
        "Domains/Auth/OAuthProvider.swift",
        "Domains/Auth/OIDCPrompt.swift",
        "Domains/Auth/Passkey/Passkey.swift",
        "Domains/Auth/Passkey/PasskeyService.swift",
        "Domains/Auth/Session/Session.swift",
        "Domains/Auth/Session/SessionService.swift",
        "Domains/Auth/Session/SessionTokenFetcher.swift",
        "Domains/Auth/SignIn/SignIn+Identifier.swift",
        "Domains/Auth/SignIn/SignIn+MfaType.swift",
        "Domains/Auth/SignIn/SignIn+ServiceParams.swift",
        "Domains/Auth/SignIn/SignIn+Status.swift",
        "Domains/Auth/SignIn/SignIn+UserData.swift",
        "Domains/Auth/SignIn/SignIn.swift",
        "Domains/Auth/SignIn/SignInService.swift",
        "Domains/Auth/SignUp/SignUp+Field.swift",
        "Domains/Auth/SignUp/SignUp+ServiceParams.swift",
        "Domains/Auth/SignUp/SignUp+Status.swift",
        "Domains/Auth/SignUp/SignUp.swift",
        "Domains/Auth/SignUp/SignUpService.swift",
        "Domains/Auth/TOTPResource.swift",
        "Domains/Auth/TokenResource.swift",
        "Domains/Auth/TransferFlowResult.swift",
        "Domains/Auth/Verification.swift",
        "Domains/Client/Client+Ext.swift",
        "Domains/Client/Client.swift",
        "Domains/Client/ClientResponse.swift",
        "Domains/Client/ClientService.swift",
        "Domains/Common/ClerkAPIError.swift",
        "Domains/Common/ClerkClientError.swift",
        "Domains/Common/ClerkError.swift",
        "Domains/Common/ClerkInitializationError.swift",
        "Domains/Common/ClerkPaginatedResponse.swift",
        "Domains/Common/DeletedObject.swift",
        "Domains/Common/ImageResource.swift",
        "Domains/Environment/AuthConfig.swift",
        "Domains/Environment/DisplayConfig.swift",
        "Domains/Environment/Environment.swift",
        "Domains/Environment/EnvironmentService.swift",
        "Domains/Environment/InstanceEnvironmentType.swift",
        "Domains/Environment/OrganizationSettings.swift",
        "Domains/Environment/UserSettings.swift",
        "Domains/Organization/Organization.swift",
        "Domains/Organization/OrganizationCreationDefaults.swift",
        "Domains/Organization/OrganizationDomain.swift",
        "Domains/Organization/OrganizationInvitation.swift",
        "Domains/Organization/OrganizationMembership.swift",
        "Domains/Organization/OrganizationMembershipRequest.swift",
        "Domains/Organization/OrganizationService.swift",
        "Domains/Organization/OrganizationSuggestion.swift",
        "Domains/Organization/PermissionResource.swift",
        "Domains/Organization/RoleResource.swift",
        "Domains/Organization/UserOrganizationInvitation.swift",
        "Domains/User/EmailAddress/EmailAddress.swift",
        "Domains/User/EmailAddress/EmailAddressAttemptVerificationParams.swift",
        "Domains/User/EmailAddress/EmailAddressPrepareVerificationParams.swift",
        "Domains/User/EmailAddress/EmailAddressService.swift",
        "Domains/User/EnterpriseAccount/EnterpriseAccount.swift",
        "Domains/User/ExternalAccount/ExternalAccount.swift",
        "Domains/User/ExternalAccount/ExternalAccountService.swift",
        "Domains/User/PhoneNumber/PhoneNumber.swift",
        "Domains/User/PhoneNumber/PhoneNumberService.swift",
        "Domains/User/PublicUserData.swift",
        "Domains/User/User.swift",
        "Domains/User/UserService.swift",
        "Domains/User/UserUpdateParams.swift",
        "Domains/User/UserUpdatePasswordParams.swift",
        "Events/AuthEvent.swift",
        "Events/EventEmitter.swift",
        "Helpers/AppAttestHelper.swift",
        "Helpers/PasskeyHelper.swift",
        "Helpers/SignInWithAppleHelper.swift",
        "Helpers/WatchConnectivityManager.swift",
        "Helpers/WatchConnectivitySyncProtocol.swift",
        "Helpers/WatchSyncPayload.swift",
        "Helpers/WatchSyncReceiver.swift",
        "Lifecycle/LifecycleManager.swift",
        "Lifecycle/SessionPollingManager.swift",
        "Lifecycle/TaskCoordinator.swift",
        "Lifecycle/WatchConnectivityCoordinator.swift",
        "Logging/ClerkLogger.swift",
        "Mocks/Clerk+Mocks.swift",
        "Mocks/Clerk+Preview.swift",
        "Mocks/MockDependencyContainer.swift",
        "Mocks/MockModels.swift",
        "Mocks/MockServices/MockClientService.swift",
        "Mocks/MockServices/MockEmailAddressService.swift",
        "Mocks/MockServices/MockEnvironmentService.swift",
        "Mocks/MockServices/MockExternalAccountService.swift",
        "Mocks/MockServices/MockOrganizationService.swift",
        "Mocks/MockServices/MockPasskeyService.swift",
        "Mocks/MockServices/MockPhoneNumberService.swift",
        "Mocks/MockServices/MockSessionService.swift",
        "Mocks/MockServices/MockSignInService.swift",
        "Mocks/MockServices/MockSignUpService.swift",
        "Mocks/MockServices/MockUserService.swift",
        "Networking/APIRequest.swift",
        "Networking/ClerkAPIClient.swift",
        "Networking/Middleware/ClerkAuthEventEmitterResponseMiddleware.swift",
        "Networking/Middleware/ClerkClientSyncResponseMiddleware.swift",
        "Networking/Middleware/ClerkDeviceTokenResponseMiddleware.swift",
        "Networking/Middleware/ClerkErrorThrowingResponseMiddleware.swift",
        "Networking/Middleware/ClerkHeaderRequestMiddleware.swift",
        "Networking/Middleware/ClerkInvalidAuthResponseMiddleware.swift",
        "Networking/Middleware/ClerkLoggingMiddleware.swift",
        "Networking/Middleware/ClerkProxyRequestMiddleware.swift",
        "Networking/Middleware/ClerkQueryItemsRequestMiddleware.swift",
        "Networking/Middleware/ClerkRateLimitRetryMiddleware.swift",
        "Networking/Middleware/ClerkURLEncodedFormEncoderMiddleware.swift",
        "Networking/Middleware/NetworkMiddleware.swift",
        "Storage/CacheManager.swift",
        "Storage/Keychain/Clerk+Keychain.swift",
        "Storage/Keychain/ClerkKeychainKey.swift",
        "Storage/Keychain/InMemoryKeychain.swift",
        "Storage/Keychain/KeychainStorage.swift",
        "Storage/Keychain/SystemKeychain.swift",
        "Telemetry/TelemetryCollector.swift",
        "Telemetry/TelemetryEnvironment.swift",
        "Telemetry/TelemetryEvents.swift",
        "Telemetry/TelemetryThrottler.swift",
        "Telemetry/TelemetryTypes.swift",
        "Utils/DeviceHelper.swift",
        "Utils/EnvironmentDetection.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/ProxyConfiguration.swift",
        "Utils/RetryingOperation.swift",
        "Utils/SessionStatusLogger.swift",
        "Utils/SessionUtils.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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/12] Copying PrivacyInfo.xcprivacy
[1/12] Write sources
[2/12] Copying Info.plist
[2/12] Write sources
[2/12] Copying PhoneNumberMetadata.json
[2/12] Copying Localizable.xcstrings
[2/12] Write sources
[9/12] Copying Colors.xcassets
[10/12] Copying Images.xcassets
[11/12] Write swift-version-2F0A5646E1D333AE.txt
[13/223] Emitting module PhoneNumberKit
[14/225] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[15/225] Compiling PhoneNumberKit resource_bundle_accessor.swift
[16/225] Compiling ClerkKit DependencyContainer.swift
[17/225] Compiling ClerkKit BackupCodeResource.swift
[18/225] Compiling ClerkKit ClerkOptions.swift
[19/225] Compiling ClerkKit ConfigurationManager.swift
[20/225] Compiling ClerkKit Auth.swift
[21/225] Compiling ClerkKit Environment.swift
[22/225] Compiling ClerkKit EnvironmentService.swift
[23/225] Compiling ClerkKit OIDCPrompt.swift
[24/225] Compiling ClerkKit Passkey.swift
[25/225] Compiling ClerkKit PasskeyService.swift
[26/225] Compiling ClerkKit Factor.swift
[27/225] Compiling ClerkKit FactorStrategy.swift
[28/225] Compiling ClerkKit IDTokenProvider.swift
[29/225] Compiling ClerkKit OAuthProvider.swift
[30/225] Compiling ClerkKit InstanceEnvironmentType.swift
[31/225] Compiling ClerkKit OrganizationSettings.swift
[32/225] Compiling ClerkKit Organizations.swift
[33/225] Compiling ClerkKit Dependencies.swift
[34/225] Compiling ClerkKit Clerk+Reconfigure.swift
[35/225] Compiling ClerkKit Clerk.swift
[36/225] Emitting module ClerkKit
[37/240] Compiling ClerkKit ClerkAPIClient.swift
[38/240] Compiling ClerkKit ClerkAuthEventEmitterResponseMiddleware.swift
[39/240] Compiling ClerkKit ClerkClientSyncResponseMiddleware.swift
[40/240] Compiling ClerkKit ClerkDeviceTokenResponseMiddleware.swift
[41/240] Compiling ClerkKit ClerkErrorThrowingResponseMiddleware.swift
[42/240] Compiling ClerkKit ClerkHeaderRequestMiddleware.swift
[43/240] Compiling ClerkKit ClerkInvalidAuthResponseMiddleware.swift
[44/240] Compiling ClerkKit ClerkLoggingMiddleware.swift
[45/240] Compiling ClerkKit ClerkProxyRequestMiddleware.swift
[46/240] Compiling ClerkKit ClerkQueryItemsRequestMiddleware.swift
[47/240] Compiling ClerkKit ClerkRateLimitRetryMiddleware.swift
[48/240] Compiling ClerkKit ClerkURLEncodedFormEncoderMiddleware.swift
[49/240] Compiling ClerkKit NetworkMiddleware.swift
[50/240] Compiling ClerkKit CacheManager.swift
[51/240] Compiling ClerkKit Clerk+Keychain.swift
[52/240] Compiling ClerkKit APIRequest.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
[53/240] Compiling ClerkKit ClerkKeychainKey.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
[54/240] Compiling ClerkKit InMemoryKeychain.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
[55/240] Compiling ClerkKit KeychainStorage.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
[56/240] Compiling ClerkKit SystemKeychain.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
[57/240] Compiling ClerkKit RoleResource.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
[58/240] Compiling ClerkKit Clerk+Preview.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
[59/240] Compiling ClerkKit MockDependencyContainer.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
[60/240] Compiling ClerkKit MockModels.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
[61/240] Compiling ClerkKit MockClientService.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
[62/245] Compiling ClerkKit MockPhoneNumberService.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
[63/245] Compiling ClerkKit MockSessionService.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
[64/245] Compiling ClerkKit MockSignInService.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
[65/245] Compiling ClerkKit MockSignUpService.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
[66/245] Compiling ClerkKit MockUserService.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
[67/245] Compiling ClerkKit OrganizationInvitation.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
[68/245] Compiling ClerkKit OrganizationMembership.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
[69/245] Compiling ClerkKit OrganizationMembershipRequest.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
[70/245] Compiling ClerkKit OrganizationService.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
[71/245] Compiling ClerkKit OrganizationSuggestion.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
[72/245] Compiling ClerkKit PermissionResource.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
[73/245] Compiling ClerkKit MockEmailAddressService.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
[74/245] Compiling ClerkKit MockEnvironmentService.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
[75/245] Compiling ClerkKit MockExternalAccountService.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
[76/245] Compiling ClerkKit MockOrganizationService.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
[77/245] Compiling ClerkKit MockPasskeyService.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
<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
<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
[82/245] Compiling ClerkKit OrganizationCreationDefaults.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
[83/245] Compiling ClerkKit OrganizationDomain.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
[114/245] Compiling ClerkKit AuthEvent.swift
[115/245] Compiling ClerkKit EventEmitter.swift
[116/245] Compiling ClerkKit AppAttestHelper.swift
[117/245] Compiling ClerkKit PasskeyHelper.swift
[118/245] Compiling ClerkKit SignInWithAppleHelper.swift
[119/245] Compiling ClerkKit WatchConnectivityManager.swift
[120/245] Compiling ClerkKit WatchConnectivitySyncProtocol.swift
[121/245] Compiling ClerkKit WatchSyncPayload.swift
[122/245] Compiling ClerkKit WatchSyncReceiver.swift
[123/245] Compiling ClerkKit LifecycleManager.swift
[124/245] Compiling ClerkKit SessionPollingManager.swift
[125/245] Compiling ClerkKit TaskCoordinator.swift
[126/245] Compiling ClerkKit WatchConnectivityCoordinator.swift
[127/245] Compiling ClerkKit ClerkLogger.swift
[128/245] Compiling ClerkKit Clerk+Mocks.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
<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
<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
<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
<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
<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
<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
[157/245] Emitting module Nuke
<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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[158/245] Compiling ClerkKit JSONEncoder+Ext.swift
[159/245] Compiling ClerkKit JWTDecoder.swift
[160/245] Compiling ClerkKit LocaleUtils.swift
[161/245] Compiling ClerkKit Optional+String.swift
[162/245] Compiling ClerkKit ProxyConfiguration.swift
[163/245] Compiling ClerkKit RetryingOperation.swift
[164/245] Compiling ClerkKit SessionStatusLogger.swift
[165/245] Compiling ClerkKit SessionUtils.swift
[166/245] Compiling ClerkKit String+Base64.swift
[167/245] Compiling ClerkKit String+Ext.swift
[168/245] Compiling ClerkKit String+JSON.swift
[169/245] Compiling ClerkKit URLEncodedFormEncoder.swift
[170/245] Compiling ClerkKit UserDefaults+Sendable.swift
[171/245] Compiling ClerkKit Version.swift
[172/245] Compiling ClerkKit WebAuthentication.swift
[177/245] Compiling Nuke TaskFetchOriginalData.swift
[178/245] Compiling Nuke TaskFetchOriginalImage.swift
[179/245] Compiling Nuke TaskFetchWithPublisher.swift
[180/245] Compiling Nuke TaskLoadData.swift
[181/245] Compiling Nuke TaskLoadImage.swift
[182/245] Compiling ClerkKit DeviceHelper.swift
[183/245] Compiling ClerkKit EnvironmentDetection.swift
[184/245] Compiling ClerkKit ExternalAuthUtils.swift
[185/245] Compiling ClerkKit HTTPURLResponse+Ext.swift
[186/245] Compiling ClerkKit JSON.swift
[187/245] Compiling ClerkKit JSONDecoder+Ext.swift
[188/245] Compiling ClerkKit TokenResource.swift
[189/245] Compiling ClerkKit TransferFlowResult.swift
[190/245] Compiling ClerkKit Verification.swift
[191/245] Compiling ClerkKit Client+Ext.swift
[192/245] Compiling ClerkKit Client.swift
[193/245] Compiling ClerkKit ClientResponse.swift
[194/245] Compiling ClerkKit ClientService.swift
[195/245] Compiling ClerkKit ClerkAPIError.swift
[196/245] Compiling ClerkKit ClerkClientError.swift
[197/245] Compiling ClerkKit ClerkError.swift
[198/245] Compiling ClerkKit ClerkInitializationError.swift
[199/245] Compiling ClerkKit ClerkPaginatedResponse.swift
[200/245] Compiling ClerkKit DeletedObject.swift
[201/245] Compiling ClerkKit ImageResource.swift
[202/245] Compiling ClerkKit AuthConfig.swift
[203/245] Compiling ClerkKit DisplayConfig.swift
[204/245] Compiling ClerkKit UserOrganizationInvitation.swift
[205/245] Compiling ClerkKit EmailAddress.swift
[206/245] Compiling ClerkKit EmailAddressAttemptVerificationParams.swift
[207/245] Compiling ClerkKit EmailAddressPrepareVerificationParams.swift
[208/245] Compiling ClerkKit EmailAddressService.swift
[209/245] Compiling ClerkKit EnterpriseAccount.swift
[210/245] Compiling ClerkKit ExternalAccount.swift
[211/245] Compiling ClerkKit ExternalAccountService.swift
[212/245] Compiling ClerkKit PhoneNumber.swift
[213/245] Compiling ClerkKit PhoneNumberService.swift
[214/245] Compiling ClerkKit PublicUserData.swift
[215/245] Compiling ClerkKit User.swift
[216/245] Compiling ClerkKit UserService.swift
[217/245] Compiling ClerkKit UserUpdateParams.swift
[218/245] Compiling ClerkKit UserUpdatePasswordParams.swift
[219/245] Compiling ClerkKit Session.swift
[220/245] Compiling ClerkKit SessionService.swift
[221/245] Compiling ClerkKit SessionTokenFetcher.swift
[222/245] Compiling ClerkKit SignIn+Identifier.swift
[223/245] Compiling ClerkKit SignIn+MfaType.swift
[224/245] Compiling ClerkKit SignIn+ServiceParams.swift
[225/245] Compiling ClerkKit SignIn+Status.swift
[226/245] Compiling ClerkKit SignIn+UserData.swift
[227/245] Compiling ClerkKit SignIn.swift
[228/245] Compiling ClerkKit SignInService.swift
[229/245] Compiling ClerkKit SignUp+Field.swift
[230/245] Compiling ClerkKit SignUp+ServiceParams.swift
[231/245] Compiling ClerkKit SignUp+Status.swift
[232/245] Compiling ClerkKit SignUp.swift
[233/245] Compiling ClerkKit SignUpService.swift
[234/245] Compiling ClerkKit TOTPResource.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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
<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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
<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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
<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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
<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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
<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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
<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
<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
<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
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/kean/Nuke.git
Fetching https://github.com/WeTransfer/Mocker
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
[1/7538] Fetching phonenumberkit
[303/36136] Fetching phonenumberkit, nuke
[1058/38025] Fetching phonenumberkit, nuke, mocker
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (1.69s)
Fetched https://github.com/kean/Nuke.git from cache (1.69s)
Fetched https://github.com/WeTransfer/Mocker from cache (1.69s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.70s)
Computing version for https://github.com/WeTransfer/Mocker
Computed https://github.com/WeTransfer/Mocker at 3.0.2 (6.15s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.55s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.9.0 (0.51s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.10 (0.62s)
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.10
Creating working copy for https://github.com/WeTransfer/Mocker
Working copy of https://github.com/WeTransfer/Mocker resolved at 3.0.2
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.9.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/212] Emitting module PhoneNumberKit
[3/214] Compiling ClerkKit ClerkOptions.swift
[4/214] Compiling ClerkKit ConfigurationManager.swift
[5/214] Compiling ClerkKit Auth.swift
[6/214] Compiling ClerkKit Session.swift
[7/214] Compiling ClerkKit SessionService.swift
[8/214] Compiling ClerkKit Passkey.swift
[9/214] Compiling ClerkKit PasskeyService.swift
[10/214] Compiling ClerkKit OAuthProvider.swift
[11/214] Compiling ClerkKit OIDCPrompt.swift
[12/214] Compiling ClerkKit FactorStrategy.swift
[13/214] Compiling ClerkKit IDTokenProvider.swift
[14/214] Compiling ClerkKit Dependencies.swift
[15/214] Compiling ClerkKit DependencyContainer.swift
[16/214] Compiling ClerkKit BackupCodeResource.swift
[17/214] Compiling ClerkKit Factor.swift
[18/214] Compiling ClerkKit SessionTokenFetcher.swift
[19/214] Compiling ClerkKit SignIn+Identifier.swift
[20/214] Compiling ClerkKit Clerk+Reconfigure.swift
[21/214] Compiling ClerkKit Clerk.swift
[22/214] Compiling ClerkKit Organizations.swift
[23/214] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[24/214] Compiling PhoneNumberKit resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/214] Emitting module Nuke
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[26/219] Compiling ClerkKit ClerkClientError.swift
[27/219] Compiling ClerkKit ClerkError.swift
[28/219] Compiling ClerkKit ClerkInitializationError.swift
[29/219] Compiling ClerkKit ClerkPaginatedResponse.swift
[30/219] Compiling ClerkKit DeletedObject.swift
[31/219] Compiling ClerkKit ImageResource.swift
[32/219] Compiling ClerkKit AuthConfig.swift
[33/219] Compiling ClerkKit DisplayConfig.swift
[34/219] Compiling ClerkKit Environment.swift
[35/219] Compiling ClerkKit EnvironmentService.swift
[36/219] Compiling ClerkKit SignUp.swift
[37/219] Compiling ClerkKit SignUpService.swift
[38/219] Compiling ClerkKit TOTPResource.swift
[39/219] Compiling ClerkKit TokenResource.swift
[40/219] Compiling ClerkKit TransferFlowResult.swift
[41/219] Compiling ClerkKit Verification.swift
[42/219] Compiling ClerkKit Client+Ext.swift
[43/219] Compiling ClerkKit Client.swift
[44/219] Compiling ClerkKit ClientResponse.swift
[45/219] Compiling ClerkKit ClientService.swift
[46/219] Compiling ClerkKit ClerkAPIError.swift
[47/219] Compiling ClerkKit SignIn.swift
[48/219] Compiling ClerkKit SignInService.swift
[49/219] Compiling ClerkKit SignUp+Field.swift
[50/219] Compiling ClerkKit SignUp+ServiceParams.swift
[51/219] Compiling ClerkKit SignUp+Status.swift
[56/219] Compiling ClerkKit SignIn+Status.swift
[57/219] Compiling ClerkKit SignIn+UserData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[76/219] Compiling Nuke TaskFetchOriginalData.swift
[77/219] Compiling Nuke TaskFetchOriginalImage.swift
[78/219] Compiling Nuke TaskFetchWithPublisher.swift
[79/219] Compiling Nuke TaskLoadData.swift
[80/219] Compiling Nuke TaskLoadImage.swift
BUILD FAILURE 6.1 macosSpm