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 snap-settings-service, reference main (f76913), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 16:34:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-settings-service.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-settings-service
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f769135 Update README.md
Cloned https://github.com/simonnickel/snap-settings-service.git
Revision (git rev-parse @):
f769135e0e36a2bb82b1919222d886083c83e49c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-settings-service.git at main
Fetching https://github.com/simonnickel/snap-core.git
Fetching https://github.com/simonnickel/snap-foundation.git
[1/78] Fetching snap-foundation
[26/389] Fetching snap-foundation, snap-core
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.71s)
Fetched https://github.com/simonnickel/snap-core.git from cache (0.71s)
Creating working copy for https://github.com/simonnickel/snap-core.git
Working copy of https://github.com/simonnickel/snap-core.git resolved at main (f1dc2e7)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (70686e7)
========================================
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",
  "dependencies": [
    {
      "identity": "snap-settings-service",
      "name": "snap-settings-service",
      "url": "https://github.com/simonnickel/snap-settings-service.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snap-settings-service",
      "dependencies": [
        {
          "identity": "snap-core",
          "name": "snap-core",
          "url": "https://github.com/simonnickel/snap-core.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snap-core",
          "dependencies": [
            {
              "identity": "snap-foundation",
              "name": "snap-foundation",
              "url": "https://github.com/simonnickel/snap-foundation.git",
              "version": "unspecified",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snap-foundation",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/simonnickel/snap-settings-service.git
[1/330] Fetching snap-settings-service
Fetched https://github.com/simonnickel/snap-settings-service.git from cache (0.76s)
Fetching https://github.com/simonnickel/snap-core.git from cache
Fetched https://github.com/simonnickel/snap-core.git from cache (0.39s)
Fetching https://github.com/simonnickel/snap-foundation.git from cache
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.40s)
Creating working copy for https://github.com/simonnickel/snap-settings-service.git
Working copy of https://github.com/simonnickel/snap-settings-service.git resolved at main (f769135)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (d1093b9)
Creating working copy for https://github.com/simonnickel/snap-core.git
Working copy of https://github.com/simonnickel/snap-core.git resolved at main (f1dc2e7)
warning: '.resolve-product-dependencies': dependency 'snap-settings-service' is not used by any target
Found 1 product dependencies
  - snap-core
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/simonnickel/snap-settings-service.git
https://github.com/simonnickel/snap-settings-service.git
{
  "dependencies" : [
    {
      "identity" : "snap-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-core.git"
    }
  ],
  "manifest_display_name" : "snap-settings-service",
  "name" : "snap-settings-service",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapSettingsService",
      "targets" : [
        "SnapSettingsService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnapSettingsService",
      "module_type" : "SwiftTarget",
      "name" : "SnapSettingsService",
      "path" : "Sources/SnapSettingsService",
      "product_dependencies" : [
        "SnapCore"
      ],
      "product_memberships" : [
        "SnapSettingsService"
      ],
      "sources" : [
        "Environment.swift",
        "Settings+Logger.swift",
        "Settings+Scope.swift",
        "Settings+Setting.swift",
        "Settings+StorageKey.swift",
        "Settings+Value.swift",
        "SettingsService.swift",
        "SettingsStore+NSUbiquitousKeyValueStore.swift",
        "SettingsStore+UserDefaults.swift",
        "SettingsStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/7] Compiling SnapFoundation ProcessInfo+isPreview.swift
[6/7] Compiling SnapFoundation OSLog+Logger.swift
[7/7] Emitting module SnapFoundation
[8/33] Compiling SnapCore SemanticVersion.swift
[9/33] Compiling SnapCore CGFloat+Rounding.swift
[10/33] Compiling SnapCore Array+Unique.swift
[11/35] Emitting module SnapCore
[12/35] Compiling SnapCore ToggleTapable.swift
[13/35] Compiling SnapCore UIFont+preferredFont.swift
[14/35] Compiling SnapCore EmptyNoSpaceView.swift
[15/35] Compiling SnapCore PickerTapable.swift
[16/35] Compiling SnapCore String+Helper.swift
[17/35] Compiling SnapCore WeakRef.swift
[18/35] Compiling SnapCore AnyLabelStyle.swift
[19/35] Compiling SnapCore ScrollViewWith.swift
[20/35] Compiling SnapCore ScrollViewWithBottomView.swift
[21/35] Compiling SnapCore Angle+Codable.swift
[22/35] Compiling SnapCore FontDesign+Codable.swift
[23/35] Compiling SnapCore UnitPoint+Codable.swift
[24/35] Compiling SnapCore ModalPresentation.swift
[25/35] Compiling SnapCore View+FrameFill.swift
[26/35] Compiling SnapCore ViewModifierConditional.swift
[27/35] Compiling SnapCore GeometryReader+PreferenceKey.swift
[28/35] Compiling SnapCore SystemColorScheme.swift
[29/35] Compiling SnapCore View+KeyboardPublisher.swift
[30/35] Compiling SnapCore Collection+Helper.swift
[31/35] Compiling SnapCore Set+Insert.swift
[32/35] Compiling SnapCore Publisher+withWeak.swift
[33/35] Compiling SnapCore Color+Adjust.swift
[34/35] Compiling SnapCore Color+Platform.swift
[35/35] Compiling SnapCore EdgeInsets+Helper.swift
[36/45] Compiling SnapSettingsService SettingsStore+UserDefaults.swift
[37/45] Compiling SnapSettingsService SettingsStore+NSUbiquitousKeyValueStore.swift
[38/46] Compiling SnapSettingsService SettingsStore.swift
[39/46] Compiling SnapSettingsService Settings+StorageKey.swift
[40/46] Compiling SnapSettingsService Settings+Value.swift
[41/46] Compiling SnapSettingsService Settings+Setting.swift
[42/46] Emitting module SnapSettingsService
[43/46] Compiling SnapSettingsService Environment.swift
[44/46] Compiling SnapSettingsService Settings+Scope.swift
[45/46] Compiling SnapSettingsService Settings+Logger.swift
[46/46] Compiling SnapSettingsService SettingsService.swift
Build complete! (12.62s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "snap-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-core.git"
    }
  ],
  "manifest_display_name" : "snap-settings-service",
  "name" : "snap-settings-service",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapSettingsService",
      "targets" : [
        "SnapSettingsService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnapSettingsService",
      "module_type" : "SwiftTarget",
      "name" : "SnapSettingsService",
      "path" : "Sources/SnapSettingsService",
      "product_dependencies" : [
        "SnapCore"
      ],
      "product_memberships" : [
        "SnapSettingsService"
      ],
      "sources" : [
        "Environment.swift",
        "Settings+Logger.swift",
        "Settings+Scope.swift",
        "Settings+Setting.swift",
        "Settings+StorageKey.swift",
        "Settings+Value.swift",
        "SettingsService.swift",
        "SettingsStore+NSUbiquitousKeyValueStore.swift",
        "SettingsStore+UserDefaults.swift",
        "SettingsStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/simonnickel/snap-settings-service/main
Repository:               simonnickel/snap-settings-service
Swift version used:       6.1
Target:                   SnapSettingsService
Extracting symbol information for 'SnapSettingsService'...
Finished extracting symbol information for 'SnapSettingsService'. (7.41s)
Building documentation for 'SnapSettingsService'...
Finished building documentation for 'SnapSettingsService' (0.12s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-settings-service/main
Updating https://github.com/simonnickel/snap-core.git
Updated https://github.com/simonnickel/snap-core.git (0.44s)
Updating https://github.com/simonnickel/snap-foundation.git
Updated https://github.com/simonnickel/snap-foundation.git (0.41s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.17s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.39s)
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.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Names.swift
[10/53] Compiling SymbolKit SPI.swift
[11/53] Compiling SymbolKit Snippet.swift
[12/53] Compiling SymbolKit Extension.swift
[13/57] Emitting module SymbolKit
[14/57] Compiling SymbolKit SourceRange.swift
[15/57] Compiling SymbolKit Metadata.swift
[16/57] Compiling SymbolKit Module.swift
[17/57] Compiling SymbolKit OperatingSystem.swift
[18/57] Compiling SymbolKit Platform.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit SemanticVersion.swift
[25/57] Compiling SymbolKit AccessControl.swift
[26/57] Compiling SymbolKit Availability.swift
[27/57] Compiling SymbolKit AvailabilityItem.swift
[28/57] Compiling SymbolKit Domain.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.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 Mixin+Equals.swift
[43/57] Compiling SymbolKit Mixin+Hash.swift
[44/57] Compiling SymbolKit Mixin.swift
[45/57] Compiling SymbolKit LineList.swift
[46/57] Compiling SymbolKit Position.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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! (4.09s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling SnapFoundation ProcessInfo+isPreview.swift
[3/4] Compiling SnapFoundation OSLog+Logger.swift
[4/4] Emitting module SnapFoundation
[5/30] Compiling SnapCore GeometryReader+PreferenceKey.swift
[6/30] Compiling SnapCore SystemColorScheme.swift
[7/30] Compiling SnapCore View+KeyboardPublisher.swift
[8/32] Compiling SnapCore Angle+Codable.swift
[9/32] Compiling SnapCore FontDesign+Codable.swift
[10/32] Compiling SnapCore UnitPoint+Codable.swift
[11/32] Emitting module SnapCore
[12/32] Compiling SnapCore EmptyNoSpaceView.swift
[13/32] Compiling SnapCore PickerTapable.swift
[14/32] Compiling SnapCore String+Helper.swift
[15/32] Compiling SnapCore WeakRef.swift
[16/32] Compiling SnapCore AnyLabelStyle.swift
[17/32] Compiling SnapCore Color+Adjust.swift
[18/32] Compiling SnapCore Color+Platform.swift
[19/32] Compiling SnapCore EdgeInsets+Helper.swift
[20/32] Compiling SnapCore SemanticVersion.swift
[21/32] Compiling SnapCore CGFloat+Rounding.swift
[22/32] Compiling SnapCore Array+Unique.swift
[23/32] Compiling SnapCore ScrollViewWith.swift
[24/32] Compiling SnapCore ScrollViewWithBottomView.swift
[25/32] Compiling SnapCore Collection+Helper.swift
[26/32] Compiling SnapCore Set+Insert.swift
[27/32] Compiling SnapCore Publisher+withWeak.swift
[28/32] Compiling SnapCore ModalPresentation.swift
[29/32] Compiling SnapCore View+FrameFill.swift
[30/32] Compiling SnapCore ViewModifierConditional.swift
[31/32] Compiling SnapCore ToggleTapable.swift
[32/32] Compiling SnapCore UIFont+preferredFont.swift
[33/42] Compiling SnapSettingsService SettingsStore+UserDefaults.swift
[34/42] Compiling SnapSettingsService Settings+StorageKey.swift
[35/43] Compiling SnapSettingsService SettingsStore+NSUbiquitousKeyValueStore.swift
[36/43] Compiling SnapSettingsService Settings+Value.swift
[37/43] Compiling SnapSettingsService Settings+Logger.swift
[38/43] Compiling SnapSettingsService Environment.swift
[39/43] Compiling SnapSettingsService Settings+Scope.swift
[40/43] Compiling SnapSettingsService Settings+Setting.swift
[41/43] Emitting module SnapSettingsService
[42/43] Compiling SnapSettingsService SettingsService.swift
[43/43] Compiling SnapSettingsService SettingsStore.swift
Build of target: 'SnapSettingsService' complete! (3.63s)
     140
2	/Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-settings-service/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/simonnickel/snap-settings-service/main
File count: 140
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-simonnickel-snap-settings-service-main-2842fc44.zip to s3://spi-docs-inbox/prod-simonnickel-snap-settings-service-main-2842fc44.zip
Copying... [16%]
Copying... [31%]
Copying... [47%]
Copying... [62%]
Copying... [78%]
Copying... [94%]
Copying... [100%]
Done.