The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OktaClient, reference 2.0.0 (94acba), with Swift 5.10 for Linux on 25 Jun 2025 23:28:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AuthFoundation.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:49:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:61:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
[121/141] Compiling AuthFoundation AdditionalValuesCodingKeys.swift
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'iOS'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'Windows'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: warning: unknown operating system for build configuration 'os'
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'iOS'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'Windows'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: warning: unknown operating system for build configuration 'os'
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'iOS'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'Windows'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'iOS'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'Windows'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'iOS'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'Windows'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:24:6: warning: type 'NotificationCenter' does not conform to the 'Sendable' protocol
    @TaskLocal public static var notificationCenter: NotificationCenter = .default
     ^
Foundation.NotificationCenter:1:12: note: class 'NotificationCenter' does not conform to the 'Sendable' protocol
open class NotificationCenter : NSObject {
           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AuthFoundation.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:49:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:61:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
[122/141] Compiling AuthFoundation AsyncUtilities.swift
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'iOS'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'Windows'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: warning: unknown operating system for build configuration 'os'
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'iOS'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'Windows'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: warning: unknown operating system for build configuration 'os'
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'iOS'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'Windows'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'iOS'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'Windows'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'iOS'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'Windows'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:24:6: warning: type 'NotificationCenter' does not conform to the 'Sendable' protocol
    @TaskLocal public static var notificationCenter: NotificationCenter = .default
     ^
Foundation.NotificationCenter:1:12: note: class 'NotificationCenter' does not conform to the 'Sendable' protocol
open class NotificationCenter : NSObject {
           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AuthFoundation.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:49:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:61:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
[123/141] Compiling AuthFoundation BackgroundTaskWrapper.swift
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'iOS'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'Windows'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: warning: unknown operating system for build configuration 'os'
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'iOS'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'Windows'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: warning: unknown operating system for build configuration 'os'
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'iOS'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'Windows'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'iOS'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'Windows'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'iOS'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'Windows'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:24:6: warning: type 'NotificationCenter' does not conform to the 'Sendable' protocol
    @TaskLocal public static var notificationCenter: NotificationCenter = .default
     ^
Foundation.NotificationCenter:1:12: note: class 'NotificationCenter' does not conform to the 'Sendable' protocol
open class NotificationCenter : NSObject {
           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AuthFoundation.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:49:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:61:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
[124/141] Compiling AuthFoundation Bundle+AuthFoundation.swift
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'iOS'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'Windows'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: warning: unknown operating system for build configuration 'os'
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'iOS'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'Windows'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: warning: unknown operating system for build configuration 'os'
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'iOS'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'Windows'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'iOS'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'Windows'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'iOS'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'Windows'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:24:6: warning: type 'NotificationCenter' does not conform to the 'Sendable' protocol
    @TaskLocal public static var notificationCenter: NotificationCenter = .default
     ^
Foundation.NotificationCenter:1:12: note: class 'NotificationCenter' does not conform to the 'Sendable' protocol
open class NotificationCenter : NSObject {
           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AuthFoundation.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:49:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:61:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
[125/141] Compiling AuthFoundation CoalescedResult.swift
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'iOS'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'Windows'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: warning: unknown operating system for build configuration 'os'
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'iOS'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'Windows'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: warning: unknown operating system for build configuration 'os'
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'iOS'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'Windows'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'iOS'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'Windows'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'iOS'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'Windows'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:24:6: warning: type 'NotificationCenter' does not conform to the 'Sendable' protocol
    @TaskLocal public static var notificationCenter: NotificationCenter = .default
     ^
Foundation.NotificationCenter:1:12: note: class 'NotificationCenter' does not conform to the 'Sendable' protocol
open class NotificationCenter : NSObject {
           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AuthFoundation.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:49:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:61:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
[126/141] Compiling AuthFoundation Data+Extensions.swift
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'iOS'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialCoordinatorImpl.swift:161:85: note: did you mean 'Windows'?
        #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                    ^~~~~~~~
                                                                                    Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: warning: unknown operating system for build configuration 'os'
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'iOS'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                iOS
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Internal/CredentialSecurity+Internal.swift:20:81: note: did you mean 'Windows'?
    #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                                ^~~~~~~~
                                                                                Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: warning: unknown operating system for build configuration 'os'
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'iOS'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:27:108: note: did you mean 'Windows'?
    #if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                           ^~~~~~~~
                                                                                                           Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'iOS'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/BackgroundTaskWrapper.swift:40:104: note: did you mean 'Windows'?
#if canImport(UIKit) && (os(iOS) || os(tvOS) || targetEnvironment(macCatalyst) || (swift(>=5.10) && os(visionOS)))
                                                                                                       ^~~~~~~~
                                                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: warning: unknown operating system for build configuration 'os'
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'iOS'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       iOS
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/Data+Extensions.swift:34:72: note: did you mean 'Windows'?
        #if os(iOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS)) || os(macOS)
                                                                       ^~~~~~~~
                                                                       Windows
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:24:6: warning: type 'NotificationCenter' does not conform to the 'Sendable' protocol
    @TaskLocal public static var notificationCenter: NotificationCenter = .default
     ^
Foundation.NotificationCenter:1:12: note: class 'NotificationCenter' does not conform to the 'Sendable' protocol
open class NotificationCenter : NSObject {
           ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:150:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` closure
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/AsyncUtilities.swift:189:17: warning: capture of 'group' with non-sendable type 'DispatchGroup' in a `@Sendable` local function
        defer { group.leave() }
                ^
Dispatch.DispatchGroup:1:14: note: class 'DispatchGroup' does not conform to the 'Sendable' protocol
public class DispatchGroup : DispatchObject {
             ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AuthFoundation.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:49:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AuthFoundation/Utilities/CoalescedResult.swift:61:13: warning: capture of 'semaphore' with non-sendable type 'DispatchSemaphore' in a `@Sendable` closure
            semaphore.signal()
            ^
Dispatch.DispatchSemaphore:1:14: note: class 'DispatchSemaphore' does not conform to the 'Sendable' protocol
public class DispatchSemaphore : DispatchObject {
             ^
[127/141] Compiling AuthFoundation Token+TestExtensions.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[128/141] Compiling AuthFoundation UserDefaultsTokenStorage.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[129/141] Compiling AuthFoundation Token+Context.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[130/141] Compiling AuthFoundation Token+Enums.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[131/141] Compiling AuthFoundation Token+Initialization.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[132/141] Compiling AuthFoundation Token+Metadata.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[133/141] Compiling AuthFoundation Token.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[134/141] Compiling AuthFoundation TokenError.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[135/141] Compiling AuthFoundation TokenExchangeCoordinator.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[136/141] Compiling AuthFoundation TokenHashValidator.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[137/141] Compiling AuthFoundation TokenStorage.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[138/141] Compiling AuthFoundation Credential+Extensions.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[139/141] Compiling AuthFoundation Credential.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[140/141] Compiling AuthFoundation CredentialCoordinator.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[141/141] Compiling AuthFoundation CredentialDataSource+Extensions.swift
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token+Metadata.swift:67:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/Token Management/Token.swift:164:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:488:23: warning: static property 'tokenRefreshed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshed = Notification.Name("com.okta.token.refresh.success")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:24:23: warning: static property 'defaultCredentialChanged' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let defaultCredentialChanged = Notification.Name("com.okta.defaultCredentialChanged")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:29:23: warning: static property 'credentialCreated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialCreated = Notification.Name("com.okta.credential.created")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:32:23: warning: static property 'credentialRemoved' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRemoved = Notification.Name("com.okta.credential.removed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:35:23: warning: static property 'credentialMigrated' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialMigrated = Notification.Name("com.okta.credential.migrated")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/User Management/Credential+Extensions.swift:38:23: warning: static property 'credentialRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let credentialRefreshFailed = Notification.Name("com.okta.credential.refresh.failed")
                      ^
/host/spi-builder-workspace/Sources/AuthFoundation/OAuth2/OAuth2Client.swift:491:23: warning: static property 'tokenRefreshFailed' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let tokenRefreshFailed = Notification.Name("com.okta.token.refresh.failed")
                      ^
[143/270] Compiling OktaDirectAuth Status+ErrorInitializers.swift
[144/270] Compiling OktaDirectAuth ChallengeRequest.swift
[145/272] Compiling OktaDirectAuth OAuth2Error+DirectAuthExtensions.swift
[146/272] Compiling OktaDirectAuth OpenIdConfiguration+Extensions.swift
[149/272] Compiling TestCommon URLSessionMock.swift
[150/272] Compiling TestCommon XCTestCase+Extensions.swift
[151/272] Compiling OktaDirectAuth WebAuthnRequest.swift
[152/272] Compiling OktaDirectAuth ChallengeStepHandler.swift
[153/276] Compiling OktaDirectAuth ErrorExtensions.swift
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:22:9: warning: stored property 'cachePolicy' of 'Sendable'-conforming struct 'MockApiRequest' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
    var cachePolicy: URLRequest.CachePolicy
        ^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
    public enum CachePolicy : UInt {
                ^
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[154/276] Compiling OktaDirectAuth Status+PublicExtensions.swift
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:22:9: warning: stored property 'cachePolicy' of 'Sendable'-conforming struct 'MockApiRequest' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
    var cachePolicy: URLRequest.CachePolicy
        ^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
    public enum CachePolicy : UInt {
                ^
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[155/276] Compiling OktaDirectAuth AuthenticationFactor.swift
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:22:9: warning: stored property 'cachePolicy' of 'Sendable'-conforming struct 'MockApiRequest' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
    var cachePolicy: URLRequest.CachePolicy
        ^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
    public enum CachePolicy : UInt {
                ^
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[158/276] Emitting module TestCommon
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^~~~~~~~
                                                                            iOS
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^~~~~~~~
                                                                            Windows
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:22:9: warning: stored property 'cachePolicy' of 'Sendable'-conforming struct 'MockApiRequest' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
    var cachePolicy: URLRequest.CachePolicy
        ^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
    public enum CachePolicy : UInt {
                ^
/host/spi-builder-workspace/Tests/TestCommon/MockApiRequest.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[159/276] Compiling OktaDirectAuth DirectAuthFlow.swift
[160/276] Compiling OktaDirectAuth Array+Extensions.swift
[161/276] Compiling OktaDirectAuth DirectAuthenticationFlowError+PublicExtensions.swift
[162/276] Compiling OktaDirectAuth Status+InternalExtensions.swift
[163/276] Compiling OktaDirectAuth URL+DirectAuthExtensions.swift
[164/276] Compiling OktaDirectAuth Version+OktaDirectAuth.swift
[165/276] Compiling OktaDirectAuth PublicKeyCredentialDescriptor.swift
[166/276] Compiling OktaDirectAuth ContinuationFactor.swift
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^~~~~~~~
                                                                            iOS
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^~~~~~~~
                                                                            Windows
[167/276] Compiling OktaDirectAuth PrimaryFactor.swift
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^~~~~~~~
                                                                            iOS
/host/spi-builder-workspace/Tests/TestCommon/MockKeychain.swift:13:77: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || (swift(>=5.10) && os(visionOS))
                                                                            ^~~~~~~~
                                                                            Windows
[168/276] Compiling OktaDirectAuth SecondaryFactor.swift
[169/276] Compiling OktaDirectAuth Bundle+OktaDirectAuth.swift
[170/276] Compiling OktaDirectAuth DirectAuthenticationFlowError+Extensions.swift
[171/276] Compiling OktaDirectAuth Intent+Extensions.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[179/283] Compiling OktaDirectAuth GrantType+InternalExtensions.swift
[184/283] Compiling OAuth2Auth SessionLogoutFlow+Context.swift
[185/283] Compiling OAuth2Auth SessionLogoutFlow.swift
[186/283] Compiling OAuth2Auth Version+OAuth2Auth.swift
[188/283] Compiling OktaDirectAuth OOBStepHandler.swift
[189/283] Compiling OktaDirectAuth StepHandler.swift
[190/283] Compiling OktaDirectAuth TokenStepHandler.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OAuth2Auth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OAuth2Auth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OAuth2Auth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[216/287] Compiling OktaDirectAuth PublicKeyCredentialType.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OAuth2Auth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[219/288] Emitting module OktaIdxAuth
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/OktaDirectAuth/WebAuthn/WebAuthn.swift:87:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[221/288] Compiling OktaDirectAuth UserVerificationRequirement.swift
/host/spi-builder-workspace/Sources/OktaDirectAuth/WebAuthn/WebAuthn.swift:87:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[222/288] Compiling OktaDirectAuth WebAuthn.swift
/host/spi-builder-workspace/Sources/OktaDirectAuth/WebAuthn/WebAuthn.swift:87:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[223/288] Compiling OktaDirectAuth resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OktaDirectAuth/WebAuthn/WebAuthn.swift:87:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXFormField.swift:155:41: warning: stored property '_value' of 'Sendable'-conforming class 'Field' is mutable
        nonisolated(unsafe) private var _value: JSON
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXMessage.swift:58:46: warning: stored property '_field' of 'Sendable'-conforming class 'Message' is mutable
        nonisolated(unsafe) private weak var _field: Remediation.Form.Field?
                                             ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXRemediation.swift:62:56: warning: stored property 'flow' of 'Sendable'-conforming class 'Remediation' is mutable
    nonisolated(unsafe) internal private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                                       ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Capabilities/IDXPollableCapability.swift:110:47: warning: stored property 'flow' of 'Sendable'-conforming class 'PollCapability' is mutable
    nonisolated(unsafe) private(set) weak var flow: (any InteractionCodeFlowAPI)?
                                              ^
[243/288] Compiling OktaIdxAuth OpenIdConfiguration+IDXExtensions.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
[244/288] Compiling OktaIdxAuth URL+IDXExtensions.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
[246/288] Compiling OktaIdxAuth ReceivesIONJSON.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
[249/288] Compiling OktaIdxAuth IdxTokenRequest.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
[251/288] Compiling OktaIdxAuth InteractRequest.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
[252/288] Emitting module OAuth2Auth
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OAuth2Auth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[253/288] Compiling OktaIdxAuth IntrospectRequest.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
[254/288] Compiling OktaIdxAuth RemediationRequest.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:19:16: warning: static property 'idxDateFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let idxDateFormatter: DateFormatter = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
[255/289] Emitting module OktaDirectAuth
/host/spi-builder-workspace/Sources/OktaDirectAuth/WebAuthn/WebAuthn.swift:87:23: warning: static property 'jsonDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let jsonDecoder = JSONDecoder()
                      ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaDirectAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticator.swift:61:42: warning: stored property 'flow' of 'Sendable'-conforming class 'Authenticator' is mutable
    nonisolated(unsafe) private weak var flow: (any InteractionCodeFlowAPI)?
                                         ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXAuthenticatorCollection.swift:66:41: warning: stored property '_relatedAuthenticators' of 'Sendable'-conforming class 'Collection' is mutable
        nonisolated(unsafe) private var _relatedAuthenticators: [Weak<Authenticator>]?
                                        ^
[277/290] Compiling OktaIdxAuth IDXResponse.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
[278/290] Compiling OktaIdxAuth IDXResponseError.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
[279/290] Compiling OktaIdxAuth IDXResponseIntent.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
[280/290] Compiling OktaIdxAuth IDXUser.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
[281/290] Compiling OktaIdxAuth InteractionCodeFlow.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
[282/290] Compiling OktaIdxAuth IDXMessageCollection+InternalExtensions.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
[283/290] Compiling OktaIdxAuth IDXRemediation+Extensions.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:43:20: warning: stored property 'timeZone' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'TimeZone?'
        public let timeZone: TimeZone?
                   ^
Foundation.TimeZone:1:15: note: struct 'TimeZone' does not conform to the 'Sendable' protocol
public struct TimeZone : Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OktaIdxAuth/IDXUser.swift:46:20: warning: stored property 'locale' of 'Sendable'-conforming struct 'Profile' has non-sendable type 'Locale?'
        public let locale: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
[284/290] Compiling OktaIdxAuth IDXClient+RelatesTo.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[285/290] Compiling OktaIdxAuth IDXClient+V1ResponseConstructors.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[286/290] Compiling OktaIdxAuth Responses.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[287/290] Compiling OktaIdxAuth InteractionCodeFlowAPI.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[288/290] Compiling OktaIdxAuth String+IdxExtensions.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[289/290] Compiling OktaIdxAuth Version+OktaIdxAuth.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[290/290] Compiling OktaIdxAuth resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OktaIdxAuth/Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift:29:5: warning: let 'idxResponseDecoder' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
let idxResponseDecoder: JSONDecoder = {
    ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OktaIdxAuth.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
Build complete! (40.84s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "OktaClient",
  "name" : "OktaClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AuthFoundation",
      "targets" : [
        "AuthFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OAuth2Auth",
      "targets" : [
        "OAuth2Auth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OktaDirectAuth",
      "targets" : [
        "OktaDirectAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OktaIdxAuth",
      "targets" : [
        "OktaIdxAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestCommon",
      "module_type" : "SwiftTarget",
      "name" : "TestCommon",
      "path" : "Tests/TestCommon",
      "sources" : [
        "Data+Extensions.swift",
        "MainActor+Extensions.swift",
        "MockApiClient.swift",
        "MockApiRequest.swift",
        "MockCredentialCoordinator.swift",
        "MockCredentialDataSource.swift",
        "MockIDTokenValidator.swift",
        "MockJWKValidator.swift",
        "MockKeychain.swift",
        "MockToken.swift",
        "MockTokenHashValidator.swift",
        "MockTokenStorage.swift",
        "NotificationRecorder.swift",
        "String+Extensions.swift",
        "TimeInterval+Extensions.swift",
        "URLRequest+Extensions.swift",
        "URLSessionMock.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "AuthFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OktaIdxAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "OktaIdxAuthTests",
      "path" : "Tests/OktaIdxAuthTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/OktaIdxAuthTests/MockResponses",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IDXAuthenticatorCollectionTests.swift",
        "IDXCapabilityTests.swift",
        "IDXClientErrorTests.swift",
        "IDXClientRequestTests.swift",
        "IDXClientV1ResponseTests.swift",
        "IDXExtractFormValueTests.swift",
        "IDXFormTests.swift",
        "IDXMessageCollectionTests.swift",
        "IDXRedirectTests.swift",
        "IDXRemediationParameterTests.swift",
        "IDXResponseCodableTests.swift",
        "IDXResponseEqualityTests.swift",
        "IDXResponseTypeTests.swift",
        "InteractionCodeFlowTests.swift",
        "Mocks/IDXClientAPIMock.swift",
        "Mocks/OAuth2ClientMock.swift",
        "Mocks/URLSessionMock.swift",
        "ScenarioTests.swift",
        "UserAgentTests.swift",
        "Utilities/IDXClientDelegateRecorder.swift"
      ],
      "target_dependencies" : [
        "OktaIdxAuth",
        "TestCommon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OktaIdxAuth",
      "module_type" : "SwiftTarget",
      "name" : "OktaIdxAuth",
      "path" : "Sources/OktaIdxAuth",
      "product_memberships" : [
        "OktaIdxAuth"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/OktaIdxAuth/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/OktaIdxAuth/Resources/en.lproj/OktaIdx.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Capabilities/IDXCapability.swift",
        "Capabilities/IDXDuoCapability.swift",
        "Capabilities/IDXNumberChallengeCapability.swift",
        "Capabilities/IDXOTPCapability.swift",
        "Capabilities/IDXPasswordCapability.swift",
        "Capabilities/IDXPollableCapability.swift",
        "Capabilities/IDXProfileCapability.swift",
        "Capabilities/IDXRecoverableCapability.swift",
        "Capabilities/IDXResendableCapability.swift",
        "Capabilities/IDXSendableCapability.swift",
        "Capabilities/IDXSocialIDPCapability.swift",
        "Extensions/AuthFoundation+Extensions.swift",
        "Extensions/Bundle+OktaIdx.swift",
        "Extensions/DeprecationWarnings.swift",
        "Extensions/EnumExtensions.swift",
        "Extensions/IDXAuthenticatorCollection+Extension.swift",
        "Extensions/IDXCapability+Extensions.swift",
        "Extensions/IDXClientError+Extensions.swift",
        "Extensions/IDXForm+Extension.swift",
        "Extensions/IDXMessage+Extensions.swift",
        "Extensions/IDXMessageCollection+Extension.swift",
        "Extensions/IDXRemediationCollection+Extension.swift",
        "IDXApplication.swift",
        "IDXAuthenticator.swift",
        "IDXAuthenticatorCollection.swift",
        "IDXAuthenticatorType.swift",
        "IDXContext.swift",
        "IDXForm.swift",
        "IDXFormField.swift",
        "IDXMessage.swift",
        "IDXMessageCollection.swift",
        "IDXRedirectResult.swift",
        "IDXRemediation.swift",
        "IDXRemediationCollection.swift",
        "IDXRemediationType.swift",
        "IDXResponse.swift",
        "IDXResponseError.swift",
        "IDXResponseIntent.swift",
        "IDXUser.swift",
        "InteractionCodeFlow.swift",
        "Internal/Extensions/IDXMessageCollection+InternalExtensions.swift",
        "Internal/Extensions/IDXRemediation+Extensions.swift",
        "Internal/Implementations/Version1/Extensions/OpenIdConfiguration+IDXExtensions.swift",
        "Internal/Implementations/Version1/Extensions/URL+IDXExtensions.swift",
        "Internal/Implementations/Version1/Protocols/ReceivesIONJSON.swift",
        "Internal/Implementations/Version1/Requests/IdxTokenRequest.swift",
        "Internal/Implementations/Version1/Requests/InteractRequest.swift",
        "Internal/Implementations/Version1/Requests/IntrospectRequest.swift",
        "Internal/Implementations/Version1/Requests/RemediationRequest.swift",
        "Internal/Implementations/Version1/Responses/IDXClient+RelatesTo.swift",
        "Internal/Implementations/Version1/Responses/IDXClient+V1ResponseConstructors.swift",
        "Internal/Implementations/Version1/Responses/Responses.swift",
        "Internal/InteractionCodeFlowAPI.swift",
        "Internal/Utilities/String+IdxExtensions.swift",
        "Version+OktaIdxAuth.swift"
      ],
      "target_dependencies" : [
        "AuthFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OktaDirectAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "OktaDirectAuthTests",
      "path" : "Tests/OktaDirectAuthTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/OktaDirectAuthTests/MockResponses",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DirectAuthErrorTests.swift",
        "DirectAuthenticationFlowTests.swift",
        "ExtensionTests.swift",
        "FactorPropertyTests.swift",
        "FactorStepHandlerTests.swift",
        "ModelEqualityTests.swift",
        "RequestTests.swift"
      ],
      "target_dependencies" : [
        "OktaDirectAuth",
        "TestCommon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OktaDirectAuth",
      "module_type" : "SwiftTarget",
      "name" : "OktaDirectAuth",
      "path" : "Sources/OktaDirectAuth",
      "product_memberships" : [
        "OktaDirectAuth"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/OktaDirectAuth/Resources/en.lproj/OktaDirectAuth.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/OktaDirectAuth/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DirectAuthFlow.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/DirectAuthenticationFlowError+PublicExtensions.swift",
        "Extensions/ErrorExtensions.swift",
        "Extensions/Status+PublicExtensions.swift",
        "Internal/Authentication Factors/AuthenticationFactor.swift",
        "Internal/Authentication Factors/ContinuationFactor.swift",
        "Internal/Authentication Factors/PrimaryFactor.swift",
        "Internal/Authentication Factors/SecondaryFactor.swift",
        "Internal/Extensions/Bundle+OktaDirectAuth.swift",
        "Internal/Extensions/DirectAuthenticationFlowError+Extensions.swift",
        "Internal/Extensions/Intent+Extensions.swift",
        "Internal/Extensions/OAuth2Error+DirectAuthExtensions.swift",
        "Internal/Extensions/OpenIdConfiguration+Extensions.swift",
        "Internal/Extensions/Status+ErrorInitializers.swift",
        "Internal/Requests/ChallengeRequest.swift",
        "Internal/Requests/DirectAuthTokenRequest.swift",
        "Internal/Requests/OOBAuthenticateRequest.swift",
        "Internal/Requests/WebAuthnRequest.swift",
        "Internal/Step Handlers/ChallengeStepHandler.swift",
        "Internal/Step Handlers/OOBStepHandler.swift",
        "Internal/Step Handlers/StepHandler.swift",
        "Internal/Step Handlers/TokenStepHandler.swift",
        "Internal/Utilities/GrantType+InternalExtensions.swift",
        "Internal/Utilities/Status+InternalExtensions.swift",
        "Internal/Utilities/URL+DirectAuthExtensions.swift",
        "Version+OktaDirectAuth.swift",
        "WebAuthn/PublicKeyCredentialDescriptor.swift",
        "WebAuthn/PublicKeyCredentialRequestOptions.swift",
        "WebAuthn/Type/AuthenticatorTransport.swift",
        "WebAuthn/Type/PublicKeyCredentialHints.swift",
        "WebAuthn/Type/PublicKeyCredentialType.swift",
        "WebAuthn/Type/UserVerificationRequirement.swift",
        "WebAuthn/WebAuthn.swift"
      ],
      "target_dependencies" : [
        "AuthFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OAuth2AuthTests",
      "module_type" : "SwiftTarget",
      "name" : "OAuth2AuthTests",
      "path" : "Tests/OAuth2AuthTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/OAuth2AuthTests/MockResponses",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AuthorizationCodeFlowContextTests.swift",
        "AuthorizationCodeFlowRequestTests.swift",
        "AuthorizationCodeFlowSuccessTests.swift",
        "DeviceAuthorizationFlowErrorTests.swift",
        "DeviceAuthorizationFlowSuccessTests.swift",
        "JWTAuthorizationFlowTests.swift",
        "OAuth2ClientTests.swift",
        "ResourceOwnerFlowTests.swift",
        "SessionLogoutFlowFailureTests.swift",
        "SessionLogoutFlowSuccessTests.swift",
        "SessionTokenFlowTests.swift",
        "TokenExchangeFlowTests.swift",
        "URLExtensionTests.swift",
        "Utilities/DeviceAuthorizationFlowDelegateRecorder.swift",
        "Utilities/XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "OAuth2Auth",
        "TestCommon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OAuth2Auth",
      "module_type" : "SwiftTarget",
      "name" : "OAuth2Auth",
      "path" : "Sources/OAuth2Auth",
      "product_memberships" : [
        "OAuth2Auth"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/OAuth2Auth/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Authentication/AuthorizationCodeFlow+Context.swift",
        "Authentication/AuthorizationCodeFlow.swift",
        "Authentication/DeviceAuthorizationFlow+Context.swift",
        "Authentication/DeviceAuthorizationFlow+Verification.swift",
        "Authentication/DeviceAuthorizationFlow.swift",
        "Authentication/JWTAuthorizationFlow.swift",
        "Authentication/ResourceOwnerFlow.swift",
        "Authentication/SessionTokenFlow.swift",
        "Authentication/TokenExchangeFlow+Context.swift",
        "Authentication/TokenExchangeFlow.swift",
        "Deprecations/AuthorizationCodeFlow+Deprecations.swift",
        "Deprecations/DeviceAuthorizationFlow+Deprecations.swift",
        "Deprecations/JWTAuthorizationFlow+Deprecations.swift",
        "Deprecations/ResourceOwnerFlow+Deprecations.swift",
        "Deprecations/SessionLogoutFlow+Deprecations.swift",
        "Deprecations/SessionTokenFlow+Deprecations.swift",
        "Deprecations/TokenExchangeFlow+Deprecations.swift",
        "Extensions/Authentication+Extensions.swift",
        "Extensions/Logout+Extensions.swift",
        "Extensions/URL+OAuth2Extensions.swift",
        "Internal/Enum+Extensions.swift",
        "Internal/Extensions/AuthorizationCodeFlow+InternalExtensions.swift",
        "Internal/Requests/AuthorizationCodeFlow+Requests.swift",
        "Internal/Requests/DeviceAuthorizeFlow+Requests.swift",
        "Internal/Requests/JWTAuthorizationFlow+Requests.swift",
        "Internal/Requests/ResourceOwnerFlow+Requests.swift",
        "Internal/Requests/TokenExchangeFlow+Requests.swift",
        "Logout/Logout.swift",
        "Logout/SessionLogoutFlow+Context.swift",
        "Logout/SessionLogoutFlow.swift",
        "Version+OAuth2Auth.swift"
      ],
      "target_dependencies" : [
        "AuthFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AuthFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthFoundationTests",
      "path" : "Tests/AuthFoundationTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AuthFoundationTests/ConfigResources",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AuthFoundationTests/MockResponses",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APIClientTests.swift",
        "APIContentTypeTests.swift",
        "APIRequestPollingHandlerTests.swift",
        "APIRetryTests.swift",
        "AuthenticationContextTests.swift",
        "AuthenticationFlowTests.swift",
        "ClaimListTests.swift",
        "ClaimTests.swift",
        "CoalescedResultTests.swift",
        "CredentialCoordinatorTests.swift",
        "CredentialInternalTests.swift",
        "CredentialLoadingTests.swift",
        "CredentialRefreshTests.swift",
        "CredentialRevokeTests.swift",
        "CredentialSecurityTests.swift",
        "DefaultCredentialDataSourceTests.swift",
        "DefaultIDTokenValidatorTests.swift",
        "DefaultJWKValidatorTests.swift",
        "DefaultTimeCoordinatorTests.swift",
        "DefaultTokenHashValidatorTests.swift",
        "ErrorTests.swift",
        "ExpiresTests.swift",
        "ExpressionUtilityTests.swift",
        "FoundationExtensionTests.swift",
        "JSONValueTests.swift",
        "JWKTests.swift",
        "JWTTests.swift",
        "KeychainTests.swift",
        "KeychainTokenStorageTests.swift",
        "MigrationTests.swift",
        "OAuth2ClientConfigurationTests.swift",
        "OAuth2ClientTests.swift",
        "OIDCLegacyMigratorTests.swift",
        "OpenIDConfigurationTests.swift",
        "PKCETests.swift",
        "PercentEncodedQueryTests.swift",
        "PropertyListConfigurationTests.swift",
        "TimeCoordinatorTests.swift",
        "TokenInfoTests.swift",
        "TokenTests.swift",
        "URLExtensionTests.swift",
        "UserDefaultsTokenStorageTests.swift",
        "UserInfoTests.swift",
        "WeakCollectionTests.swift"
      ],
      "target_dependencies" : [
        "AuthFoundation",
        "TestCommon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AuthFoundation",
      "module_type" : "SwiftTarget",
      "name" : "AuthFoundation",
      "path" : "Sources/AuthFoundation",
      "product_memberships" : [
        "AuthFoundation",
        "OAuth2Auth",
        "OktaDirectAuth",
        "OktaIdxAuth"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AuthFoundation/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AuthFoundation/Resources/en.lproj/AuthFoundation.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Debugging/APIRequestObserver.swift",
        "Deprecations/OAuth2Client+Deprecations.swift",
        "JWT/Enums/AuthenticationMethod.swift",
        "JWT/Enums/JWK+Enums.swift",
        "JWT/Enums/JWTClaim.swift",
        "JWT/Extensions/Claim+ValueExtensions.swift",
        "JWT/Extensions/ClaimConvertable+Extensions.swift",
        "JWT/Extensions/JWK+EnumExtensions.swift",
        "JWT/Extensions/JWTClaim+Extensions.swift",
        "JWT/Internal/Claim+Internal.swift",
        "JWT/Internal/Data+SigningExtensions.swift",
        "JWT/Internal/DefaultIDTokenValidator.swift",
        "JWT/Internal/DefaultJWKValidator.swift",
        "JWT/Internal/DefaultTokenHashValidator.swift",
        "JWT/Internal/JWK+Extensions.swift",
        "JWT/JWK+Verification.swift",
        "JWT/JWK.swift",
        "JWT/JWKS.swift",
        "JWT/JWT.swift",
        "JWT/JWTError.swift",
        "JWT/Protocols/Claim.swift",
        "JWT/Protocols/ClaimCollection.swift",
        "JWT/Protocols/ClaimContainer.swift",
        "JWT/Protocols/ClaimConvertable.swift",
        "JWT/Protocols/ClaimError.swift",
        "JWT/Protocols/JWKValidator.swift",
        "Migration/Migration.swift",
        "Migration/Migrator.swift",
        "Migration/Migrators/OIDCLegacyMigrator.swift",
        "Migration/SDKName.swift",
        "Migration/SDKVersion.swift",
        "Network/APIClient.swift",
        "Network/APIClientError.swift",
        "Network/APIRateLimit.swift",
        "Network/APIRequest.swift",
        "Network/APIRequestArgument.swift",
        "Network/APIResponse.swift",
        "Network/Internal/FormDataExtensions.swift",
        "Network/Internal/String+AuthFoundation.swift",
        "Network/OktaAPIError.swift",
        "Network/URLSessionProtocol.swift",
        "OAuth2/Authentication.swift",
        "OAuth2/ClientAuthentication.swift",
        "OAuth2/Configuration+Initializers.swift",
        "OAuth2/Configuration.swift",
        "OAuth2/Extensions/OAuth2Error+Extensions.swift",
        "OAuth2/Internal/ProvidesOAuth2Parameters+Extensions.swift",
        "OAuth2/Internal/Token+Extensions.swift",
        "OAuth2/OAuth2Client+Initializers.swift",
        "OAuth2/OAuth2Client.swift",
        "OAuth2/OAuth2ClientConfiguration.swift",
        "OAuth2/OAuth2Error.swift",
        "OAuth2/OAuth2TokenRequest.swift",
        "OAuth2/PropertyListConfigurationError+Extensions.swift",
        "OAuth2/ProvidesOAuth2Parameters.swift",
        "Requests/KeysRequest.swift",
        "Requests/OpenIdConfigurationRequest.swift",
        "Requests/Token+Requests.swift",
        "Requests/UserInfo+Requests.swift",
        "Responses/GrantType.swift",
        "Responses/OAuth2ServerError.swift",
        "Responses/OpenIdConfiguration.swift",
        "Responses/OpenIdProviderMetadata.swift",
        "Responses/TokenInfo.swift",
        "Responses/UserInfo.swift",
        "Security/Internal/Keychain+Extensions.swift",
        "Security/Internal/KeychainProtocol.swift",
        "Security/Keychain.swift",
        "Security/KeychainError.swift",
        "Security/PKCE.swift",
        "Security/PKCEExtensions.swift",
        "Security/SecurityUtilities.swift",
        "Token Management/IDTokenValidator.swift",
        "Token Management/Internal/DefaultTokenExchangeCoordinator.swift",
        "Token Management/Internal/KeychainTokenStorage.swift",
        "Token Management/Internal/Token+Internal.swift",
        "Token Management/Internal/Token+TestExtensions.swift",
        "Token Management/Internal/UserDefaultsTokenStorage.swift",
        "Token Management/Token+Context.swift",
        "Token Management/Token+Enums.swift",
        "Token Management/Token+Initialization.swift",
        "Token Management/Token+Metadata.swift",
        "Token Management/Token.swift",
        "Token Management/TokenError.swift",
        "Token Management/TokenExchangeCoordinator.swift",
        "Token Management/TokenHashValidator.swift",
        "Token Management/TokenStorage.swift",
        "User Management/Credential+Extensions.swift",
        "User Management/Credential.swift",
        "User Management/CredentialCoordinator.swift",
        "User Management/CredentialDataSource+Extensions.swift",
        "User Management/CredentialDataSource.swift",
        "User Management/CredentialDataSourceDelegate.swift",
        "User Management/CredentialError.swift",
        "User Management/CredentialSecurity.swift",
        "User Management/Internal/Credential+Internal.swift",
        "User Management/Internal/CredentialCoordinatorImpl.swift",
        "User Management/Internal/CredentialSecurity+Internal.swift",
        "User Management/Internal/DefaultCredentialDataSource.swift",
        "Utilities/APIRequestPollingHandler.swift",
        "Utilities/AdditionalValuesCodingKeys.swift",
        "Utilities/AsyncUtilities.swift",
        "Utilities/BackgroundTaskWrapper.swift",
        "Utilities/Bundle+AuthFoundation.swift",
        "Utilities/CoalescedResult.swift",
        "Utilities/Data+Extensions.swift",
        "Utilities/DelegateCollection.swift",
        "Utilities/Dictionary+Extensions.swift",
        "Utilities/Expires.swift",
        "Utilities/JSONCoding.swift",
        "Utilities/JSONDecodable.swift",
        "Utilities/JSONValue.swift",
        "Utilities/Lock.swift",
        "Utilities/LockedValue.swift",
        "Utilities/String+Extensions.swift",
        "Utilities/TimeCoordinator.swift",
        "Utilities/URL+Extensions.swift",
        "Utilities/URL+InternalExtensions.swift",
        "Utilities/WeakCollection.swift",
        "Version+AuthFoundation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.