The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Vexil, reference v2.2.3 (9e07b2), with Swift 5.9 for macOS (SPM) on 15 Jul 2024 15:09:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.46.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: $workDir/.spi.yml
SUCCESS checkout https://github.com/unsignedapps/Vexil.git at v2.2.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/unsignedapps/Vexil.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/27] Emitting module Vexil
[3/29] Compiling Vexil Locks.swift
[4/29] Compiling Vexil Value.swift
[5/29] Compiling Vexil AnyFlag.swift
[6/29] Compiling Vexil LocatedFlagValue.swift
[7/29] Compiling Vexil MutableFlagGroup.swift
[8/29] Compiling Vexil FlagValueDictionary+FlagValueSource.swift
[9/29] Compiling Vexil FlagValueDictionary.swift
[10/29] Compiling Vexil FlagValueSource.swift
[11/29] Compiling Vexil BoxedFlagValue+Codable.swift
[12/29] Compiling Vexil CollectionDifference.Change+Element.swift
[13/29] Compiling Vexil Snapshot.swift
[14/29] Compiling Vexil BoxedFlagValue+NSObject.swift
[15/29] Compiling Vexil FlagValueDictionary+Collection.swift
[16/29] Compiling Vexil Configuration.swift
[17/29] Compiling Vexil Container.swift
[18/29] Compiling Vexil Decorator.swift
[19/29] Compiling Vexil Diagnostics.swift
[20/29] Compiling Vexil Flag.swift
[21/29] Compiling Vexil FlagInfo.swift
[22/29] Compiling Vexil Group.swift
[23/29] Compiling Vexil Lookup.swift
[24/29] Compiling Vexil Pole.swift
[25/29] Compiling Vexil Snapshot+Extensions.swift
[26/29] Compiling Vexil Snapshot+FlagValueSource.swift
[27/29] Compiling Vexil Snapshot+Lookup.swift
[28/29] Compiling Vexil NSUbiquitousKeyValueStore+FlagValueSource.swift
[29/29] Compiling Vexil UserDefaults+FlagValueSource.swift
[30/57] 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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
[31/59] Compiling Vexillographer Binding.swift
[32/59] Compiling Vexillographer EditableBoxedFlagValues.swift
[33/59] Compiling Vexillographer LosslessStringTransformer.swift
[34/59] 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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
[35/59] 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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
[36/59] 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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
[37/59] Compiling Vexillographer FlagView.swift
[38/59] Compiling Vexillographer Unfurlable.swift
[39/59] Compiling Vexillographer UnfurledFlag.swift
[40/59] Compiling Vexillographer AnyView.swift
[41/59] Compiling Vexillographer DisplayName.swift
[42/59] Compiling Vexillographer OptionalFlagValues.swift
[43/59] Compiling Vexillographer FlagGroupView.swift
[44/59] Compiling Vexillographer FlagSectionView.swift
[45/59] Compiling Vexillographer FlagValueManager.swift
[46/59] Compiling Vexillographer OptionalTransformer.swift
[47/59] Compiling Vexillographer PassthroughTransformer.swift
[48/59] Compiling Vexillographer CopyButton.swift
[49/59] Compiling Vexillographer UnfurledFlagGroup.swift
[50/59] Compiling Vexillographer UnfurledFlagInfo.swift
[51/59] Compiling Vexillographer UnfurledFlagItem.swift
[52/59] Compiling Vexillographer FlagDetailSection.swift
[53/59] Compiling Vexillographer FlagDetailView.swift
[54/59] Compiling Vexillographer FlagDisplayValueView.swift
[55/59] 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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
[56/59] 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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
[57/59] 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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
/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 Swift 6
    func control<RootGroup>(label: String, manager: FlagValueManager<RootGroup>, showDetail: Binding<Bool>) -> AnyView where RootGroup: FlagContainer {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vexillographer/Unfurling/UnfurledFlag.swift:21:28: note: 'RootGroup' previously declared here
struct UnfurledFlag<Value, RootGroup>: UnfurledFlagItem, Identifiable where Value: FlagValue, RootGroup: FlagContainer {
                           ^
[58/59] Compiling Vexillographer Pasteboard.swift
[59/59] Compiling Vexillographer Vexillographer.swift
Build complete! (75.94s)
Fetching https://github.com/nicklockwood/SwiftFormat
[1/39557] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat (57.98s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.54.1 (0.96s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.54.1
Build complete.
Done.