The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ReerKit, reference 1.0.36 (2a65ba), with Swift 5.10 for Linux on 9 Oct 2024 17:16:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[61/135] Compiling ReerKit URLRequest+REExtensions.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[62/135] Compiling ReerKit ReerKit.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[63/135] Compiling ReerKit Punycode.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[64/135] Compiling ReerKit RSA.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[65/135] Compiling ReerKit Color+REExtensions.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[66/135] Compiling ReerKit EdgeInsets+REExtensions.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[67/135] Compiling ReerKit Font+REExtensions.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/135] Compiling ReerKit AnyObjectExtensionable.swift
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: warning: unknown operating system for build configuration 'os'
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'iOS'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          iOS
/host/spi-builder-workspace/Sources/Shared/Color+REExtensions.swift:188:43: note: did you mean 'Windows'?
        #elseif os(iOS) || os(tvOS) || os(visionOS)
                                          ^~~~~~~~
                                          Windows
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:27: error: cannot find 'CTFramesetterCreateWithAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:53:76: error: cannot find type 'CFAttributedString' in scope
        let framesetter = CTFramesetterCreateWithAttributedString(base as! CFAttributedString)
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:20: error: cannot find 'CGPath' in scope
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                   ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:34: error: cannot infer contextual base in reference to member 'init'
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                ~^~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:54:118: error: 'nil' requires a contextual type
        let path = CGPath(rect: .init(x: 0, y: 0, width: width, height: CGFloat.greatestFiniteMagnitude), transform: nil)
                                                                                                                     ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:21: error: cannot find 'CTFramesetterCreateFrame' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:59: error: cannot find 'CFRangeMake' in scope
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:55:84: error: 'nil' requires a contextual type
        let frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil)
                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:21: error: cannot find 'CTFrameGetLines' in scope
        let lines = CTFrameGetLines(frame) as Array
                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: error: generic parameter 'Element' could not be inferred in cast to 'Array'
        let lines = CTFrameGetLines(frame) as Array
                                              ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:56:47: note: explicitly specify the generic arguments to fix this issue
        let lines = CTFrameGetLines(frame) as Array
                                              ^
                                                   <Any>
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:63:55: error: cannot find type 'CTLine' in scope
        if ignoreBlankLines, let ctLines = lines as? [CTLine] {
                                                      ^~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:66:33: error: cannot find 'CTLineGetStringRange' in scope
                let lineRange = CTLineGetStringRange(ctLine)
                                ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:70:66: error: cannot infer contextual base in reference to member 'whitespacesAndNewlines'
                let trimmed = lineString.trimmingCharacters(in: .whitespacesAndNewlines)
                                                                ~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:25: error: value of type 'Base' has no member 'boundingRect'
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                   ~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:64: error: reference to member 'usesLineFragmentOrigin' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                               ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:89: error: reference to member 'usesFontLeading' cannot be resolved without a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                        ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:85:116: error: 'nil' requires a contextual type
        let rect = base.boundingRect(with: maxSize, options: [.usesLineFragmentOrigin, .usesFontLeading], context: nil)
                                                                                                                   ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:94:76: error: missing argument for parameter 'string' in call
        guard !base.string.isEmpty else { return NSMutableAttributedString() }
                                                                           ^
                                                                           string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSAttributedString+REExtensions.swift:113:130: error: missing argument for parameter 'string' in call
        guard let pattern = try? NSRegularExpression(pattern: pattern, options: options) else { return NSMutableAttributedString() }
                                                                                                                                 ^
                                                                                                                                 string: <#String#>
Foundation.NSMutableAttributedString:16:21: note: 'init(string:)' declared here
    override public init(string: String)
                    ^
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:57:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'not'
        return rhs.re.not
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:67:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'and'
        return lhs.re.and(rhs)
               ~~~~~~ ^~~
/host/spi-builder-workspace/Sources/Foundation/NSPredicate+REExtensions.swift:77:23: error: value of type 'ReerForEquatable<NSPredicate>' has no member 'or'
        return lhs.re.or(rhs)
               ~~~~~~ ^~
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:36:35: error: extra arguments at positions #2, #3, #4 in call
        return Base.scheduledTimer(
                                  ^
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:38:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:4:21: note: 'scheduledTimer(withTimeInterval:repeats:block:)' declared here
    open class func scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer
                    ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:16: error: constructing an object of class type 'Base' with a metatype value must use a 'required' initializer
        return Base(
               ^~~~
Foundation.Timer:3:24: note: selected non-required initializer 'init(timeInterval:repeats:block:)'
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:54:20: error: extra arguments at positions #2, #3, #4 in call
        return Base(
                   ^
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:56:50: error: missing argument for parameter 'block' in call
            target: WeakProxy(target: weakTarget),
                                                 ^
                                                 , block: <#(Timer) -> Void#>
Foundation.Timer:3:24: note: 'init(timeInterval:repeats:block:)' declared here
    public convenience init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void)
                       ^
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:40: error: cannot find 'AssociationKey' in scope
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:85:16: error: value of type 'ReerForEquatable<Timer>' has no member 'associatedValue'
            re.associatedValue(forKey: AssociationKey(#function as StaticString), default: 0)
            ~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:53: error: cannot find 'AssociationKey' in scope
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:88:16: error: value of type 'ReerForEquatable<Timer>' has no member 'setAssociatedValue'
            re.setAssociatedValue(newValue, forKey: AssociationKey(#function as StaticString))
            ~~ ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
[69/135] Compiling ReerKit UISegmentedControl+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[70/135] Compiling ReerKit UISlider+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[71/135] Compiling ReerKit UIStackView+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[72/135] Compiling ReerKit UIStoryboard+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[73/135] Compiling ReerKit UISwitch+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[74/135] Compiling ReerKit UITabBar+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[75/135] Compiling ReerKit UITableView+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[76/135] Compiling ReerKit UITextField+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[77/135] Compiling ReerKit UITextView+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[78/135] Compiling ReerKit UIView+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[79/135] Compiling ReerKit UIViewController+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[80/135] Compiling ReerKit UIWindow+REExtensions.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[81/135] Compiling ReerKit CountdownTimer.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[82/135] Compiling ReerKit BoundedQueue.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[83/135] Compiling ReerKit LinkedList.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[84/135] Compiling ReerKit OrderedDictionary.swift
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: warning: unknown operating system for build configuration 'os'
        #if !os(visionOS)
                ^
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'iOS'?
        #if !os(visionOS)
                ^~~~~~~~
                iOS
/host/spi-builder-workspace/Sources/UIKit/UITabBar+REExtensions.swift:49:17: note: did you mean 'Windows'?
        #if !os(visionOS)
                ^~~~~~~~
                Windows
[85/135] Emitting module ReerKit
/host/spi-builder-workspace/Sources/UIKit/UIAlertController+REExtensions.swift:38:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/UIKit/UIDevice+REExtensions.swift:452:20: warning: unknown operating system for build configuration 'os'
        #elseif os(visionOS)
                   ^
/host/spi-builder-workspace/Sources/UIKit/UIDevice+REExtensions.swift:452:20: note: did you mean 'iOS'?
        #elseif os(visionOS)
                   ^~~~~~~~
                   iOS
/host/spi-builder-workspace/Sources/UIKit/UIDevice+REExtensions.swift:452:20: note: did you mean 'Windows'?
        #elseif os(visionOS)
                   ^~~~~~~~
                   Windows
/host/spi-builder-workspace/Sources/UIKit/UIScreen+REExtensions.swift:23:45: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && !os(watchOS) && !os(visionOS)
                                            ^
/host/spi-builder-workspace/Sources/UIKit/UIScreen+REExtensions.swift:23:45: note: did you mean 'iOS'?
#if canImport(UIKit) && !os(watchOS) && !os(visionOS)
                                            ^~~~~~~~
                                            iOS
/host/spi-builder-workspace/Sources/UIKit/UIScreen+REExtensions.swift:23:45: note: did you mean 'Windows'?
#if canImport(UIKit) && !os(watchOS) && !os(visionOS)
                                            ^~~~~~~~
                                            Windows
/host/spi-builder-workspace/Sources/Utility/KeyboardManager.swift:23:112: warning: unknown operating system for build configuration 'os'
#if canImport(UIKit) && canImport(ObjectiveC) && canImport(CoreFoundation) && !os(watchOS) && !os(tvOS) && !os(visionOS)
                                                                                                               ^
/host/spi-builder-workspace/Sources/Utility/KeyboardManager.swift:23:112: note: did you mean 'iOS'?
#if canImport(UIKit) && canImport(ObjectiveC) && canImport(CoreFoundation) && !os(watchOS) && !os(tvOS) && !os(visionOS)
                                                                                                               ^~~~~~~~
                                                                                                               iOS
/host/spi-builder-workspace/Sources/Utility/KeyboardManager.swift:23:112: note: did you mean 'Windows'?
#if canImport(UIKit) && canImport(ObjectiveC) && canImport(CoreFoundation) && !os(watchOS) && !os(tvOS) && !os(visionOS)
                                                                                                               ^~~~~~~~
                                                                                                               Windows
/host/spi-builder-workspace/Sources/Foundation/NSRegularExpression+REExtensions.swift:48:22: error: cannot find type 'MatchingFlags' in scope
            _ flags: MatchingFlags,
                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:32:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:50:19: error: cannot find type 'Selector' in scope
        selector: Selector,
                  ^~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Timer+REExtensions.swift:82:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/StandardLibrary/AnyObjectExtensions/AnyObjectExtensionable.swift:25:5: error: cannot find type 'Associatable' in scope
    Associatable
    ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Debouncer.swift:28:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Once.swift:39:24: error: cannot find 'UnfairLock' in scope
fileprivate let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
[86/135] Compiling ReerKit Clamped.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[87/135] Compiling ReerKit Locked.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[88/135] Compiling ReerKit RWLocked.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[89/135] Compiling ReerKit Rounded.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[90/135] Compiling ReerKit Trimmed.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[91/135] Compiling ReerKit RETimer.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[92/135] Compiling ReerKit Reachability.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[93/135] Compiling ReerKit Throttler.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[94/135] Compiling ReerKit TypeNameDescribable.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[95/135] Compiling ReerKit Vibrator.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[96/135] Compiling ReerKit Weak.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[97/135] Compiling ReerKit WeakMap.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[98/135] Compiling ReerKit WeakProxy.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[99/135] Compiling ReerKit WeakSet.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[100/135] Compiling ReerKit WKWebView+REExtensions.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[101/135] Compiling ReerKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Utility/Throttler.swift:35:24: error: cannot find 'UnfairLock' in scope
    private let lock = UnfairLock()
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:79:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:129:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:181:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: key) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakMap.swift:186:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: value) { [weak self] in
            ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:58: error: cannot find type 'Selector' in scope
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
                                                         ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:38:26: error: method does not override any method from its superclass
    public override func forwardingTarget(for aSelector: Selector!) -> Any? {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:49: error: cannot find type 'Selector' in scope
    public override func responds(to aSelector: Selector!) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:42:26: error: method does not override any method from its superclass
    public override func responds(to aSelector: Selector!) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:54:25: error: property does not override any property from its superclass
    public override var superclass: AnyClass? {
           ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:62:26: error: overriding non-open instance method outside of its defining module
    public override func isKind(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:66:26: error: overriding non-open instance method outside of its defining module
    public override func isMember(of aClass: AnyClass) -> Bool {
                         ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:49: error: cannot find type 'Protocol' in scope
    public override func conforms(to aProtocol: Protocol) -> Bool {
                                                ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:70:26: error: method does not override any method from its superclass
    public override func conforms(to aProtocol: Protocol) -> Bool {
           ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:43:24: error: value of type 'NSObject' has no member 'responds'
        return target?.responds(to: aSelector) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:55:22: error: static member 'superclass' cannot be used on instance of type 'NSObject'
        return target?.superclass
               ~~~~~~^
               NSObject
/host/spi-builder-workspace/Sources/Utility/Weak/WeakProxy.swift:71:24: error: value of type 'NSObject' has no member 'conforms'
        return target?.conforms(to: aProtocol) ?? false
               ~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:62:9: error: cannot find 'observeDeinit' in scope
        observeDeinit(for: object) { [weak self] in
        ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Utility/Weak/WeakSet.swift:96:13: error: cannot find 'observeDeinit' in scope
            observeDeinit(for: obj) { [weak self] in
            ^~~~~~~~~~~~~
[102/135] Compiling ReerKit Associatable.swift
[103/135] Compiling ReerKit DeinitObservable.swift
[104/135] Compiling ReerKit OnceExecutable.swift
[105/135] Compiling ReerKit Swizzlable.swift
[106/135] Compiling ReerKit Array+REExtensions.swift
[107/135] Compiling ReerKit BinaryFloatingPoint+REExtensions.swift
[108/135] Compiling ReerKit BinaryInteger+REExtensions.swift
[109/135] Compiling ReerKit Bool+REExtensions.swift
[110/135] Compiling ReerKit Character+REExtensions.swift
[111/135] Compiling ReerKit Collection+REExtensions.swift
[112/135] Compiling ReerKit Comparable+REExtensions.swift
[113/135] Compiling ReerKit Decodable+REExtensions.swift
[114/135] Compiling ReerKit Dictionary+REExtensions.swift
[115/135] Compiling ReerKit Double+REExtensions.swift
[116/135] Compiling ReerKit Float+REExtensions.swift
[117/135] Compiling ReerKit FloatingPoint+REExtensions.swift
[118/135] Compiling ReerKit Int+REExtensions.swift
[119/135] Compiling ReerKit CAGradientLayer+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[120/135] Compiling ReerKit CALayer+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[121/135] Compiling ReerKit CATransform3D+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[122/135] Compiling ReerKit CGAffineTransform+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[123/135] Compiling ReerKit CGColor+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[124/135] Compiling ReerKit CGFloat+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[125/135] Compiling ReerKit CGPoint+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[126/135] Compiling ReerKit CGRect+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[127/135] Compiling ReerKit CGSize+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[128/135] Compiling ReerKit CGVector+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[129/135] Compiling ReerKit DispatchQueue+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[130/135] Compiling ReerKit Bundle+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[131/135] Compiling ReerKit Calendar+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[132/135] Compiling ReerKit ContiguousBytes+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[133/135] Compiling ReerKit Data+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[134/135] Compiling ReerKit Date+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
[135/135] Compiling ReerKit FileManager+REExtensions.swift
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:13: error: cannot find 'SecRandomCopyBytes' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:159:32: error: cannot find 'kSecRandomDefault' in scope
            SecRandomCopyBytes(kSecRandomDefault, length, mutableBytes.baseAddress!)
                               ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Foundation/Data+REExtensions.swift:161:22: error: cannot find 'errSecSuccess' in scope
        if result == errSecSuccess {
                     ^~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux