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 0.1.0 (6fa3bd), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 16:35:26 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-settings-service.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-settings-service
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 6fa3bd1 Update readme
Cloned https://github.com/simonnickel/snap-settings-service.git
Revision (git rev-parse @):
6fa3bd1844e2581f1157ecb96c05ba2637247968
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-settings-service.git at 0.1.0
Fetching https://github.com/simonnickel/snap-core.git
[1/311] Fetching snap-core
Fetched https://github.com/simonnickel/snap-core.git from cache (0.64s)
Creating working copy for https://github.com/simonnickel/snap-core.git
Working copy of https://github.com/simonnickel/snap-core.git resolved at main (9674fa9)
========================================
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
[4/330] Fetching snap-settings-service
Fetched https://github.com/simonnickel/snap-settings-service.git from cache (0.80s)
Fetching https://github.com/simonnickel/snap-core.git from cache
Fetched https://github.com/simonnickel/snap-core.git from cache (0.45s)
Fetching https://github.com/simonnickel/snap-foundation.git
[1/78] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.63s)
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 0.1.0 (6fa3bd1)
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" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapSettingsService",
      "targets" : [
        "SnapSettingsService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapSettingsServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapSettingsServiceTests",
      "path" : "Tests/SnapSettingsServiceTests",
      "sources" : [
        "SnapSettingsServiceTests.swift"
      ],
      "target_dependencies" : [
        "SnapSettingsService"
      ],
      "type" : "test"
    },
    {
      "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" : "5.10"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/27] Emitting module SnapCore
