The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UMUtils with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/umobi/UMUtils.git
Reference: develop
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/umobi/UMUtils
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7157940 Some updates
Cloned https://github.com/umobi/UMUtils.git
Revision (git rev-parse @):
715794015fe4c8ff6d1e266f323b06ef9dc1adac
SUCCESS checkout https://github.com/umobi/UMUtils.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/umobi/UMUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/9] Emitting module Json
[6/9] Compiling Json JsonBuilder.swift
[7/9] Compiling Json Literals.swift
[8/9] Compiling Json JsonSubscript.swift
[9/9] Compiling Json Json.swift
[10/44] Compiling Request Timeout.Source.swift
[11/44] Compiling Request Timeout.swift
[12/44] Compiling Request ProtocolType.swift
[13/44] Compiling Request Url.swift
[14/44] Compiling Request Form.Value.swift
[15/44] Compiling Request Form.swift
[16/44] Compiling Request FormBuilder.Combined.swift
[17/44] Compiling Request FormBuilder.Empty.swift
[18/44] Compiling Request FormBuilder.swift
[19/48] Compiling Request Method.swift
[20/48] Compiling Request Query.swift
[21/48] Compiling Request QueryParam.swift
[22/48] Compiling Request RequestParam.swift
[23/48] Compiling Request SessionParam.swift
[24/48] Compiling Request RequestChain.swift
[25/48] Compiling Request RequestGroup+Combine.swift
[26/48] Compiling Request RequestGroup.swift
[27/48] Compiling Request Form.Data.swift
[28/48] Compiling Request Form.File.swift
[29/48] Compiling Request Body.swift
[30/48] Compiling Request CombinedParams.swift
[31/48] Compiling Request EmptyParam.swift
[32/48] Compiling Request Header.swift
[33/48] Compiling Request Headers.swift
[34/48] Compiling Request Auth.swift
[35/48] Compiling Request CacheType.swift
[36/48] Compiling Request MediaType.swift
[37/48] Compiling Request RequestError.swift
[38/48] Compiling Request UserAgent.swift
[39/48] Compiling Request FormParam.swift
[40/48] Compiling Request Request+Combine.swift
[41/48] Compiling Request Request.swift
[42/48] Compiling Request RequestBuilder.swift
[43/48] Compiling Request AnyParam.swift
[44/48] Emitting module Request
[45/48] Compiling Request Requested.swift
[46/48] Compiling Request RequestStatus.swift
[47/48] Compiling Request RequestImage.swift
[48/48] Compiling Request RequestView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/104] Emitting module UMUtils
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
[50/104] Compiling UMUtils Mutable.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[51/104] Compiling UMUtils ActivityPublisher.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[52/104] Compiling UMUtils APIRelativeTimeoutTime.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[53/104] Compiling UMUtils Networking.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[54/104] Compiling UMUtils Request.Publisher.Error.onSuccess.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[55/104] Compiling UMUtils Request.Publisher.Operators.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[56/104] Compiling UMUtils Request.Publisher.Retry.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[57/104] Compiling UMUtils Request.Publisher.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[58/111] Compiling UMUtils Number+Formats.swift
[59/111] Compiling UMUtils Number+Price.swift
[60/111] Compiling UMUtils String+Currency.swift
[61/111] Compiling UMUtils String+Emoji.swift
[62/111] Compiling UMUtils String+Localized.swift
[63/111] Compiling UMUtils String+Validations.swift
[64/111] Compiling UMUtils UIColor+Image.swift
[65/111] Compiling UMUtils UIImage+Color.swift
[66/111] Compiling UMUtils Date+Style+Month.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[67/111] Compiling UMUtils Date+Style+Time.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[68/111] Compiling UMUtils Date+Style+WeekDay.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[69/111] Compiling UMUtils Date+Style.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[70/111] Compiling UMUtils Decodable+Extensions.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[71/111] Compiling UMUtils Dropable.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[72/111] Compiling UMUtils Encodable+Extensions.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[73/111] Compiling UMUtils OrderedArray.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
[74/111] Compiling UMUtils UIImage+Resizing.swift
[75/111] Compiling UMUtils UIScrollView+Scroll.swift
[76/111] Compiling UMUtils UIScrollView+ScrollToBottom.swift
[77/111] Compiling UMUtils UIView+Border.swift
[78/111] Compiling UMUtils UIView+Corner.swift
[79/111] Compiling UMUtils UIViewController+Storyboard.swift
[80/111] Compiling UMUtils UIWindow+ViewControllers.swift
[81/111] Compiling UMUtils Date+Components.swift
[82/111] Compiling UMUtils MetaPage.swift
[83/111] Compiling UMUtils MetaPageModel.swift
[84/111] Compiling UMUtils StringError.swift
[85/111] Compiling UMUtils Transform.swift
[86/111] Compiling UMUtils Bundle+Version.swift
[87/111] Compiling UMUtils Date+String.swift
[88/111] Compiling UMUtils Date+Time.swift
[89/111] Compiling UMUtils Double+Round.swift
[90/111] Compiling UMUtils APIArray.swift
[91/111] Compiling UMUtils APIError.swift
[92/111] Compiling UMUtils APIException.swift
[93/111] Compiling UMUtils APIObject.swift
[94/111] Compiling UMUtils APIRawObject.swift
[95/111] Compiling UMUtils APIResult.swift
[96/111] Compiling UMUtils Error+APIError.swift
[97/111] Compiling UMUtils IncludeParameters.swift
[98/111] Compiling UMUtils Rx+Operators.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[99/111] Compiling UMUtils SingleSubject.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[100/111] Compiling UMUtils MaskTextField.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[101/111] Compiling UMUtils String+Utils.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[102/111] Compiling UMUtils ActivityView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[103/111] Compiling UMUtils DismissButton.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[104/111] Compiling UMUtils HTMLText.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[105/111] Compiling UMUtils OutletView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
[106/111] Compiling UMUtils PresentMaker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
[107/111] Compiling UMUtils PrivateDefaultTranstionView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
[108/111] Compiling UMUtils PrivatePresentedView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
[109/111] Compiling UMUtils UMActivity.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
[110/111] Compiling UMUtils UMAlert.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
[111/111] Compiling UMUtils UMBlur.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
error: fatalError
Fetching https://github.com/carson-katri/swift-request
[1/1411] Fetching swift-request
Fetched https://github.com/carson-katri/swift-request from cache (0.38s)
Computing version for https://github.com/carson-katri/swift-request
Computed https://github.com/carson-katri/swift-request at 1.4.0 (0.48s)
Creating working copy for https://github.com/carson-katri/swift-request
Working copy of https://github.com/carson-katri/swift-request resolved at 1.4.0
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/22] Compiling UMUtils Mutable.swift
[3/22] Compiling UMUtils ActivityPublisher.swift
[4/22] Compiling UMUtils APIRelativeTimeoutTime.swift
[5/22] Compiling UMUtils SingleSubject.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[6/22] Compiling UMUtils MaskTextField.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[7/22] Compiling UMUtils String+Utils.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/24] Compiling UMUtils OutletView.swift
[9/24] Compiling UMUtils PresentMaker.swift
[10/24] Compiling UMUtils PrivateDefaultTranstionView.swift
[11/24] Compiling UMUtils ActivityView.swift
[12/24] Compiling UMUtils DismissButton.swift
[13/24] Compiling UMUtils HTMLText.swift
[14/24] Compiling UMUtils Request.Publisher.Retry.swift
[15/24] Compiling UMUtils Request.Publisher.swift
[16/24] Compiling UMUtils Rx+Operators.swift
[17/24] Emitting module UMUtils
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/Core/Encodable+Extensions.swift:44:19: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    class Wrapper<K: CodingKey> {
                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:29:26: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @Mutable private var relay: Relay
                         ^      ~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
[18/24] Compiling UMUtils PrivatePresentedView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
[19/24] Compiling UMUtils UMActivity.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                        ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
        blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
                                                                  ~^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
        style: NSControl.ControlSize = .constant(.regular),
                                       ~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
        style: NSControl.ControlSize = .constant(.regular),
                                                 ~^~~~~~~
[20/24] Compiling UMUtils Networking.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[21/24] Compiling UMUtils Request.Publisher.Error.onSuccess.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[22/24] Compiling UMUtils Request.Publisher.Operators.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:29:33: error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
    @ObservedObject private var service: Service
                                ^        ~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[23/26] Compiling UMUtils Error+APIError.swift
[24/26] Compiling UMUtils MetaPageModel.swift
[25/26] Compiling UMUtils UMAlert.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
[26/26] Compiling UMUtils UMBlur.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/View/UMBlur.swift:121:17: warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead.
        UMBlur(.appearanceBased, blendingMode: .withinWindow)
                ^
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7