Build Information
Successful build of Vexil, reference v2.2.3 (9e07b2), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 19:50:06 UTC.
Swift 6 data race errors: 0
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/unsignedapps/Vexil.git
Reference: v2.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/unsignedapps/Vexil
* tag v2.2.3 -> FETCH_HEAD
HEAD is now at 9e07b28 Test support for Vision Pro
Cloned https://github.com/unsignedapps/Vexil.git
Revision (git rev-parse @):
9e07b284465effe2ababb8b2c2c16831cdca493f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/unsignedapps/Vexil.git at v2.2.3
Fetching https://github.com/nicklockwood/SwiftFormat
[1/56108] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (45.20s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.61.0 (45.99s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.61.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": "vexil",
"name": "Vexil",
"url": "https://github.com/unsignedapps/Vexil.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Vexil",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/unsignedapps/Vexil.git
[1/12773] Fetching vexil
Fetched https://github.com/unsignedapps/Vexil.git from cache (1.36s)
Creating working copy for https://github.com/unsignedapps/Vexil.git
Working copy of https://github.com/unsignedapps/Vexil.git resolved at v2.2.3 (9e07b28)
warning: '.resolve-product-dependencies': dependency 'vexil' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/unsignedapps/Vexil.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/30] Emitting module Vexil
[6/32] Compiling Vexil Snapshot+Extensions.swift
[7/32] Compiling Vexil Snapshot+FlagValueSource.swift
[8/32] Compiling Vexil Snapshot+Lookup.swift
[9/32] Compiling Vexil Locks.swift
[10/32] Compiling Vexil Value.swift
[11/32] Compiling Vexil Configuration.swift
[12/32] Compiling Vexil Container.swift
[13/32] Compiling Vexil Decorator.swift
[14/32] Compiling Vexil BoxedFlagValue+Codable.swift
[15/32] Compiling Vexil CollectionDifference.Change+Element.swift
[16/32] Compiling Vexil FlagValueDictionary+FlagValueSource.swift
[17/32] Compiling Vexil FlagValueDictionary.swift
[18/32] Compiling Vexil FlagValueSource.swift
[19/32] Compiling Vexil Diagnostics.swift
[20/32] Compiling Vexil Flag.swift
[21/32] Compiling Vexil FlagInfo.swift
[22/32] Compiling Vexil Snapshot.swift
[23/32] Compiling Vexil BoxedFlagValue+NSObject.swift
[24/32] Compiling Vexil FlagValueDictionary+Collection.swift
[25/32] Compiling Vexil Group.swift
[26/32] Compiling Vexil Lookup.swift
[27/32] Compiling Vexil Pole.swift
[28/32] Compiling Vexil AnyFlag.swift
[29/32] Compiling Vexil LocatedFlagValue.swift
[30/32] Compiling Vexil MutableFlagGroup.swift
[31/32] Compiling Vexil NSUbiquitousKeyValueStore+FlagValueSource.swift
[32/32] Compiling Vexil UserDefaults+FlagValueSource.swift
[33/60] Emitting module Vexillographer
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:71:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
69 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
70 | extension UnfurledFlag: BooleanEditableFlag where Value.BoxedValueType == Bool {
71 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
72 | return BooleanFlagControl(
73 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:99:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
97 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
98 | extension UnfurledFlag: OptionalBooleanEditableFlag where Value: FlagValue, Value.BoxedValueType: OptionalFlagValue, Value.BoxedValueType.WrappedFlagValue == Bool {
99 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
100 | return BooleanFlagControl(
101 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/CaseIterableFlagControl.swift:163:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | Value: RawRepresentable, Value.RawValue: FlagValue, Value: Hashable
162 | {
163 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
164 | return CaseIterableFlagControl<Value>(
165 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/OptionalCaseIterableFlagControl.swift:160:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
158 | Value.WrappedFlagValue.RawValue: FlagValue, Value.WrappedFlagValue: Hashable
159 | {
160 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | let key = info.key
162 |
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:66:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | extension UnfurledFlag: StringEditableFlag where Value.BoxedValueType: LosslessStringConvertible {
65 |
66 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
67 | return StringFlagControl(
68 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:98:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
96 | {
97 |
98 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
99 | return StringFlagControl(
100 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
[34/62] Compiling Vexillographer Pasteboard.swift
[35/62] Compiling Vexillographer Vexillographer.swift
[36/62] Compiling Vexillographer Binding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:25:24: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
23 | get: {
24 | let value: FValue.BoxedValueType? = manager.boxedValue(key: key, type: FValue.self) ?? defaultValue.unwrappedBoxedValue()
25 | return transformer.toEditingValue(value)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
26 | },
27 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:29:33: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
27 | set: { newValue in
28 | do {
29 | let value = transformer.toOriginalValue(newValue)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
30 | try manager.setBoxedValue(value, type: FValue.self, key: key)
31 |
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:44:24: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
42 | get: {
43 | let value: Transformer.OriginalValue = manager.flagValue(key: key) ?? defaultValue
44 | return transformer.toEditingValue(value)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
45 | },
46 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:48:33: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
46 | set: { newValue in
47 | do {
48 | let value = transformer.toOriginalValue(newValue)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
49 | try manager.setFlagValue(value, key: key)
50 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[37/62] Compiling Vexillographer EditableBoxedFlagValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:25:24: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
23 | get: {
24 | let value: FValue.BoxedValueType? = manager.boxedValue(key: key, type: FValue.self) ?? defaultValue.unwrappedBoxedValue()
25 | return transformer.toEditingValue(value)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
26 | },
27 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:29:33: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
27 | set: { newValue in
28 | do {
29 | let value = transformer.toOriginalValue(newValue)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
30 | try manager.setBoxedValue(value, type: FValue.self, key: key)
31 |
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:44:24: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
42 | get: {
43 | let value: Transformer.OriginalValue = manager.flagValue(key: key) ?? defaultValue
44 | return transformer.toEditingValue(value)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
45 | },
46 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:48:33: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
46 | set: { newValue in
47 | do {
48 | let value = transformer.toOriginalValue(newValue)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
49 | try manager.setFlagValue(value, key: key)
50 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[38/62] Compiling Vexillographer LosslessStringTransformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:25:24: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
23 | get: {
24 | let value: FValue.BoxedValueType? = manager.boxedValue(key: key, type: FValue.self) ?? defaultValue.unwrappedBoxedValue()
25 | return transformer.toEditingValue(value)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
26 | },
27 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:29:33: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
27 | set: { newValue in
28 | do {
29 | let value = transformer.toOriginalValue(newValue)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
30 | try manager.setBoxedValue(value, type: FValue.self, key: key)
31 |
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:44:24: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
42 | get: {
43 | let value: Transformer.OriginalValue = manager.flagValue(key: key) ?? defaultValue
44 | return transformer.toEditingValue(value)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
45 | },
46 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Bindings/Binding.swift:48:33: warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
46 | set: { newValue in
47 | do {
48 | let value = transformer.toOriginalValue(newValue)
| `- warning: capture of 'transformer' with non-Sendable type 'Transformer.Type' in a '@Sendable' closure [#SendableClosureCaptures]
49 | try manager.setFlagValue(value, key: key)
50 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[39/62] Compiling Vexillographer FlagView.swift
[40/62] Compiling Vexillographer Unfurlable.swift
[41/62] Compiling Vexillographer UnfurledFlag.swift
[42/62] Compiling Vexillographer FlagGroupView.swift
[43/62] Compiling Vexillographer FlagSectionView.swift
[44/62] Compiling Vexillographer FlagValueManager.swift
[45/62] Compiling Vexillographer UnfurledFlagGroup.swift
[46/62] Compiling Vexillographer UnfurledFlagInfo.swift
[47/62] Compiling Vexillographer UnfurledFlagItem.swift
[48/62] Compiling Vexillographer FlagDetailSection.swift
[49/62] Compiling Vexillographer FlagDetailView.swift
[50/62] Compiling Vexillographer FlagDisplayValueView.swift
[51/62] Compiling Vexillographer OptionalTransformer.swift
[52/62] Compiling Vexillographer PassthroughTransformer.swift
[53/62] Compiling Vexillographer CopyButton.swift
[54/62] Compiling Vexillographer AnyView.swift
[55/62] Compiling Vexillographer DisplayName.swift
[56/62] Compiling Vexillographer OptionalFlagValues.swift
[57/62] Compiling Vexillographer CaseIterableFlagControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/CaseIterableFlagControl.swift:163:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | Value: RawRepresentable, Value.RawValue: FlagValue, Value: Hashable
162 | {
163 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
164 | return CaseIterableFlagControl<Value>(
165 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/OptionalCaseIterableFlagControl.swift:160:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
158 | Value.WrappedFlagValue.RawValue: FlagValue, Value.WrappedFlagValue: Hashable
159 | {
160 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | let key = info.key
162 |
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:66:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | extension UnfurledFlag: StringEditableFlag where Value.BoxedValueType: LosslessStringConvertible {
65 |
66 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
67 | return StringFlagControl(
68 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:98:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
96 | {
97 |
98 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
99 | return StringFlagControl(
100 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
[58/62] Compiling Vexillographer OptionalCaseIterableFlagControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/CaseIterableFlagControl.swift:163:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | Value: RawRepresentable, Value.RawValue: FlagValue, Value: Hashable
162 | {
163 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
164 | return CaseIterableFlagControl<Value>(
165 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/OptionalCaseIterableFlagControl.swift:160:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
158 | Value.WrappedFlagValue.RawValue: FlagValue, Value.WrappedFlagValue: Hashable
159 | {
160 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | let key = info.key
162 |
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:66:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | extension UnfurledFlag: StringEditableFlag where Value.BoxedValueType: LosslessStringConvertible {
65 |
66 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
67 | return StringFlagControl(
68 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:98:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
96 | {
97 |
98 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
99 | return StringFlagControl(
100 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
[59/62] Compiling Vexillographer StringFlagControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/CaseIterableFlagControl.swift:163:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | Value: RawRepresentable, Value.RawValue: FlagValue, Value: Hashable
162 | {
163 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
164 | return CaseIterableFlagControl<Value>(
165 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/OptionalCaseIterableFlagControl.swift:160:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
158 | Value.WrappedFlagValue.RawValue: FlagValue, Value.WrappedFlagValue: Hashable
159 | {
160 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
161 | let key = info.key
162 |
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:66:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | extension UnfurledFlag: StringEditableFlag where Value.BoxedValueType: LosslessStringConvertible {
65 |
66 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
67 | return StringFlagControl(
68 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/StringFlagControl.swift:98:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
96 | {
97 |
98 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
99 | return StringFlagControl(
100 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
[60/62] Compiling Vexillographer DetailButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:71:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
69 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
70 | extension UnfurledFlag: BooleanEditableFlag where Value.BoxedValueType == Bool {
71 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
72 | return BooleanFlagControl(
73 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:99:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
97 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
98 | extension UnfurledFlag: OptionalBooleanEditableFlag where Value: FlagValue, Value.BoxedValueType: OptionalFlagValue, Value.BoxedValueType.WrappedFlagValue == Bool {
99 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
100 | return BooleanFlagControl(
101 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
[61/62] Compiling Vexillographer NSApplication+Sidebar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:71:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
69 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
70 | extension UnfurledFlag: BooleanEditableFlag where Value.BoxedValueType == Bool {
71 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
72 | return BooleanFlagControl(
73 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:99:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
97 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
98 | extension UnfurledFlag: OptionalBooleanEditableFlag where Value: FlagValue, Value.BoxedValueType: OptionalFlagValue, Value.BoxedValueType.WrappedFlagValue == Bool {
99 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
100 | return BooleanFlagControl(
101 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
[62/62] Compiling Vexillographer BooleanFlagControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:71:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
69 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
70 | extension UnfurledFlag: BooleanEditableFlag where Value.BoxedValueType == Bool {
71 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
72 | return BooleanFlagControl(
73 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Flag Value Controls/BooleanFlagControl.swift:99:18: warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
97 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
98 | extension UnfurledFlag: OptionalBooleanEditableFlag where Value: FlagValue, Value.BoxedValueType: OptionalFlagValue, Value.BoxedValueType.WrappedFlagValue == Bool {
99 | func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
| `- warning: generic parameter 'RootGroup' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
100 | return BooleanFlagControl(
101 | label: label,
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
19 |
20 | @available(OSX 11.0, iOS 13.0, watchOS 7.0, tvOS 13.0, *)
21 | struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
| `- note: 'RootGroup' previously declared here
22 |
23 | // MARK: - Properties
Build complete! (13.32s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.51.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "Vexil",
"name" : "Vexil",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Vexil",
"targets" : [
"Vexil"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Vexillographer",
"targets" : [
"Vexillographer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Vexillographer",
"module_type" : "SwiftTarget",
"name" : "Vexillographer",
"path" : "Sources/Vexillographer",
"product_memberships" : [
"Vexillographer"
],
"sources" : [
"Bindings/Binding.swift",
"Bindings/EditableBoxedFlagValues.swift",
"Bindings/LosslessStringTransformer.swift",
"Bindings/OptionalTransformer.swift",
"Bindings/PassthroughTransformer.swift",
"CopyButton.swift",
"DetailButton.swift",
"Extensions/NSApplication+Sidebar.swift",
"Flag Value Controls/BooleanFlagControl.swift",
"Flag Value Controls/CaseIterableFlagControl.swift",
"Flag Value Controls/OptionalCaseIterableFlagControl.swift",
"Flag Value Controls/StringFlagControl.swift",
"FlagDetailSection.swift",
"FlagDetailView.swift",
"FlagDisplayValueView.swift",
"FlagGroupView.swift",
"FlagSectionView.swift",
"FlagValueManager.swift",
"FlagView.swift",
"Unfurling/Unfurlable.swift",
"Unfurling/UnfurledFlag.swift",
"Unfurling/UnfurledFlagGroup.swift",
"Unfurling/UnfurledFlagInfo.swift",
"Unfurling/UnfurledFlagItem.swift",
"Utilities/AnyView.swift",
"Utilities/DisplayName.swift",
"Utilities/OptionalFlagValues.swift",
"Utilities/Pasteboard.swift",
"Vexillographer.swift"
],
"target_dependencies" : [
"Vexil"
],
"type" : "library"
},
{
"c99name" : "VexilTests",
"module_type" : "SwiftTarget",
"name" : "VexilTests",
"path" : "Tests/VexilTests",
"sources" : [
"BoxedFlagValueDecodingTests.swift",
"BoxedFlagValueEncodingTests.swift",
"DiagnosticsTests.swift",
"EquatableTests.swift",
"FlagPoleTests.swift",
"FlagValueBoxingTests.swift",
"FlagValueCompilationTests.swift",
"FlagValueDictionaryTests.swift",
"FlagValueSourceTests.swift",
"FlagValueUnboxingTests.swift",
"KeyEncodingTests.swift",
"PublisherTests.swift",
"SnapshotTests.swift",
"TestHelpers.swift",
"UserDefaultPublisherTests.swift",
"UserDefaultsDecodingTests.swift",
"UserDefaultsEncodingTests.swift"
],
"target_dependencies" : [
"Vexil"
],
"type" : "test"
},
{
"c99name" : "Vexil",
"module_type" : "SwiftTarget",
"name" : "Vexil",
"path" : "Sources/Vexil",
"product_memberships" : [
"Vexil",
"Vexillographer"
],
"sources" : [
"Configuration.swift",
"Container.swift",
"Decorator.swift",
"Diagnostics.swift",
"Flag.swift",
"FlagInfo.swift",
"Group.swift",
"Lookup.swift",
"Pole.swift",
"Snapshots/AnyFlag.swift",
"Snapshots/LocatedFlagValue.swift",
"Snapshots/MutableFlagGroup.swift",
"Snapshots/Snapshot+Extensions.swift",
"Snapshots/Snapshot+FlagValueSource.swift",
"Snapshots/Snapshot+Lookup.swift",
"Snapshots/Snapshot.swift",
"Sources/BoxedFlagValue+NSObject.swift",
"Sources/FlagValueDictionary+Collection.swift",
"Sources/FlagValueDictionary+FlagValueSource.swift",
"Sources/FlagValueDictionary.swift",
"Sources/FlagValueSource.swift",
"Sources/NSUbiquitousKeyValueStore+FlagValueSource.swift",
"Sources/UserDefaults+FlagValueSource.swift",
"Utilities/BoxedFlagValue+Codable.swift",
"Utilities/CollectionDifference.Change+Element.swift",
"Utilities/Locks.swift",
"Value.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/unsignedapps/vexil/v2.2.3
Repository: unsignedapps/Vexil
Swift version used: 6.3
Target: Vexil
Extracting symbol information for 'Vexil'...
Finished extracting symbol information for 'Vexil'. (41.46s)
Building documentation for 'Vexil'...
warning: External name 'default' used to document parameter
--> ../Flag.swift:117:13-117:20
115 | /// - name: An optional display name to give the flag. Only visible in flag editors like Vexillographer. Default is to calculate one based on the property name.
116 | /// - codingKeyStrategy: An optional strategy to use when calculating the key name. The default is to use the `FlagPole`s strategy.
117 + /// - default: The default value for this `Flag` should no sources have it set.
| ╰─suggestion: Replace 'default' with 'initialValue'
118 | /// - description: A description of this flag. Used in flag editors like Vexillographer, and also for future developer context.
119 | /// You can also specify `.hidden` to hide this flag from Vexillographer.
warning: Parameter 'wrappedValue' is missing documentation
--> ../Flag.swift:143:102-143:102
141 | /// - codingKeyStrategy: An optional strategy to use when calculating the key name. The default is to use the `FlagPole`s strategy.
142 | /// - description: A description of this flag. Used in flag editors like Vexillographer, and also for future developer context.
143 + /// You can also specify `.hidden` to hide this flag from Vexillographer.
144 | ///
145 | public init(wrappedValue: Value, name: String? = nil, codingKeyStrategy: CodingKeyStrategy = .default, description: FlagInfo) {
warning: Parameter 'enableDiagnostics' is missing documentation
--> ../Pole.swift:304:55-304:55
302 | /// - source: An optional `FlagValueSource` to copy values from. If this is omitted
303 | /// or nil then the values of each `Flag` within the `FlagPole` is copied
304 + /// into the snapshot instead.
| ╰─suggestion: Document 'enableDiagnostics' parameter
305 | ///
306 | public func snapshot(of source: FlagValueSource? = nil, enableDiagnostics: Bool = false) -> Snapshot<RootGroup> {
warning: External name 'at' used to document parameter
--> ../Pole.swift:333:13-333:15
331 | /// - Parameters:
332 | /// - snapshot: The `Snapshot` to be inserted
333 + /// - at: The index at which to insert the `Snapshot`.
| ╰─suggestion: Replace 'at' with 'index'
334 | ///
335 | public func insert(snapshot: Snapshot<RootGroup>, at index: Array<FlagValueSource>.Index) {
warning: External name 'to' used to document parameter
--> ../Pole.swift:386:13-386:15
384 | /// - Parameters:
385 | /// - snapshot: The `Snapshot` to save to the source. Only the values included in the snapshot will be saved.
386 + /// - to: The `FlagValueSource` to save the snapshot to.
| ╰─suggestion: Replace 'to' with 'source'
387 | ///
388 | public func save(snapshot: Snapshot<RootGroup>, to source: FlagValueSource) throws {
warning: 'Sources' is ambiguous at '/Vexil'
--> Snapshots.md:81:69-81:76
79 | You can also take a snapshot of the current state of a ``FlagValueSource``. This is a great way to export flag values out of a source and into another. In fact the ``FlagPole/copyFlagValues(from:to:)`` method uses this to copy flag values from one ``FlagValueSource`` to another.
80 |
81 + Your ``FlagValueSource`` doesn't even need to be a part of the [flag hierarchy](<doc:Sources>).
| ├─suggestion: Insert '-article' for 'Flag Hierarchy'
| ╰─suggestion: Insert '-anchor' for 'Sources'
82 |
83 | ```swift
warning: 'Snapshots' is ambiguous at '/Vexil'
--> Vexil.md:69:24-69:33
67 | ```
68 |
69 + For more info see <doc:Snapshots>.
| ├─suggestion: Insert '-anchor' for 'Snapshots'
| ╰─suggestion: Insert '-article' for 'Snapshots'
70 |
71 | ## Flag Value Sources
warning: 'Snapshots' is ambiguous at '/Vexil'
--> Vexil.md:91:38-91:47
89 | Snapshots are implemented as a ``FlagValueSource``, so you can easily apply multiple snapshots in a prioritised order.
90 |
91 + Snapshots can do a lot. See our [Snapshots Guide](<doc:Snapshots>) for more.
| ├─suggestion: Insert '-anchor' for 'Snapshots'
| ╰─suggestion: Insert '-article' for 'Snapshots'
92 |
93 | ## Creating snapshots
warning: 'Sources' is ambiguous at '/Vexil'
--> Vexil.md:132:8-132:15
130 | - ``FlagPole``
131 | - ``VexilConfiguration``
132 + - <doc:Sources>
| ├─suggestion: Insert '-article' for 'Flag Hierarchy'
| ╰─suggestion: Insert '-anchor' for 'Sources'
133 | - <doc:FlagPublishing>
134 | - <doc:FlagKeys>
warning: 'Snapshots' is ambiguous at '/Vexil'
--> Vexil.md:149:8-149:17
147 | ### Snapshots
148 |
149 + - <doc:Snapshots>
| ├─suggestion: Insert '-anchor' for 'Snapshots'
| ╰─suggestion: Insert '-article' for 'Snapshots'
150 | - ``Snapshot``
151 | - ``MutableFlagGroup``
warning: 'Diagnostics' is ambiguous at '/Vexil'
--> Vexil.md:169:8-169:19
167 | ### Diagnostics
168 |
169 + - <doc:Diagnostics>
| ├─suggestion: Insert '-anchor' for 'Diagnostics'
| ╰─suggestion: Insert '-article' for 'Diagnostics'
170 | - ``FlagPoleDiagnostic``
171 |
Finished building documentation for 'Vexil' (0.66s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/unsignedapps/vexil/v2.2.3
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/nicklockwood/SwiftFormat
[1/2271] Fetching swift-docc-plugin
Updated https://github.com/nicklockwood/SwiftFormat (0.62s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.09s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.61.0 (1.75s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit GenericConstraint.swift
[21/57] Compiling SymbolKit GenericParameter.swift
[22/57] Compiling SymbolKit Generics.swift
[23/57] Compiling SymbolKit Namespace.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling Snippets SnippetParser.swift
[30/57] Emitting module Snippets
[31/57] Compiling Snippets Snippet.swift
[32/57] Compiling SymbolKit Symbol.swift
[33/57] Compiling SymbolKit SymbolKind.swift
[34/57] Compiling SymbolKit SymbolGraph.swift
[35/57] Compiling SymbolKit GraphCollector.swift
[36/57] Compiling SymbolKit Mixin+Equals.swift
[37/57] Compiling SymbolKit Mixin+Hash.swift
[38/57] Compiling SymbolKit Mixin.swift
[39/57] Compiling SymbolKit LineList.swift
[40/57] Compiling SymbolKit Position.swift
[41/57] Compiling SymbolKit SourceRange.swift
[42/57] Compiling SymbolKit Metadata.swift
[43/57] Compiling SymbolKit Module.swift
[44/57] Compiling SymbolKit OperatingSystem.swift
[45/57] Compiling SymbolKit Platform.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.57s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Vexil' complete! (0.31s)
Target: Vexillographer
Extracting symbol information for 'Vexillographer'...
Finished extracting symbol information for 'Vexillographer'. (3.87s)
Building documentation for 'Vexillographer'...
Finished building documentation for 'Vexillographer' (0.65s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/unsignedapps/vexil/v2.2.3
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.30s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Vexillographer' complete! (0.30s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/unsignedapps/vexil/v2.2.3/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/unsignedapps/vexil/v2.2.3/linkable-paths.json
2470
17 /Users/admin/builder/spi-builder-workspace/.docs/unsignedapps/vexil/v2.2.3
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/unsignedapps/vexil/v2.2.3
File count: 2470
Doc size: 17.0MB
Preparing doc bundle ...
Uploading prod-unsignedapps-vexil-v2.2.3-850c9567.zip to s3://spi-docs-inbox/prod-unsignedapps-vexil-v2.2.3-850c9567.zip
Copying... [11%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [52%]
Copying... [61%]
Copying... [72%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.