The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DCSettings, reference 0.3.2 (7d9ad3), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 16:02:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidcaddy/DCSettings.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davidcaddy/DCSettings
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 7d9ad3d Update availability check to include all platforms
Cloned https://github.com/davidcaddy/DCSettings.git
Revision (git rev-parse @):
7d9ad3d99df0e5262059ca53f921a47055ef5da7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davidcaddy/DCSettings.git at 0.3.2
========================================
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": "dcsettings",
      "name": "DCSettings",
      "url": "https://github.com/davidcaddy/DCSettings.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DCSettings",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/davidcaddy/DCSettings.git
[1/480] Fetching dcsettings
Fetched https://github.com/davidcaddy/DCSettings.git from cache (0.92s)
Creating working copy for https://github.com/davidcaddy/DCSettings.git
Working copy of https://github.com/davidcaddy/DCSettings.git resolved at 0.3.2 (7d9ad3d)
warning: '.resolve-product-dependencies': dependency 'dcsettings' 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/davidcaddy/DCSettings.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/22] Compiling DCSettings NSUbiquitousKeyValueStore+DCKeyValueStore.swift
[4/22] Compiling DCSettings String+Extended.swift
[5/24] Compiling DCSettings DCSettingViewProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Views/DCSettingsView.swift:55:119: warning: cannot use default expression for inference of 'Provider?' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
 53 |     ///   - listStyle: A `ListStyle` value used to set the style of the list. The default value is platform-dependent.
 54 |     #if os(macOS)
 55 |         public init(settingsManager: DCSettingsManager = .shared, filter: Filter? = nil, contentProvider: Provider? = DCDefaultViewProvider(), listStyle: S = SidebarListStyle()) {
    |                                                                                                                       `- warning: cannot use default expression for inference of 'Provider?' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
 56 |             self.settingsManager = settingsManager
 57 |             self.filter = filter
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Views/DCSettingsView.swift:55:159: warning: cannot use default expression for inference of 'S' because it is inferrable from parameters #1, #3; this will be an error in a future Swift language mode
 53 |     ///   - listStyle: A `ListStyle` value used to set the style of the list. The default value is platform-dependent.
 54 |     #if os(macOS)
 55 |         public init(settingsManager: DCSettingsManager = .shared, filter: Filter? = nil, contentProvider: Provider? = DCDefaultViewProvider(), listStyle: S = SidebarListStyle()) {
    |                                                                                                                                                               `- warning: cannot use default expression for inference of 'S' because it is inferrable from parameters #1, #3; this will be an error in a future Swift language mode
 56 |             self.settingsManager = settingsManager
 57 |             self.filter = filter
[6/24] Compiling DCSettings DCSettingsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Views/DCSettingsView.swift:55:119: warning: cannot use default expression for inference of 'Provider?' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
 53 |     ///   - listStyle: A `ListStyle` value used to set the style of the list. The default value is platform-dependent.
 54 |     #if os(macOS)
 55 |         public init(settingsManager: DCSettingsManager = .shared, filter: Filter? = nil, contentProvider: Provider? = DCDefaultViewProvider(), listStyle: S = SidebarListStyle()) {
    |                                                                                                                       `- warning: cannot use default expression for inference of 'Provider?' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
 56 |             self.settingsManager = settingsManager
 57 |             self.filter = filter
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Views/DCSettingsView.swift:55:159: warning: cannot use default expression for inference of 'S' because it is inferrable from parameters #1, #3; this will be an error in a future Swift language mode
 53 |     ///   - listStyle: A `ListStyle` value used to set the style of the list. The default value is platform-dependent.
 54 |     #if os(macOS)
 55 |         public init(settingsManager: DCSettingsManager = .shared, filter: Filter? = nil, contentProvider: Provider? = DCDefaultViewProvider(), listStyle: S = SidebarListStyle()) {
    |                                                                                                                                                               `- warning: cannot use default expression for inference of 'S' because it is inferrable from parameters #1, #3; this will be an error in a future Swift language mode
 56 |             self.settingsManager = settingsManager
 57 |             self.filter = filter
[7/24] Compiling DCSettings DCSettingOption.swift
[8/24] Compiling DCSettings DCSettingsManager.swift
[9/24] Compiling DCSettings DCSettingConfiguration.swift
[10/24] Compiling DCSettings DCSettingGroup.swift
[11/24] Compiling DCSettings DCSettingStore.swift
[12/24] Compiling DCSettings DCSettingView.swift
[13/24] Compiling DCSettings DCStoredRepresentedValue.swift
[14/24] Compiling DCSettings DCStoredValue.swift
[15/24] Compiling DCSettings DCValueBounds.swift
[16/24] Compiling DCSettings DCKeyValueStore.swift
[17/24] Compiling DCSettings Text+MonospacedDigit.swift
[18/24] Compiling DCSettings UserDefaults+DCKeyValueStore.swift
[19/24] Compiling DCSettings DCKeyRepresentable.swift
[20/24] Compiling DCSettings DCSetting.swift
[21/24] Emitting module DCSettings
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Extensions/Color+Codable.swift:17:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
15 |
16 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *)
17 | extension Color: Codable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
19 |     #if canImport(UIKit)
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Views/DCSettingsView.swift:55:119: warning: cannot use default expression for inference of 'Provider?' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
 53 |     ///   - listStyle: A `ListStyle` value used to set the style of the list. The default value is platform-dependent.
 54 |     #if os(macOS)
 55 |         public init(settingsManager: DCSettingsManager = .shared, filter: Filter? = nil, contentProvider: Provider? = DCDefaultViewProvider(), listStyle: S = SidebarListStyle()) {
    |                                                                                                                       `- warning: cannot use default expression for inference of 'Provider?' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
 56 |             self.settingsManager = settingsManager
 57 |             self.filter = filter
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Views/DCSettingsView.swift:55:159: warning: cannot use default expression for inference of 'S' because it is inferrable from parameters #1, #3; this will be an error in a future Swift language mode
 53 |     ///   - listStyle: A `ListStyle` value used to set the style of the list. The default value is platform-dependent.
 54 |     #if os(macOS)
 55 |         public init(settingsManager: DCSettingsManager = .shared, filter: Filter? = nil, contentProvider: Provider? = DCDefaultViewProvider(), listStyle: S = SidebarListStyle()) {
    |                                                                                                                                                               `- warning: cannot use default expression for inference of 'S' because it is inferrable from parameters #1, #3; this will be an error in a future Swift language mode
 56 |             self.settingsManager = settingsManager
 57 |             self.filter = filter
[22/24] Compiling DCSettings Collection+Extended.swift
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Extensions/Color+Codable.swift:17:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
15 |
16 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *)
17 | extension Color: Codable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
19 |     #if canImport(UIKit)
[23/24] Compiling DCSettings Color+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Extensions/Color+Codable.swift:17:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
15 |
16 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *)
17 | extension Color: Codable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
19 |     #if canImport(UIKit)
[24/24] Compiling DCSettings DCKeyRepresentableConformances.swift
/Users/admin/builder/spi-builder-workspace/Sources/DCSettings/Extensions/Color+Codable.swift:17:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
15 |
16 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *)
17 | extension Color: Codable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
19 |     #if canImport(UIKit)
Build complete! (11.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DCSettings",
  "name" : "DCSettings",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DCSettings",
      "targets" : [
        "DCSettings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DCSettingsTests",
      "module_type" : "SwiftTarget",
      "name" : "DCSettingsTests",
      "path" : "Tests/DCSettingsTests",
      "sources" : [
        "DCSettingConfigurationTests.swift",
        "DCSettingGroupTests.swift",
        "DCSettingOptionTests.swift",
        "DCSettingTests.swift",
        "DCSettingsManagerTests.swift",
        "DCValueBoundsTests.swift",
        "Mocks/MockStore.swift"
      ],
      "target_dependencies" : [
        "DCSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DCSettings",
      "module_type" : "SwiftTarget",
      "name" : "DCSettings",
      "path" : "Sources/DCSettings",
      "product_memberships" : [
        "DCSettings"
      ],
      "sources" : [
        "Extensions/Collection+Extended.swift",
        "Extensions/Color+Codable.swift",
        "Extensions/DCKeyRepresentableConformances.swift",
        "Extensions/NSUbiquitousKeyValueStore+DCKeyValueStore.swift",
        "Extensions/String+Extended.swift",
        "Extensions/Text+MonospacedDigit.swift",
        "Extensions/UserDefaults+DCKeyValueStore.swift",
        "Settings/DCKeyRepresentable.swift",
        "Settings/DCSetting.swift",
        "Settings/DCSettingConfiguration.swift",
        "Settings/DCSettingGroup.swift",
        "Settings/DCSettingOption.swift",
        "Settings/DCSettingsManager.swift",
        "Settings/DCStoredRepresentedValue.swift",
        "Settings/DCStoredValue.swift",
        "Settings/DCValueBounds.swift",
        "Store/DCKeyValueStore.swift",
        "Store/DCSettingStore.swift",
        "Views/DCSettingView.swift",
        "Views/DCSettingViewProviding.swift",
        "Views/DCSettingsView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/davidcaddy/dcsettings/0.3.2
Repository:               davidcaddy/DCSettings
Swift version used:       6.3
Target:                   DCSettings
Extracting symbol information for 'DCSettings'...
Finished extracting symbol information for 'DCSettings'. (44.17s)
Building documentation for 'DCSettings'...
warning: External name 'options' used to document parameter
   --> ../Settings/DCSetting.swift:183:13-183:20
181 |     ///   - label: An optional label for the setting. The default value is `nil`.
182 |     ///   - store: An optional `DCSettingStore` instance used to store the setting value. The default value is `nil`.
183 +     ///   - options: An array of `DCSettingOption` instances.
    |             ╰─suggestion: Replace 'options' with 'configuredOptions'
184 |     public convenience init?(key: DCKeyRepresentable, label: String? = nil, store: DCSettingStore? = nil, options configuredOptions: [DCSettingOption<ValueType>]) {
185 |         if let defaultValue = configuredOptions.first(where: { $0.isDefault })?.value ?? configuredOptions.first?.value {
warning: External name 'groups' used to document parameter
  --> ../Settings/DCSettingsManager.swift:47:21-47:27
45 |     /// Configures the manager with an array of setting groups.
46 |     ///
47 +     /// - Parameter groups: An array of `DCSettingGroup` values representing the setting groups to be managed by the manager.
   |                     ╰─suggestion: Replace 'groups' with 'settingGroups'
48 |     public func configure(groups settingGroups: [DCSettingGroup]) {
49 |         groups = settingGroups
Finished building documentation for 'DCSettings' (1.69s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/davidcaddy/dcsettings/0.3.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.82s)
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.05s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.80s)
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
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
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit Symbol.swift
[16/57] Compiling SymbolKit SymbolKind.swift
[17/57] Compiling SymbolKit SymbolGraph.swift
[18/57] Compiling SymbolKit GraphCollector.swift
[19/57] Compiling SymbolKit Names.swift
[20/57] Compiling SymbolKit SPI.swift
[21/57] Compiling SymbolKit Snippet.swift
[22/57] Compiling SymbolKit Extension.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.swift
[28/57] Compiling SymbolKit GenericConstraint.swift
[29/57] Compiling SymbolKit GenericParameter.swift
[30/57] Compiling SymbolKit Generics.swift
[31/57] Compiling SymbolKit Namespace.swift
[32/57] Compiling SymbolKit SemanticVersion.swift
[33/57] Compiling SymbolKit AccessControl.swift
[34/57] Compiling SymbolKit Availability.swift
[35/57] Compiling SymbolKit AvailabilityItem.swift
[36/57] Compiling SymbolKit Domain.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit Identifier.swift
[43/57] Compiling SymbolKit KindIdentifier.swift
[44/57] Compiling SymbolKit Location.swift
[45/57] Compiling SymbolKit Mutability.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.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] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.50s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'DCSettings' complete! (0.20s)
    3694
27	/Users/admin/builder/spi-builder-workspace/.docs/davidcaddy/dcsettings/0.3.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/davidcaddy/dcsettings/0.3.2
File count: 3694
Doc size:   27.0MB
Preparing doc bundle ...
Uploading prod-davidcaddy-dcsettings-0.3.2-d1a6f806.zip to s3://spi-docs-inbox/prod-davidcaddy-dcsettings-0.3.2-d1a6f806.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.