[5/29] Compiling SnapCore SemanticVersion.swift
[6/29] Compiling SnapCore CGFloat+Rounding.swift
[7/29] Compiling SnapCore Array+Unique.swift
[8/29] Compiling SnapCore ScrollViewWithBottomView.swift
[9/29] Compiling SnapCore ToggleTapable.swift
[10/29] Compiling SnapCore SystemColorScheme.swift
[11/29] Compiling SnapCore View+KeyboardPublisher.swift
[12/29] Compiling SnapCore ModalPresentation.swift
[13/29] Compiling SnapCore View+FrameFill.swift
[14/29] Compiling SnapCore PickerTapable.swift
[15/29] Compiling SnapCore ScrollViewWith.swift
[16/29] Compiling SnapCore AnyLabelStyle.swift
[17/29] Compiling SnapCore Angle+Codable.swift
[18/29] Compiling SnapCore UnitPoint+Codable.swift
[19/29] Compiling SnapCore Publisher+withWeak.swift
[20/29] Compiling SnapCore String+Helper.swift
[21/29] Compiling SnapCore WeakRef.swift
[22/29] Compiling SnapCore Collection+Helper.swift
[23/29] Compiling SnapCore Set+Insert.swift
[24/29] Compiling SnapCore OSLog+Logger.swift
[25/29] Compiling SnapCore ViewModifierConditional.swift
[26/29] Compiling SnapCore EmptyNoSpaceView.swift
[27/29] Compiling SnapCore Color+Adjust.swift
[28/29] Compiling SnapCore EdgeInsets+Helper.swift
[29/29] Compiling SnapCore GeometryReader+PreferenceKey.swift
[30/39] Emitting module SnapSettingsService
[31/40] Compiling SnapSettingsService SettingsStore+UserDefaults.swift
[32/40] Compiling SnapSettingsService Settings+Value.swift
[33/40] Compiling SnapSettingsService SettingsStore.swift
[34/40] Compiling SnapSettingsService Settings+Scope.swift
[35/40] Compiling SnapSettingsService SettingsStore+NSUbiquitousKeyValueStore.swift
[36/40] Compiling SnapSettingsService Settings+Logger.swift
[37/40] Compiling SnapSettingsService Environment.swift
[38/40] Compiling SnapSettingsService Settings+Setting.swift
[39/40] Compiling SnapSettingsService Settings+StorageKey.swift
[40/40] Compiling SnapSettingsService SettingsService.swift
Build complete! (11.44s)
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" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapSettingsService",
      "targets" : [
        "SnapSettingsService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapSettingsServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapSettingsServiceTests",
      "path" : "Tests/SnapSettingsServiceTests",
      "sources" : [
        "SnapSettingsServiceTests.swift"
      ],
      "target_dependencies" : [
        "SnapSettingsService"
      ],
      "type" : "test"
    },
    {
      "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" : "5.10"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/simonnickel/snap-settings-service/0.1.0
Repository:               simonnickel/snap-settings-service
Swift version used:       6.1
Target:                   SnapSettingsService
Extracting symbol information for 'SnapSettingsService'...
Finished extracting symbol information for 'SnapSettingsService'. (5.79s)
Building documentation for 'SnapSettingsService'...
Finished building documentation for 'SnapSettingsService' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-settings-service/0.1.0
Updating https://github.com/simonnickel/snap-core.git
Updated https://github.com/simonnickel/snap-core.git (0.49s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.41s)
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
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
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit SourceRange.swift
[13/57] Compiling SymbolKit Metadata.swift
[14/57] Compiling SymbolKit Module.swift
[15/57] Compiling SymbolKit OperatingSystem.swift
[16/57] Compiling SymbolKit Platform.swift
[17/57] Compiling SymbolKit DeclarationFragments.swift
[18/57] Compiling SymbolKit Fragment.swift
[19/57] Compiling SymbolKit FragmentKind.swift
[20/57] Compiling SymbolKit FunctionParameter.swift
[21/57] Compiling SymbolKit FunctionSignature.swift
[22/57] Compiling SymbolKit Names.swift
[23/57] Compiling SymbolKit SPI.swift
[24/57] Compiling SymbolKit Snippet.swift
[25/57] Compiling SymbolKit Extension.swift
[26/57] Compiling SymbolKit Relationship.swift
[27/57] Compiling SymbolKit RelationshipKind.swift
[28/57] Compiling SymbolKit SourceOrigin.swift
[29/57] Compiling SymbolKit GenericConstraints.swift
[30/57] Compiling SymbolKit Swift.swift
[31/57] Compiling Snippets SnippetParser.swift
[32/57] Emitting module Snippets
[33/57] Compiling Snippets Snippet.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit Mixin+Equals.swift
[39/57] Compiling SymbolKit Mixin+Hash.swift
[40/57] Compiling SymbolKit Mixin.swift
[41/57] Compiling SymbolKit LineList.swift
[42/57] Compiling SymbolKit Position.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.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! (4.02s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/25] Compiling SnapCore Collection+Helper.swift
[3/25] Compiling SnapCore Set+Insert.swift
[4/25] Compiling SnapCore OSLog+Logger.swift
[5/27] Compiling SnapCore AnyLabelStyle.swift
[6/27] Compiling SnapCore Angle+Codable.swift
[7/27] Compiling SnapCore UnitPoint+Codable.swift
[8/27] Compiling SnapCore SystemColorScheme.swift
[9/27] Compiling SnapCore View+KeyboardPublisher.swift
[10/27] Compiling SnapCore SemanticVersion.swift
[11/27] Compiling SnapCore CGFloat+Rounding.swift
[12/27] Compiling SnapCore Array+Unique.swift
[13/27] Emitting module SnapCore
[14/27] Compiling SnapCore ViewModifierConditional.swift
[15/27] Compiling SnapCore EmptyNoSpaceView.swift
[16/27] Compiling SnapCore Color+Adjust.swift
[17/27] Compiling SnapCore EdgeInsets+Helper.swift
[18/27] Compiling SnapCore GeometryReader+PreferenceKey.swift
[19/27] Compiling SnapCore Publisher+withWeak.swift
[20/27] Compiling SnapCore String+Helper.swift
[21/27] Compiling SnapCore WeakRef.swift
[22/27] Compiling SnapCore PickerTapable.swift
[23/27] Compiling SnapCore ScrollViewWith.swift
[24/27] Compiling SnapCore ModalPresentation.swift
[25/27] Compiling SnapCore View+FrameFill.swift
[26/27] Compiling SnapCore ScrollViewWithBottomView.swift
[27/27] Compiling SnapCore ToggleTapable.swift
[28/37] Compiling SnapSettingsService Settings+StorageKey.swift
[29/37] Compiling SnapSettingsService SettingsStore+UserDefaults.swift
[30/37] Compiling SnapSettingsService SettingsStore+NSUbiquitousKeyValueStore.swift
[31/38] Compiling SnapSettingsService SettingsStore.swift
[32/38] Compiling SnapSettingsService Settings+Value.swift
[33/38] Compiling SnapSettingsService Settings+Scope.swift
[34/38] Compiling SnapSettingsService Settings+Logger.swift
[35/38] Compiling SnapSettingsService Settings+Setting.swift
[36/38] Compiling SnapSettingsService Environment.swift
[37/38] Compiling SnapSettingsService SettingsService.swift
[38/38] Emitting module SnapSettingsService
Build of target: 'SnapSettingsService' complete! (1.87s)
     142
2	/Users/admin/builder/spi-builder-workspace/.docs/simonnickel/snap-settings-service/0.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/simonnickel/snap-settings-service/0.1.0
File count: 142
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-simonnickel-snap-settings-service-0.1.0-f7a23048.zip to s3://spi-docs-inbox/prod-simonnickel-snap-settings-service-0.1.0-f7a23048.zip
Copying... [15%]
Copying... [31%]
Copying... [46%]
Copying... [62%]
Copying... [77%]
Copying... [93%]
Copying... [100%]
Done.