The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build IBM Security Verify, reference v3.0.11 (4189b9), with Swift 5.10 for macOS (SPM) on 21 Dec 2024 05:04:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/verify-sdk-ios.git
Reference: v3.0.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ibm-security-verify/verify-sdk-ios
 * tag               v3.0.11    -> FETCH_HEAD
HEAD is now at 4189b9c Support for digital credentials (#14)
Cloned https://github.com/ibm-security-verify/verify-sdk-ios.git
Revision (git rev-parse @):
4189b9c5ec63b4a53b6de05f26b0de5072ab0989
SUCCESS checkout https://github.com/ibm-security-verify/verify-sdk-ios.git at v3.0.11
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ibm-security-verify/verify-sdk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/20] Write sources
[4/20] Copying README.md
[4/20] Copying Info.plist
[7/20] Copying README.md
[7/20] Copying Info.plist
[7/20] Copying README.md
[12/20] Copying Info.plist
[14/20] Write sources
[14/20] Copying README.md
[15/20] Copying Localizable.strings
[19/20] Write swift-version-33747A42983211AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/54] Emitting module Adaptive
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[22/54] Compiling Adaptive resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[23/54] Compiling Adaptive AdaptiveResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[24/54] Compiling Adaptive Evaluation.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[25/54] Compiling Adaptive Enums.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[26/54] Compiling Adaptive AssessmentsFactors.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[27/54] Compiling Adaptive AdaptiveContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[28/54] Compiling Adaptive Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[29/54] Compiling Core JSONDecoder+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:139:25: error: 'Logger' is only available in macOS 11.0 or newer
    private let logger: Logger
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:59:42: error: 'biometryAny' is only available in macOS 10.13.4 or newer
        case SecAccessControlCreateFlags.biometryAny:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:59:42: note: add 'if #available' version check
        case SecAccessControlCreateFlags.biometryAny:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:55:12: note: add @available attribute to enclosing initializer
    public init?(rawValue: SecAccessControlCreateFlags) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:61:42: error: 'biometryCurrentSet' is only available in macOS 10.13.4 or newer
        case SecAccessControlCreateFlags.biometryCurrentSet:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:61:42: note: add 'if #available' version check
        case SecAccessControlCreateFlags.biometryCurrentSet:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:55:12: note: add @available attribute to enclosing initializer
    public init?(rawValue: SecAccessControlCreateFlags) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:75:48: error: 'biometryAny' is only available in macOS 10.13.4 or newer
            return SecAccessControlCreateFlags.biometryAny
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:75:48: note: add 'if #available' version check
            return SecAccessControlCreateFlags.biometryAny
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:70:16: note: add @available attribute to enclosing property
    public var rawValue: RawValue {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:77:48: error: 'biometryCurrentSet' is only available in macOS 10.13.4 or newer
            return SecAccessControlCreateFlags.biometryCurrentSet
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:77:48: note: add 'if #available' version check
            return SecAccessControlCreateFlags.biometryCurrentSet
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:70:16: note: add @available attribute to enclosing property
    public var rawValue: RawValue {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:153:18: error: 'Logger' is only available in macOS 11.0 or newer
        logger = Logger(subsystem: serviceName, category: "keychain")
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:153:18: note: add 'if #available' version check
        logger = Logger(subsystem: serviceName, category: "keychain")
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:152:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:200:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:200:26: note: add 'if #available' version check
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:30: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:30: note: add 'if #available' version check
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:72: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:72: note: add 'if #available' version check
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:25: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:25: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:33: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:33: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:81: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:81: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:25: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:25: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:33: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:33: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:83: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:83: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:26: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:68: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:68: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:255:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:255:26: note: add 'if #available' version check
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:21: error: 'OSLogMessage' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:21: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:29: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:29: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:81: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:81: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:26: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:68: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:68: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:315:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:315:26: note: add 'if #available' version check
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:32: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:32: note: add 'if #available' version check
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:76: error: 'appendInterpolation(_:format:align:privacy:)' is only available in macOS 11.0 or newer
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:76: note: add 'if #available' version check
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:32: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:32: note: add 'if #available' version check
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:84: error: 'appendInterpolation(_:format:align:privacy:)' is only available in macOS 11.0 or newer
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:84: note: add 'if #available' version check
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:32: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:32: note: add 'if #available' version check
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:83: error: 'appendInterpolation(_:format:align:privacy:)' is only available in macOS 11.0 or newer
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:83: note: add 'if #available' version check
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:28: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:28: note: add 'if #available' version check
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:64: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:64: note: add 'if #available' version check
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:21: error: 'OSLogMessage' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:21: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:368:17: note: add @available attribute to enclosing instance method
    public func itemExists(_ forKey: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:29: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:29: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:368:17: note: add @available attribute to enclosing instance method
    public func itemExists(_ forKey: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:78: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:78: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:368:17: note: add @available attribute to enclosing instance method
    public func itemExists(_ forKey: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:21: error: 'OSLogMessage' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:21: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:40: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:40: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:73: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:73: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:103: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:103: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:26: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:68: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:68: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
[30/54] Compiling Core KeychainService.swift
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:139:25: error: 'Logger' is only available in macOS 11.0 or newer
    private let logger: Logger
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:59:42: error: 'biometryAny' is only available in macOS 10.13.4 or newer
        case SecAccessControlCreateFlags.biometryAny:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:59:42: note: add 'if #available' version check
        case SecAccessControlCreateFlags.biometryAny:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:55:12: note: add @available attribute to enclosing initializer
    public init?(rawValue: SecAccessControlCreateFlags) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:61:42: error: 'biometryCurrentSet' is only available in macOS 10.13.4 or newer
        case SecAccessControlCreateFlags.biometryCurrentSet:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:61:42: note: add 'if #available' version check
        case SecAccessControlCreateFlags.biometryCurrentSet:
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:55:12: note: add @available attribute to enclosing initializer
    public init?(rawValue: SecAccessControlCreateFlags) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:75:48: error: 'biometryAny' is only available in macOS 10.13.4 or newer
            return SecAccessControlCreateFlags.biometryAny
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:75:48: note: add 'if #available' version check
            return SecAccessControlCreateFlags.biometryAny
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:70:16: note: add @available attribute to enclosing property
    public var rawValue: RawValue {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:77:48: error: 'biometryCurrentSet' is only available in macOS 10.13.4 or newer
            return SecAccessControlCreateFlags.biometryCurrentSet
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:77:48: note: add 'if #available' version check
            return SecAccessControlCreateFlags.biometryCurrentSet
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:70:16: note: add @available attribute to enclosing property
    public var rawValue: RawValue {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:28:13: note: add @available attribute to enclosing enum
public enum SecAccessControl: RawRepresentable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:153:18: error: 'Logger' is only available in macOS 11.0 or newer
        logger = Logger(subsystem: serviceName, category: "keychain")
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:153:18: note: add 'if #available' version check
        logger = Logger(subsystem: serviceName, category: "keychain")
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:152:21: note: add @available attribute to enclosing initializer
    public override init() {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:200:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:200:26: note: add 'if #available' version check
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:30: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:30: note: add 'if #available' version check
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:72: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:219:72: note: add 'if #available' version check
                logger.error("Error occurred applying access control. \(message, privacy: .public)")
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:25: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:25: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:33: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:33: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:81: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:235:81: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' added to keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:25: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:25: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:33: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:33: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:83: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:238:83: note: add 'if #available' version check
            logger.info("Item '\(forKey, privacy: .public)' updated in keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:26: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:68: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:241:68: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:198:17: note: add @available attribute to enclosing instance method
    public func addItem(_ forKey: String, value: Data, accessControl: SecAccessControl? = nil, accessibility: SecAccessible = .afterFirstUnlock) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:255:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:255:26: note: add 'if #available' version check
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:21: error: 'OSLogMessage' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:21: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:29: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:29: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:81: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:265:81: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' deleted from keychain: \(status == errSecSuccess, privacy: .public)")
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:26: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:68: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:269:68: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:253:17: note: add @available attribute to enclosing instance method
    public func deleteItem(_ forKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:315:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:315:26: note: add 'if #available' version check
            logger.error("The forKey argument is invalid.")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:32: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:32: note: add 'if #available' version check
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:76: error: 'appendInterpolation(_:format:align:privacy:)' is only available in macOS 11.0 or newer
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:335:76: note: add 'if #available' version check
                logger.warning("The user cancelled the operation. Status: \(status, privacy: .public)")
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:32: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:32: note: add 'if #available' version check
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:84: error: 'appendInterpolation(_:format:align:privacy:)' is only available in macOS 11.0 or newer
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:338:84: note: add 'if #available' version check
                logger.warning("The specified item not found in Keychain. Status: \(status, privacy: .public)")
                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:32: error: 'OSLogMessage' is only available in macOS 11.0 or newer
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:32: note: add 'if #available' version check
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:83: error: 'appendInterpolation(_:format:align:privacy:)' is only available in macOS 11.0 or newer
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:341:83: note: add 'if #available' version check
                logger.warning("An error occured accessing the Keychain. Status: \(status, privacy: .public)")
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:28: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:28: note: add 'if #available' version check
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:64: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:348:64: note: add 'if #available' version check
            logger.warning("Invalid data associated with key '\(forKey, privacy: .public)'")
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:313:17: note: add @available attribute to enclosing instance method
    public func readItem(_ forKey: String) throws -> Data {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:21: error: 'OSLogMessage' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:21: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:368:17: note: add @available attribute to enclosing instance method
    public func itemExists(_ forKey: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:29: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:29: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:368:17: note: add @available attribute to enclosing instance method
    public func itemExists(_ forKey: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:78: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:382:78: note: add 'if #available' version check
        logger.info("Item '\(forKey, privacy: .public)' exists in keychain: \(status == errSecSuccess || status == errSecInteractionNotAllowed || status == errSecAuthFailed, privacy: .public)")
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:368:17: note: add @available attribute to enclosing instance method
    public func itemExists(_ forKey: String) -> Bool {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:21: error: 'OSLogMessage' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:21: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:40: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:40: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:73: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:73: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:103: error: 'appendInterpolation(_:format:privacy:)' is only available in macOS 11.0 or newer
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:447:103: note: add 'if #available' version check
        logger.info("Rename key from '\(forKey, privacy: .public)' to '\(newKey, privacy: .public)': \(status == errSecSuccess, privacy: .public)")
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:26: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:26: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:68: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:452:68: note: add 'if #available' version check
            logger.error("Error occured performing the operation. \(message, privacy: .public)")
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:430:17: note: add @available attribute to enclosing instance method
    public func renameItem(_ forKey: String, newKey: String) throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/core/KeychainService.swift:137:20: note: add @available attribute to enclosing class
public final class KeychainService: NSObject {
                   ^
[31/55] Compiling Core DefaultValue+Extension.swift
[32/55] Compiling Core DefaultValuePropertyWrapper.swift
error: fatalError
/Users/admin/builder/spi-builder-workspace/Sources/fido2/PublicKeyCredentialProvider.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
BUILD FAILURE 5.10 macosSpm