The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/umobi/UMUtils.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/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
Fetching https://github.com/carson-katri/swift-request
[1/1411] Fetching swift-request
Fetched https://github.com/carson-katri/swift-request (0.60s)
Computing version for https://github.com/carson-katri/swift-request
Computed https://github.com/carson-katri/swift-request at 1.4.0 (0.82s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "umutils",
      "name": "UMUtils",
      "url": "https://github.com/umobi/UMUtils.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UMUtils",
      "dependencies": [
        {
          "identity": "swift-request",
          "name": "Request",
          "url": "https://github.com/carson-katri/swift-request",
          "version": "1.4.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-request",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/umobi/UMUtils.git
[1/1027] Fetching umutils
Fetched https://github.com/umobi/UMUtils.git (0.43s)
Fetching https://github.com/carson-katri/swift-request from cache
Fetched https://github.com/carson-katri/swift-request (0.25s)
Computing version for https://github.com/carson-katri/swift-request
Computed https://github.com/carson-katri/swift-request at 1.4.0 (0.02s)
Creating working copy for https://github.com/umobi/UMUtils.git
Working copy of https://github.com/umobi/UMUtils.git resolved at develop
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
warning: '.resolve-product-dependencies': dependency 'umutils' is not used by any target
Found 1 product dependencies
  - Request
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling Json Literals.swift
[2/5] Compiling Json JsonSubscript.swift
[3/5] Compiling Json JsonBuilder.swift
[4/5] Compiling Json Json.swift
[5/5] Emitting module Json
[6/40] Emitting module Request
[7/44] Compiling Request Form.Value.swift
[8/44] Compiling Request Form.swift
[9/44] Compiling Request FormBuilder.Combined.swift
[10/44] Compiling Request FormBuilder.Empty.swift
[11/44] Compiling Request FormBuilder.swift
[12/44] Compiling Request Timeout.Source.swift
[13/44] Compiling Request Timeout.swift
[14/44] Compiling Request ProtocolType.swift
[15/44] Compiling Request Url.swift
[16/44] Compiling Request Body.swift
[17/44] Compiling Request CombinedParams.swift
[18/44] Compiling Request EmptyParam.swift
[19/44] Compiling Request Header.swift
[20/44] Compiling Request Headers.swift
[21/44] Compiling Request Method.swift
[22/44] Compiling Request Query.swift
[23/44] Compiling Request QueryParam.swift
[24/44] Compiling Request RequestParam.swift
[25/44] Compiling Request SessionParam.swift
[26/44] Compiling Request RequestChain.swift
[27/44] Compiling Request RequestGroup+Combine.swift
[28/44] Compiling Request RequestGroup.swift
[29/44] Compiling Request Form.Data.swift
[30/44] Compiling Request Form.File.swift
[31/44] Compiling Request Requested.swift
[32/44] Compiling Request RequestStatus.swift
[33/44] Compiling Request RequestImage.swift
[34/44] Compiling Request RequestView.swift
[35/44] Compiling Request Auth.swift
[36/44] Compiling Request CacheType.swift
[37/44] Compiling Request MediaType.swift
[38/44] Compiling Request RequestError.swift
[39/44] Compiling Request UserAgent.swift
[40/44] Compiling Request FormParam.swift
[41/44] Compiling Request Request+Combine.swift
[42/44] Compiling Request Request.swift
[43/44] Compiling Request RequestBuilder.swift
[44/44] Compiling Request AnyParam.swift
[45/100] Compiling UMUtils Rx+Operators.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[46/100] Compiling UMUtils SingleSubject.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[47/100] Compiling UMUtils MaskTextField.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[48/100] Compiling UMUtils String+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[49/100] Compiling UMUtils ActivityView.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[50/100] Compiling UMUtils DismissButton.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[51/100] Compiling UMUtils HTMLText.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
[52/107] Emitting module UMUtils
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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),
                                                 ~^~~~~~~
[53/107] Compiling UMUtils Mutable.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[54/107] Compiling UMUtils ActivityPublisher.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[55/107] Compiling UMUtils APIRelativeTimeoutTime.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[56/107] Compiling UMUtils Networking.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[57/107] Compiling UMUtils Request.Publisher.Error.onSuccess.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[58/107] Compiling UMUtils Request.Publisher.Operators.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[59/107] Compiling UMUtils Request.Publisher.Retry.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[60/107] Compiling UMUtils Request.Publisher.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[61/107] Compiling UMUtils Number+Formats.swift
[62/107] Compiling UMUtils Number+Price.swift
[63/107] Compiling UMUtils String+Currency.swift
[64/107] Compiling UMUtils String+Emoji.swift
[65/107] Compiling UMUtils String+Localized.swift
[66/107] Compiling UMUtils String+Validations.swift
[67/107] Compiling UMUtils UIColor+Image.swift
[68/107] Compiling UMUtils UIImage+Color.swift
[69/107] Compiling UMUtils UIImage+Resizing.swift
[70/107] Compiling UMUtils UIScrollView+Scroll.swift
[71/107] Compiling UMUtils UIScrollView+ScrollToBottom.swift
[72/107] Compiling UMUtils UIView+Border.swift
[73/107] Compiling UMUtils UIView+Corner.swift
[74/107] Compiling UMUtils UIViewController+Storyboard.swift
[75/107] Compiling UMUtils UIWindow+ViewControllers.swift
[76/107] Compiling UMUtils Date+Components.swift
[77/107] Compiling UMUtils Date+Style+Month.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[78/107] Compiling UMUtils Date+Style+Time.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[79/107] Compiling UMUtils Date+Style+WeekDay.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[80/107] Compiling UMUtils Date+Style.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[81/107] Compiling UMUtils Decodable+Extensions.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[82/107] Compiling UMUtils Dropable.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[83/107] Compiling UMUtils Encodable+Extensions.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[84/107] Compiling UMUtils OrderedArray.swift
/Users/admin/builds/h8344Zi3/1/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> {
                  ^
[85/107] Compiling UMUtils MetaPage.swift
[86/107] Compiling UMUtils MetaPageModel.swift
[87/107] Compiling UMUtils StringError.swift
[88/107] Compiling UMUtils Transform.swift
[89/107] Compiling UMUtils Bundle+Version.swift
[90/107] Compiling UMUtils Date+String.swift
[91/107] Compiling UMUtils Date+Time.swift
[92/107] Compiling UMUtils Double+Round.swift
[93/107] Compiling UMUtils APIArray.swift
[94/107] Compiling UMUtils APIError.swift
[95/107] Compiling UMUtils APIException.swift
[96/107] Compiling UMUtils APIObject.swift
[97/107] Compiling UMUtils APIRawObject.swift
[98/107] Compiling UMUtils APIResult.swift
[99/107] Compiling UMUtils Error+APIError.swift
[100/107] Compiling UMUtils IncludeParameters.swift
[101/107] Compiling UMUtils OutletView.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                ^
[102/107] Compiling UMUtils PresentMaker.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                ^
[103/107] Compiling UMUtils PrivateDefaultTranstionView.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                ^
[104/107] Compiling UMUtils PrivatePresentedView.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                ^
[105/107] Compiling UMUtils UMActivity.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/107] Compiling UMUtils UMAlert.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/107] Compiling UMUtils UMBlur.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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
[0/1] Planning build
Building for debugging...
[1/21] Compiling UMUtils Networking.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[2/21] Compiling UMUtils Request.Publisher.Error.onSuccess.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[3/21] Compiling UMUtils Request.Publisher.Operators.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
[4/23] Compiling UMUtils Mutable.swift
[5/23] Compiling UMUtils ActivityPublisher.swift
[6/23] Compiling UMUtils APIRelativeTimeoutTime.swift
[7/23] Compiling UMUtils SingleSubject.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[8/23] Compiling UMUtils MaskTextField.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[9/23] Compiling UMUtils String+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
[10/23] Compiling UMUtils Request.Publisher.Retry.swift
[11/23] Compiling UMUtils Request.Publisher.swift
[12/23] Compiling UMUtils Rx+Operators.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/24] Emitting module UMUtils
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/Networking/Networking.swift:52:11: note: type declared here
    class Service: ObservableObject {
          ^
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UMUtils/RxUMUtils/TextFieldHelpers/MaskTextField.swift:76:10: note: type declared here
    enum Relay {
         ^
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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),
                                                 ~^~~~~~~
[14/24] Compiling UMUtils OutletView.swift
[15/24] Compiling UMUtils PresentMaker.swift
[16/24] Compiling UMUtils PrivateDefaultTranstionView.swift
[17/24] Compiling UMUtils PrivatePresentedView.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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 UMActivity.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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 ActivityView.swift
[20/24] Compiling UMUtils DismissButton.swift
[21/24] Compiling UMUtils HTMLText.swift
[22/25] Compiling UMUtils Error+APIError.swift
[23/25] Compiling UMUtils MetaPageModel.swift
[24/25] Compiling UMUtils UMAlert.swift
/Users/admin/builds/h8344Zi3/1/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)
                ^
[25/25] Compiling UMUtils UMBlur.swift
/Users/admin/builds/h8344Zi3/1/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.9 macosSpm