The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftExtras, reference main (5c6dcf), with Swift 6.1 for Android on 15 Mar 2026 21:00:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SwiftExtras.git
Reference: main
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/0xWDG/SwiftExtras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5c6dcf1 Update ConfirmationButton
Cloned https://github.com/0xWDG/SwiftExtras.git
Revision (git rev-parse @):
5c6dcf1734f08134e0b061cad08d9aa14ce879cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SwiftExtras.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xWDG/SwiftExtras.git
https://github.com/0xWDG/SwiftExtras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "oslogviewer",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xWDG/OSLogViewer.git"
    }
  ],
  "manifest_display_name" : "SwiftExtras",
  "name" : "SwiftExtras",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftExtras",
      "targets" : [
        "SwiftExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtrasTests",
      "path" : "Tests/SwiftExtrasTests",
      "sources" : [
        "SwiftExtrasTests.swift"
      ],
      "target_dependencies" : [
        "SwiftExtras"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftExtras",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtras",
      "path" : "Sources/SwiftExtras",
      "product_dependencies" : [
        "OSLogViewer"
      ],
      "product_memberships" : [
        "SwiftExtras"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftExtras/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftExtras/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/BackgroundRemover.swift",
        "Classes/SensoryFeedback.swift",
        "Enums/AppInfo.swift",
        "Enums/Device.swift",
        "Extensions/Binding+for.swift",
        "Extensions/Binding+onChange.swift",
        "Extensions/Binding+optional.swift",
        "Extensions/CGFloat+.swift",
        "Extensions/CGSize+device.swift",
        "Extensions/Collection+.swift",
        "Extensions/Collection+safeIndex.swift",
        "Extensions/Color+Codable.swift",
        "Extensions/Color+Identifiable.swift",
        "Extensions/Color+colorBlind.swift",
        "Extensions/Color+components.swift",
        "Extensions/Color+default.swift",
        "Extensions/Color+dynamicColor.swift",
        "Extensions/Color+init.swift",
        "Extensions/Color+random.swift",
        "Extensions/Data+Compression.swift",
        "Extensions/Date+.swift",
        "Extensions/Date+Identifiable.swift",
        "Extensions/Date+getFormattedDate.swift",
        "Extensions/Double+.swift",
        "Extensions/Error+errorCode.swift",
        "Extensions/Float.swift",
        "Extensions/Image+Platform.swift",
        "Extensions/Image+centerCropped.swift",
        "Extensions/Int+.swift",
        "Extensions/Locale+Utilities.swift",
        "Extensions/LocalizedStringKey+.swift",
        "Extensions/LocalizedStringKey+Identifiable.swift",
        "Extensions/Logger+.swift",
        "Extensions/NotificationName+.swift",
        "Extensions/Optional+isNilOrEmpty.swift",
        "Extensions/PlatformColor+.swift",
        "Extensions/PlatformImage+.swift",
        "Extensions/ProcessInfo+Utilities.swift",
        "Extensions/Sequence+.swift",
        "Extensions/String/String+ANSIColors.swift",
        "Extensions/String/String+Base64.swift",
        "Extensions/String/String+HTML.swift",
        "Extensions/String/String+IdentifiableString.swift",
        "Extensions/String/String+clean.swift",
        "Extensions/String/String+contains.swift",
        "Extensions/String/String+error.swift",
        "Extensions/String/String+hashed.swift",
        "Extensions/String/String+slice.swift",
        "Extensions/String/String+slugified.swift",
        "Extensions/String/String+subscript.swift",
        "Extensions/String/String+trimmed.swift",
        "Extensions/String/String+url.swift",
        "Extensions/StringProtocol+.swift",
        "Extensions/Task+.swift",
        "Extensions/Text+Gradient.swift",
        "Extensions/TimeInterval+.swift",
        "Extensions/UIDevice+Utilities.swift",
        "Extensions/URL+.swift",
        "Extensions/URLSession.swift",
        "Extensions/UserDefaults+subscript.swift",
        "Extensions/View/View+Error.swift",
        "Extensions/View/View+Frame.swift",
        "Extensions/View/View+Log.swift",
        "Extensions/View/View+Task.swift",
        "Extensions/View/View+View+onChange.swift.swift",
        "Extensions/View/View+adaptiveColor.swift",
        "Extensions/View/View+colorScheme.swift",
        "Extensions/View/View+getRootViewController.swift",
        "Extensions/View/View+horizontallyCentered.swift",
        "Extensions/View/View+modifier.swift",
        "Extensions/View/View+onFirstAppear.swift",
        "Extensions/View/View+onLandscape.swift",
        "Extensions/View/View+onNotification.swift",
        "Extensions/View/View+onboarding.swift",
        "Extensions/View/View+readOffsetX.swift",
        "Extensions/View/View+render.swift",
        "Extensions/View/View+sizeSaver.swift",
        "Extensions/View/View+snapshot.swift",
        "Extensions/View/View+stretchy.swift",
        "Functions/kMeansCluster.swift",
        "Layout/WStack.swift",
        "Modifiers/Button+longPress.swift",
        "Modifiers/KeyboardDismissModifier.swift",
        "Modifiers/PulsatingEffect.swift",
        "Modifiers/ShakeEffect.swift",
        "MultiPlatform/NSPasteboard+string.swift",
        "MultiPlatform/PlatformTypes.swift",
        "MultiPlatform/PlatformViewRepresentable.swift",
        "MultiPlatform/openURL.swift",
        "Operators/RegularExpressionOperator.swift",
        "Operators/optionalBinding.swift",
        "Representables/MailView.swift",
        "Representables/SFSafari.swift",
        "Representables/WebView.swift",
        "Shapes/HexShape.swift",
        "Structs/SEAcknowledgement.swift",
        "Structs/SEChangeLogEntry.swift",
        "Structs/SocialIcons.swift",
        "Styles/BorderedToggleStyle.swift",
        "Styles/ColoredButtonStyle.swift",
        "Styles/GrayButtonStyle.swift",
        "Styles/ListButtonStyle.swift",
        "Styles/PlainBorderedToggleStyle.swift",
        "Styles/ToggleButtonStyle.swift",
        "SwiftExtras.swift",
        "SwiftUI/AsyncTask.swift",
        "SwiftUI/AsyncView.swift",
        "SwiftUI/CardView.swift",
        "SwiftUI/CarouselView.swift",
        "SwiftUI/ConfettiView.swift",
        "SwiftUI/ConfirmationButton.swift",
        "SwiftUI/CopyableLabeledContent.swift",
        "SwiftUI/DisclosureSection.swift",
        "SwiftUI/FloatingTextField.swift",
        "SwiftUI/HorizontalStepper.swift",
        "SwiftUI/IndexedList.swift",
        "SwiftUI/LimitedTextField.swift",
        "SwiftUI/MonthYearPickerView.swift",
        "SwiftUI/MultiSelectPickerView.swift",
        "SwiftUI/MultiSelectView.swift",
        "SwiftUI/NavigationViewIfNeeded.swift",
        "SwiftUI/NotificationOnboarding.swift",
        "SwiftUI/NotificationView.swift",
        "SwiftUI/Onboarding.swift",
        "SwiftUI/SEAcknowledgementView.swift",
        "SwiftUI/SEChangeLogView.swift",
        "SwiftUI/SESettingsView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/0xWDG/OSLogViewer.git
[1/1585] Fetching oslogviewer
Fetched https://github.com/0xWDG/OSLogViewer.git from cache (0.35s)
Creating working copy for https://github.com/0xWDG/OSLogViewer.git
Working copy of https://github.com/0xWDG/OSLogViewer.git resolved at main (e45ebc5)
Building for debugging...
[0/8] Copying Info.plist
[0/8] Write sources
[0/8] Copying Info.plist
[0/8] Copying Localizable.xcstrings
[0/8] Write sources
[5/8] Copying Localizable.xcstrings
[6/8] Copying Assets.xcassets
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/13] Compiling OSLogViewer OSLogViewer.Colors.swift
[10/13] Compiling OSLogViewer resource_bundle_accessor.swift
[11/13] Compiling OSLogViewer OSLogViewer.swift
[12/13] Emitting module OSLogViewer
[13/13] Compiling OSLogViewer OSLogExtractor.swift
[15/127] Compiling SwiftExtras SEChangeLogEntry.swift
[16/127] Compiling SwiftExtras SocialIcons.swift
[17/127] Compiling SwiftExtras BorderedToggleStyle.swift
[18/127] Compiling SwiftExtras ColoredButtonStyle.swift
[19/127] Compiling SwiftExtras GrayButtonStyle.swift
[20/127] Compiling SwiftExtras ListButtonStyle.swift
[21/127] Compiling SwiftExtras PlainBorderedToggleStyle.swift
[22/127] Compiling SwiftExtras ToggleButtonStyle.swift
[23/127] Compiling SwiftExtras SwiftExtras.swift
[24/127] Compiling SwiftExtras AsyncTask.swift
[25/127] Compiling SwiftExtras AsyncView.swift
[26/127] Compiling SwiftExtras CardView.swift
[27/127] Compiling SwiftExtras CarouselView.swift
[28/127] Compiling SwiftExtras ConfettiView.swift
[29/127] Compiling SwiftExtras ConfirmationButton.swift
[30/127] Compiling SwiftExtras CopyableLabeledContent.swift
[31/143] Compiling SwiftExtras View+View+onChange.swift.swift
[32/143] Compiling SwiftExtras View+adaptiveColor.swift
[33/143] Compiling SwiftExtras View+colorScheme.swift
[34/143] Compiling SwiftExtras View+getRootViewController.swift
[35/143] Compiling SwiftExtras View+horizontallyCentered.swift
[36/143] Compiling SwiftExtras View+modifier.swift
[37/143] Compiling SwiftExtras View+onFirstAppear.swift
[38/143] Compiling SwiftExtras View+onLandscape.swift
[39/143] Compiling SwiftExtras View+onNotification.swift
[40/143] Compiling SwiftExtras View+onboarding.swift
[41/143] Compiling SwiftExtras View+readOffsetX.swift
[42/143] Compiling SwiftExtras View+render.swift
[43/143] Compiling SwiftExtras View+sizeSaver.swift
[44/143] Compiling SwiftExtras View+snapshot.swift
[45/143] Compiling SwiftExtras View+stretchy.swift
[46/143] Compiling SwiftExtras kMeansCluster.swift
[47/143] Compiling SwiftExtras WStack.swift
[48/143] Compiling SwiftExtras Button+longPress.swift
[49/143] Compiling SwiftExtras KeyboardDismissModifier.swift
[50/143] Compiling SwiftExtras PulsatingEffect.swift
[51/143] Compiling SwiftExtras ShakeEffect.swift
[52/143] Compiling SwiftExtras NSPasteboard+string.swift
[53/143] Compiling SwiftExtras PlatformTypes.swift
[54/143] Compiling SwiftExtras PlatformViewRepresentable.swift
[55/143] Compiling SwiftExtras openURL.swift
[56/143] Compiling SwiftExtras RegularExpressionOperator.swift
[57/143] Compiling SwiftExtras optionalBinding.swift
[58/143] Compiling SwiftExtras MailView.swift
[59/143] Compiling SwiftExtras SFSafari.swift
[60/143] Compiling SwiftExtras WebView.swift
[61/143] Compiling SwiftExtras HexShape.swift
[62/143] Compiling SwiftExtras SEAcknowledgement.swift
[63/143] Compiling SwiftExtras String+slugified.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[64/143] Compiling SwiftExtras String+subscript.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[65/143] Compiling SwiftExtras String+trimmed.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[66/143] Compiling SwiftExtras String+url.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[67/143] Compiling SwiftExtras StringProtocol+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[68/143] Compiling SwiftExtras Task+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[69/143] Compiling SwiftExtras Text+Gradient.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[70/143] Compiling SwiftExtras TimeInterval+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[71/143] Compiling SwiftExtras UIDevice+Utilities.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[72/143] Compiling SwiftExtras URL+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[73/143] Compiling SwiftExtras URLSession.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[74/143] Compiling SwiftExtras UserDefaults+subscript.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[75/143] Compiling SwiftExtras View+Error.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[76/143] Compiling SwiftExtras View+Frame.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[77/143] Compiling SwiftExtras View+Log.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[78/143] Compiling SwiftExtras View+Task.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URL+.swift:64:13: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         request.httpMethod = "HEAD"
63 |         URLSession.ignoreCertificateErrors.dataTask(with: request) { _, response, _ in
64 |             completion((response as? HTTPURLResponse)?.statusCode == 200)
   |             |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |         }
66 |         .resume()
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[79/143] Compiling SwiftExtras DisclosureSection.swift
[80/143] Compiling SwiftExtras FloatingTextField.swift
[81/143] Compiling SwiftExtras HorizontalStepper.swift
[82/143] Compiling SwiftExtras IndexedList.swift
[83/143] Compiling SwiftExtras LimitedTextField.swift
[84/143] Compiling SwiftExtras MonthYearPickerView.swift
[85/143] Compiling SwiftExtras MultiSelectPickerView.swift
[86/143] Compiling SwiftExtras MultiSelectView.swift
[87/143] Compiling SwiftExtras NavigationViewIfNeeded.swift
[88/143] Compiling SwiftExtras NotificationOnboarding.swift
[89/143] Compiling SwiftExtras NotificationView.swift
[90/143] Compiling SwiftExtras Onboarding.swift
[91/143] Compiling SwiftExtras SEAcknowledgementView.swift
[92/143] Compiling SwiftExtras SEChangeLogView.swift
[93/143] Compiling SwiftExtras SESettingsView.swift
[94/143] Compiling SwiftExtras resource_bundle_accessor.swift
[95/143] Emitting module SwiftExtras
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
[96/143] Compiling SwiftExtras BackgroundRemover.swift
[97/143] Compiling SwiftExtras SensoryFeedback.swift
[98/143] Compiling SwiftExtras AppInfo.swift
[99/143] Compiling SwiftExtras Device.swift
[100/143] Compiling SwiftExtras Binding+for.swift
[101/143] Compiling SwiftExtras Binding+onChange.swift
[102/143] Compiling SwiftExtras Binding+optional.swift
[103/143] Compiling SwiftExtras CGFloat+.swift
[104/143] Compiling SwiftExtras CGSize+device.swift
[105/143] Compiling SwiftExtras Collection+.swift
[106/143] Compiling SwiftExtras Collection+safeIndex.swift
[107/143] Compiling SwiftExtras Color+Codable.swift
[108/143] Compiling SwiftExtras Color+Identifiable.swift
[109/143] Compiling SwiftExtras Color+colorBlind.swift
[110/143] Compiling SwiftExtras Color+components.swift
[111/143] Compiling SwiftExtras Color+default.swift
[112/143] Compiling SwiftExtras Color+dynamicColor.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[113/143] Compiling SwiftExtras Color+init.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[114/143] Compiling SwiftExtras Color+random.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[115/143] Compiling SwiftExtras Data+Compression.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[116/143] Compiling SwiftExtras Date+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[117/143] Compiling SwiftExtras Date+Identifiable.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[118/143] Compiling SwiftExtras Date+getFormattedDate.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[119/143] Compiling SwiftExtras Double+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[120/143] Compiling SwiftExtras Error+errorCode.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[121/143] Compiling SwiftExtras Float.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[122/143] Compiling SwiftExtras Image+Platform.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[123/143] Compiling SwiftExtras Image+centerCropped.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[124/143] Compiling SwiftExtras Int+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[125/143] Compiling SwiftExtras Locale+Utilities.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[126/143] Compiling SwiftExtras LocalizedStringKey+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[127/143] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:134:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |
133 |     /// First day of the week
134 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 |     /// Array of capitalized first letters of the weekdays
[128/143] Compiling SwiftExtras Logger+.swift
[129/143] Compiling SwiftExtras NotificationName+.swift
[130/143] Compiling SwiftExtras Optional+isNilOrEmpty.swift
[131/143] Compiling SwiftExtras PlatformColor+.swift
[132/143] Compiling SwiftExtras PlatformImage+.swift
[133/143] Compiling SwiftExtras ProcessInfo+Utilities.swift
[134/143] Compiling SwiftExtras Sequence+.swift
[135/143] Compiling SwiftExtras String+ANSIColors.swift
[136/143] Compiling SwiftExtras String+Base64.swift
[137/143] Compiling SwiftExtras String+HTML.swift
[138/143] Compiling SwiftExtras String+IdentifiableString.swift
[139/143] Compiling SwiftExtras String+clean.swift
[140/143] Compiling SwiftExtras String+contains.swift
[141/143] Compiling SwiftExtras String+error.swift
[142/143] Compiling SwiftExtras String+hashed.swift
[143/143] Compiling SwiftExtras String+slice.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling OSLogViewer OSLogViewer.swift
[3/6] Compiling OSLogViewer OSLogViewer.Colors.swift
[4/6] Compiling OSLogViewer OSLogExtractor.swift
[5/6] Emitting module OSLogViewer
[6/6] Compiling OSLogViewer resource_bundle_accessor.swift
[8/120] Compiling SwiftExtras View+View+onChange.swift.swift
[9/120] Compiling SwiftExtras View+adaptiveColor.swift
[10/120] Compiling SwiftExtras View+colorScheme.swift
[11/120] Compiling SwiftExtras View+getRootViewController.swift
[12/120] Compiling SwiftExtras View+horizontallyCentered.swift
[13/120] Compiling SwiftExtras View+modifier.swift
[14/120] Compiling SwiftExtras View+onFirstAppear.swift
[15/120] Compiling SwiftExtras View+onLandscape.swift
[16/120] Compiling SwiftExtras View+onNotification.swift
[17/120] Compiling SwiftExtras View+onboarding.swift
[18/120] Compiling SwiftExtras View+readOffsetX.swift
[19/120] Compiling SwiftExtras View+render.swift
[20/120] Compiling SwiftExtras View+sizeSaver.swift
[21/120] Compiling SwiftExtras View+snapshot.swift
[22/120] Compiling SwiftExtras View+stretchy.swift
[23/120] Compiling SwiftExtras kMeansCluster.swift
[24/120] Compiling SwiftExtras SEChangeLogEntry.swift
[25/120] Compiling SwiftExtras SocialIcons.swift
[26/120] Compiling SwiftExtras BorderedToggleStyle.swift
[27/120] Compiling SwiftExtras ColoredButtonStyle.swift
[28/120] Compiling SwiftExtras GrayButtonStyle.swift
[29/120] Compiling SwiftExtras ListButtonStyle.swift
[30/120] Compiling SwiftExtras PlainBorderedToggleStyle.swift
[31/120] Compiling SwiftExtras ToggleButtonStyle.swift
[32/120] Compiling SwiftExtras SwiftExtras.swift
[33/120] Compiling SwiftExtras AsyncTask.swift
[34/120] Compiling SwiftExtras AsyncView.swift
[35/120] Compiling SwiftExtras CardView.swift
[36/120] Compiling SwiftExtras CarouselView.swift
[37/120] Compiling SwiftExtras ConfettiView.swift
[38/120] Compiling SwiftExtras ConfirmationButton.swift
[39/120] Compiling SwiftExtras CopyableLabeledContent.swift
[40/120] Compiling SwiftExtras WStack.swift
[41/120] Compiling SwiftExtras Button+longPress.swift
[42/120] Compiling SwiftExtras KeyboardDismissModifier.swift
[43/120] Compiling SwiftExtras PulsatingEffect.swift
[44/120] Compiling SwiftExtras ShakeEffect.swift
[45/120] Compiling SwiftExtras NSPasteboard+string.swift
[46/120] Compiling SwiftExtras PlatformTypes.swift
[47/120] Compiling SwiftExtras PlatformViewRepresentable.swift
[48/120] Compiling SwiftExtras openURL.swift
[49/120] Compiling SwiftExtras RegularExpressionOperator.swift
[50/120] Compiling SwiftExtras optionalBinding.swift
[51/120] Compiling SwiftExtras MailView.swift
[52/120] Compiling SwiftExtras SFSafari.swift
[53/120] Compiling SwiftExtras WebView.swift
[54/120] Compiling SwiftExtras HexShape.swift
[55/120] Compiling SwiftExtras SEAcknowledgement.swift
[56/136] Emitting module SwiftExtras
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
[57/136] Compiling SwiftExtras DisclosureSection.swift
[58/136] Compiling SwiftExtras FloatingTextField.swift
[59/136] Compiling SwiftExtras HorizontalStepper.swift
[60/136] Compiling SwiftExtras IndexedList.swift
[61/136] Compiling SwiftExtras LimitedTextField.swift
[62/136] Compiling SwiftExtras MonthYearPickerView.swift
[63/136] Compiling SwiftExtras MultiSelectPickerView.swift
[64/136] Compiling SwiftExtras MultiSelectView.swift
[65/136] Compiling SwiftExtras NavigationViewIfNeeded.swift
[66/136] Compiling SwiftExtras NotificationOnboarding.swift
[67/136] Compiling SwiftExtras NotificationView.swift
[68/136] Compiling SwiftExtras Onboarding.swift
[69/136] Compiling SwiftExtras SEAcknowledgementView.swift
[70/136] Compiling SwiftExtras SEChangeLogView.swift
[71/136] Compiling SwiftExtras SESettingsView.swift
[72/136] Compiling SwiftExtras resource_bundle_accessor.swift
[73/136] Compiling SwiftExtras BackgroundRemover.swift
[74/136] Compiling SwiftExtras SensoryFeedback.swift
[75/136] Compiling SwiftExtras AppInfo.swift
[76/136] Compiling SwiftExtras Device.swift
[77/136] Compiling SwiftExtras Binding+for.swift
[78/136] Compiling SwiftExtras Binding+onChange.swift
[79/136] Compiling SwiftExtras Binding+optional.swift
[80/136] Compiling SwiftExtras CGFloat+.swift
[81/136] Compiling SwiftExtras CGSize+device.swift
[82/136] Compiling SwiftExtras Collection+.swift
[83/136] Compiling SwiftExtras Collection+safeIndex.swift
[84/136] Compiling SwiftExtras Color+Codable.swift
[85/136] Compiling SwiftExtras Color+Identifiable.swift
[86/136] Compiling SwiftExtras Color+colorBlind.swift
[87/136] Compiling SwiftExtras Color+components.swift
[88/136] Compiling SwiftExtras Color+default.swift
[89/136] Compiling SwiftExtras Color+dynamicColor.swift
[90/136] Compiling SwiftExtras Color+init.swift
[91/136] Compiling SwiftExtras Color+random.swift
[92/136] Compiling SwiftExtras Data+Compression.swift
[93/136] Compiling SwiftExtras Date+.swift
[94/136] Compiling SwiftExtras Date+Identifiable.swift
[95/136] Compiling SwiftExtras Date+getFormattedDate.swift
[96/136] Compiling SwiftExtras Double+.swift
[97/136] Compiling SwiftExtras Error+errorCode.swift
[98/136] Compiling SwiftExtras Float.swift
[99/136] Compiling SwiftExtras Image+Platform.swift
[100/136] Compiling SwiftExtras Image+centerCropped.swift
[101/136] Compiling SwiftExtras Int+.swift
[102/136] Compiling SwiftExtras Locale+Utilities.swift
[103/136] Compiling SwiftExtras LocalizedStringKey+.swift
[104/136] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
[105/136] Compiling SwiftExtras Logger+.swift
[106/136] Compiling SwiftExtras NotificationName+.swift
[107/136] Compiling SwiftExtras Optional+isNilOrEmpty.swift
[108/136] Compiling SwiftExtras PlatformColor+.swift
[109/136] Compiling SwiftExtras PlatformImage+.swift
[110/136] Compiling SwiftExtras ProcessInfo+Utilities.swift
[111/136] Compiling SwiftExtras Sequence+.swift
[112/136] Compiling SwiftExtras String+ANSIColors.swift
[113/136] Compiling SwiftExtras String+Base64.swift
[114/136] Compiling SwiftExtras String+HTML.swift
[115/136] Compiling SwiftExtras String+IdentifiableString.swift
[116/136] Compiling SwiftExtras String+clean.swift
[117/136] Compiling SwiftExtras String+contains.swift
[118/136] Compiling SwiftExtras String+error.swift
[119/136] Compiling SwiftExtras String+hashed.swift
[120/136] Compiling SwiftExtras String+slice.swift
[121/136] Compiling SwiftExtras String+slugified.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[122/136] Compiling SwiftExtras String+subscript.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[123/136] Compiling SwiftExtras String+trimmed.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[124/136] Compiling SwiftExtras String+url.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[125/136] Compiling SwiftExtras StringProtocol+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[126/136] Compiling SwiftExtras Task+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[127/136] Compiling SwiftExtras Text+Gradient.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[128/136] Compiling SwiftExtras TimeInterval+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[129/136] Compiling SwiftExtras UIDevice+Utilities.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[130/136] Compiling SwiftExtras URL+.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[131/136] Compiling SwiftExtras URLSession.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[132/136] Compiling SwiftExtras UserDefaults+subscript.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[133/136] Compiling SwiftExtras View+Error.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[134/136] Compiling SwiftExtras View+Frame.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[135/136] Compiling SwiftExtras View+Log.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
[136/136] Compiling SwiftExtras View+Task.swift
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:17:14: warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 | #endif
16 |
17 | public class IgnoreSSLErrorsDelegate: NSObject, URLSessionDelegate, URLSessionTaskDelegate {
   |              `- warning: non-final class 'IgnoreSSLErrorsDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     /// urlSession(_:didReceive:completionHandler:) - Ignore SSL certificate errors
19 |     /// - Parameters:
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:32:14: error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
30 | #else
31 |         switch challenge.protectionSpace.authenticationMethod {
32 |         case NSURLAuthenticationMethodServerTrust:
   |              `- error: 'NSURLAuthenticationMethodServerTrust' is unavailable: swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
FoundationNetworking.NSURLAuthenticationMethodServerTrust:2:12: note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "swift-corelibs-foundation does not support methods of authentication that rely on the Darwin Security framework.")
2 | public let NSURLAuthenticationMethodServerTrust: String
  |            `- note: 'NSURLAuthenticationMethodServerTrust' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/SwiftExtras/Extensions/URLSession.swift:34:81: error: incorrect argument label in call (have 'trust:', expected 'coder:')
32 |         case NSURLAuthenticationMethodServerTrust:
33 |             // No trust APIs on Linux
34 |             let cred = challenge.protectionSpace.serverTrust.map { URLCredential(trust: $0) }
   |                                                                                 `- error: incorrect argument label in call (have 'trust:', expected 'coder:')
35 |             return (.useCredential, cred)
36 |         default:
BUILD FAILURE 6.1 android