Build Information
Failed to build UMUtils, reference develop (715794), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 00:03:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/umobi/UMUtils.git
Reference: develop
Initialized empty Git repository in /Users/admin/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/1498] Fetching swift-request
Fetched https://github.com/carson-katri/swift-request from cache (1.00s)
Computing version for https://github.com/carson-katri/swift-request
Computed https://github.com/carson-katri/swift-request at 1.4.0 (1.71s)
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/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "umutils",
"name": "UMUtils",
"url": "https://github.com/umobi/UMUtils.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UMUtils",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-request",
"name": "Request",
"url": "https://github.com/carson-katri/swift-request",
"version": "1.4.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-request",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/umobi/UMUtils.git
[1/1027] Fetching umutils
Fetched https://github.com/umobi/UMUtils.git from cache (0.80s)
Fetching https://github.com/carson-katri/swift-request from cache
Fetched https://github.com/carson-katri/swift-request from cache (0.46s)
Computing version for https://github.com/carson-katri/swift-request
Computed https://github.com/carson-katri/swift-request at 1.4.0 (0.53s)
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
Creating working copy for https://github.com/umobi/UMUtils.git
Working copy of https://github.com/umobi/UMUtils.git resolved at develop (7157940)
warning: '.resolve-product-dependencies': dependency 'umutils' is not used by any target
Found 1 product dependencies
- Request
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/umobi/UMUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/9] Compiling Json Json.swift
[6/9] Emitting module Json
[7/9] Compiling Json Literals.swift
[8/9] Compiling Json JsonBuilder.swift
[9/9] Compiling Json JsonSubscript.swift
[10/45] Compiling Request Auth.swift
[11/45] Compiling Request CacheType.swift
[12/45] Compiling Request MediaType.swift
[13/45] Compiling Request RequestError.swift
[14/48] Compiling Request Headers.swift
[15/48] Compiling Request Method.swift
[16/48] Compiling Request Query.swift
[17/48] Compiling Request QueryParam.swift
[18/48] Compiling Request UserAgent.swift
[19/48] Compiling Request RequestChain.swift
[20/48] Compiling Request RequestGroup+Combine.swift
[21/48] Compiling Request RequestGroup.swift
[22/48] Emitting module Request
[23/48] Compiling Request Body.swift
[24/48] Compiling Request CombinedParams.swift
[25/48] Compiling Request EmptyParam.swift
[26/48] Compiling Request Header.swift
[27/48] Compiling Request FormBuilder.Combined.swift
[28/48] Compiling Request FormBuilder.Empty.swift
[29/48] Compiling Request FormBuilder.swift
[30/48] Compiling Request FormParam.swift
[31/48] Compiling Request RequestParam.swift
[32/48] Compiling Request SessionParam.swift
[33/48] Compiling Request Timeout.Source.swift
[34/48] Compiling Request Timeout.swift
[35/48] Compiling Request Form.Data.swift
[36/48] Compiling Request Form.File.swift
[37/48] Compiling Request Form.Value.swift
[38/48] Compiling Request Form.swift
[39/48] Compiling Request RequestStatus.swift
[40/48] Compiling Request RequestImage.swift
[41/48] Compiling Request RequestView.swift
[42/48] Compiling Request ProtocolType.swift
[43/48] Compiling Request Url.swift
[44/48] Compiling Request Requested.swift
[45/48] Compiling Request Request+Combine.swift
[46/48] Compiling Request Request.swift
[47/48] Compiling Request RequestBuilder.swift
[48/48] Compiling Request AnyParam.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/105] Emitting module UMUtils
/Users/admin/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 the Swift 6 language mode
42 |
43 | public extension KeyedEncodingContainer {
44 | class Wrapper<K: CodingKey> {
| `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 | var container: KeyedEncodingContainer<K>
46 | let actualKey: K!
/Users/admin/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
27 | @frozen @propertyWrapper
28 | public struct Networking: DynamicProperty {
29 | @ObservedObject private var service: Service
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 |
31 | public init() {
:
50 |
51 | private extension Networking {
52 | class Service: ObservableObject {
| `- note: type declared here
53 | static let shared = Service()
54 |
/Users/admin/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
27 | @propertyWrapper @frozen
28 | public struct MaskedText: DynamicProperty {
29 | @Mutable private var relay: Relay
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 | private let mask: MaskType
31 |
:
74 |
75 | private extension MaskedText {
76 | enum Relay {
| `- note: type declared here
77 | case `nil`
78 | case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: cannot infer contextual base in reference to member 'withinWindow'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: type 'NSControl.ControlSize' has no member 'constant'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: cannot infer contextual base in reference to member 'regular'
77 | color: NSControlTint,
78 | size: Size = .medium,
[50/111] Compiling UMUtils Date+Style+Month.swift
[51/111] Compiling UMUtils Date+Style+Time.swift
[52/111] Compiling UMUtils Date+Style+WeekDay.swift
[53/111] Compiling UMUtils Date+Style.swift
[54/111] Compiling UMUtils Decodable+Extensions.swift
[55/111] Compiling UMUtils Dropable.swift
[56/111] Compiling UMUtils String+Localized.swift
[57/111] Compiling UMUtils String+Validations.swift
[58/111] Compiling UMUtils UIColor+Image.swift
[59/111] Compiling UMUtils UIImage+Color.swift
[60/111] Compiling UMUtils UIImage+Resizing.swift
[61/111] Compiling UMUtils UIScrollView+Scroll.swift
[62/111] Compiling UMUtils Request.Publisher.Error.onSuccess.swift
[63/111] Compiling UMUtils Request.Publisher.Operators.swift
[64/111] Compiling UMUtils Request.Publisher.Retry.swift
[65/111] Compiling UMUtils Request.Publisher.swift
[66/111] Compiling UMUtils Rx+Operators.swift
[67/111] Compiling UMUtils SingleSubject.swift
[68/111] Compiling UMUtils IncludeParameters.swift
[69/111] Compiling UMUtils MetaPage.swift
[70/111] Compiling UMUtils MetaPageModel.swift
[71/111] Compiling UMUtils StringError.swift
[72/111] Compiling UMUtils Transform.swift
[73/111] Compiling UMUtils Bundle+Version.swift
[74/111] Compiling UMUtils Date+String.swift
[75/111] Compiling UMUtils APIArray.swift
[76/111] Compiling UMUtils APIError.swift
[77/111] Compiling UMUtils APIException.swift
[78/111] Compiling UMUtils APIObject.swift
[79/111] Compiling UMUtils APIRawObject.swift
[80/111] Compiling UMUtils APIResult.swift
[81/111] Compiling UMUtils Error+APIError.swift
[82/111] Compiling UMUtils Encodable+Extensions.swift
/Users/admin/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 the Swift 6 language mode
42 |
43 | public extension KeyedEncodingContainer {
44 | class Wrapper<K: CodingKey> {
| `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 | var container: KeyedEncodingContainer<K>
46 | let actualKey: K!
/Users/admin/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
27 | @frozen @propertyWrapper
28 | public struct Networking: DynamicProperty {
29 | @ObservedObject private var service: Service
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 |
31 | public init() {
:
50 |
51 | private extension Networking {
52 | class Service: ObservableObject {
| `- note: type declared here
53 | static let shared = Service()
54 |
[83/111] Compiling UMUtils OrderedArray.swift
/Users/admin/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 the Swift 6 language mode
42 |
43 | public extension KeyedEncodingContainer {
44 | class Wrapper<K: CodingKey> {
| `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 | var container: KeyedEncodingContainer<K>
46 | let actualKey: K!
/Users/admin/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
27 | @frozen @propertyWrapper
28 | public struct Networking: DynamicProperty {
29 | @ObservedObject private var service: Service
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 |
31 | public init() {
:
50 |
51 | private extension Networking {
52 | class Service: ObservableObject {
| `- note: type declared here
53 | static let shared = Service()
54 |
[84/111] Compiling UMUtils Mutable.swift
/Users/admin/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 the Swift 6 language mode
42 |
43 | public extension KeyedEncodingContainer {
44 | class Wrapper<K: CodingKey> {
| `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 | var container: KeyedEncodingContainer<K>
46 | let actualKey: K!
/Users/admin/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
27 | @frozen @propertyWrapper
28 | public struct Networking: DynamicProperty {
29 | @ObservedObject private var service: Service
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 |
31 | public init() {
:
50 |
51 | private extension Networking {
52 | class Service: ObservableObject {
| `- note: type declared here
53 | static let shared = Service()
54 |
[85/111] Compiling UMUtils ActivityPublisher.swift
/Users/admin/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 the Swift 6 language mode
42 |
43 | public extension KeyedEncodingContainer {
44 | class Wrapper<K: CodingKey> {
| `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 | var container: KeyedEncodingContainer<K>
46 | let actualKey: K!
/Users/admin/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
27 | @frozen @propertyWrapper
28 | public struct Networking: DynamicProperty {
29 | @ObservedObject private var service: Service
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 |
31 | public init() {
:
50 |
51 | private extension Networking {
52 | class Service: ObservableObject {
| `- note: type declared here
53 | static let shared = Service()
54 |
[86/111] Compiling UMUtils APIRelativeTimeoutTime.swift
/Users/admin/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 the Swift 6 language mode
42 |
43 | public extension KeyedEncodingContainer {
44 | class Wrapper<K: CodingKey> {
| `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 | var container: KeyedEncodingContainer<K>
46 | let actualKey: K!
/Users/admin/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
27 | @frozen @propertyWrapper
28 | public struct Networking: DynamicProperty {
29 | @ObservedObject private var service: Service
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 |
31 | public init() {
:
50 |
51 | private extension Networking {
52 | class Service: ObservableObject {
| `- note: type declared here
53 | static let shared = Service()
54 |
[87/111] Compiling UMUtils Networking.swift
/Users/admin/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 the Swift 6 language mode
42 |
43 | public extension KeyedEncodingContainer {
44 | class Wrapper<K: CodingKey> {
| `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 | var container: KeyedEncodingContainer<K>
46 | let actualKey: K!
/Users/admin/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
27 | @frozen @propertyWrapper
28 | public struct Networking: DynamicProperty {
29 | @ObservedObject private var service: Service
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 |
31 | public init() {
:
50 |
51 | private extension Networking {
52 | class Service: ObservableObject {
| `- note: type declared here
53 | static let shared = Service()
54 |
[88/111] Compiling UMUtils UIScrollView+ScrollToBottom.swift
[89/111] Compiling UMUtils UIView+Border.swift
[90/111] Compiling UMUtils UIView+Corner.swift
[91/111] Compiling UMUtils UIViewController+Storyboard.swift
[92/111] Compiling UMUtils UIWindow+ViewControllers.swift
[93/111] Compiling UMUtils Date+Components.swift
[94/111] Compiling UMUtils Date+Time.swift
[95/111] Compiling UMUtils Double+Round.swift
[96/111] Compiling UMUtils Number+Formats.swift
[97/111] Compiling UMUtils Number+Price.swift
[98/111] Compiling UMUtils String+Currency.swift
[99/111] Compiling UMUtils String+Emoji.swift
[100/111] Compiling UMUtils MaskTextField.swift
/Users/admin/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
27 | @propertyWrapper @frozen
28 | public struct MaskedText: DynamicProperty {
29 | @Mutable private var relay: Relay
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 | private let mask: MaskType
31 |
:
74 |
75 | private extension MaskedText {
76 | enum Relay {
| `- note: type declared here
77 | case `nil`
78 | case string(String)
[101/111] Compiling UMUtils String+Utils.swift
/Users/admin/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
27 | @propertyWrapper @frozen
28 | public struct MaskedText: DynamicProperty {
29 | @Mutable private var relay: Relay
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 | private let mask: MaskType
31 |
:
74 |
75 | private extension MaskedText {
76 | enum Relay {
| `- note: type declared here
77 | case `nil`
78 | case string(String)
[102/111] Compiling UMUtils ActivityView.swift
/Users/admin/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
27 | @propertyWrapper @frozen
28 | public struct MaskedText: DynamicProperty {
29 | @Mutable private var relay: Relay
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 | private let mask: MaskType
31 |
:
74 |
75 | private extension MaskedText {
76 | enum Relay {
| `- note: type declared here
77 | case `nil`
78 | case string(String)
[103/111] Compiling UMUtils DismissButton.swift
/Users/admin/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
27 | @propertyWrapper @frozen
28 | public struct MaskedText: DynamicProperty {
29 | @Mutable private var relay: Relay
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 | private let mask: MaskType
31 |
:
74 |
75 | private extension MaskedText {
76 | enum Relay {
| `- note: type declared here
77 | case `nil`
78 | case string(String)
[104/111] Compiling UMUtils HTMLText.swift
/Users/admin/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
27 | @propertyWrapper @frozen
28 | public struct MaskedText: DynamicProperty {
29 | @Mutable private var relay: Relay
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 | private let mask: MaskType
31 |
:
74 |
75 | private extension MaskedText {
76 | enum Relay {
| `- note: type declared here
77 | case `nil`
78 | case string(String)
[105/111] Compiling UMUtils OutletView.swift
/Users/admin/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
27 | @propertyWrapper @frozen
28 | public struct MaskedText: DynamicProperty {
29 | @Mutable private var relay: Relay
| `- error: type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public
30 | private let mask: MaskType
31 |
:
74 |
75 | private extension MaskedText {
76 | enum Relay {
| `- note: type declared here
77 | case `nil`
78 | case string(String)
[106/111] Compiling UMUtils PresentMaker.swift
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: cannot infer contextual base in reference to member 'withinWindow'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: type 'NSControl.ControlSize' has no member 'constant'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: cannot infer contextual base in reference to member 'regular'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/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. [#DeprecatedDeclaration]
119 | public extension UMBlur {
120 | static var systemMaterial: UMBlur {
121 | UMBlur(.appearanceBased, blendingMode: .withinWindow)
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
122 | }
123 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[107/111] Compiling UMUtils PrivateDefaultTranstionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: cannot infer contextual base in reference to member 'withinWindow'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: type 'NSControl.ControlSize' has no member 'constant'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: cannot infer contextual base in reference to member 'regular'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/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. [#DeprecatedDeclaration]
119 | public extension UMBlur {
120 | static var systemMaterial: UMBlur {
121 | UMBlur(.appearanceBased, blendingMode: .withinWindow)
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
122 | }
123 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[108/111] Compiling UMUtils PrivatePresentedView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: cannot infer contextual base in reference to member 'withinWindow'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: type 'NSControl.ControlSize' has no member 'constant'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: cannot infer contextual base in reference to member 'regular'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/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. [#DeprecatedDeclaration]
119 | public extension UMBlur {
120 | static var systemMaterial: UMBlur {
121 | UMBlur(.appearanceBased, blendingMode: .withinWindow)
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
122 | }
123 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[109/111] Compiling UMUtils UMActivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: cannot infer contextual base in reference to member 'withinWindow'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: type 'NSControl.ControlSize' has no member 'constant'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: cannot infer contextual base in reference to member 'regular'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/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. [#DeprecatedDeclaration]
119 | public extension UMBlur {
120 | static var systemMaterial: UMBlur {
121 | UMBlur(.appearanceBased, blendingMode: .withinWindow)
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
122 | }
123 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[110/111] Compiling UMUtils UMAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: cannot infer contextual base in reference to member 'withinWindow'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: type 'NSControl.ControlSize' has no member 'constant'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: cannot infer contextual base in reference to member 'regular'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/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. [#DeprecatedDeclaration]
119 | public extension UMBlur {
120 | static var systemMaterial: UMBlur {
121 | UMBlur(.appearanceBased, blendingMode: .withinWindow)
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
122 | }
123 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[111/111] Compiling UMUtils UMBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:58: error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: type 'NSVisualEffectView.BlendingMode' has no member 'constant'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:75:68: error: cannot infer contextual base in reference to member 'withinWindow'
73 | public init(
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
| `- error: cannot infer contextual base in reference to member 'withinWindow'
76 | style: NSControl.ControlSize = .constant(.regular),
77 | color: NSControlTint,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:41: error: type 'NSControl.ControlSize' has no member 'constant'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: type 'NSControl.ControlSize' has no member 'constant'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/builder/spi-builder-workspace/Sources/UMUtils/View/UMActivity.swift:76:51: error: cannot infer contextual base in reference to member 'regular'
74 | _ blurMaterial: NSVisualEffectView.Material,
75 | blendingMode: NSVisualEffectView.BlendingMode = .constant(.withinWindow),
76 | style: NSControl.ControlSize = .constant(.regular),
| `- error: cannot infer contextual base in reference to member 'regular'
77 | color: NSControlTint,
78 | size: Size = .medium,
/Users/admin/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. [#DeprecatedDeclaration]
119 | public extension UMBlur {
120 | static var systemMaterial: UMBlur {
121 | UMBlur(.appearanceBased, blendingMode: .withinWindow)
| `- warning: 'appearanceBased' was deprecated in macOS 10.14: Use a specific semantic material instead. [#DeprecatedDeclaration]
122 | }
123 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
BUILD FAILURE 6.3 macosSpm