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

Failed to build snap-template-shared, reference 0.1.0 (7b669a), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:03:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-template.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-template
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 7b669a3 Fix setting to be locally
Cloned https://github.com/simonnickel/snap-template.git
Revision (git rev-parse @):
7b669a36ebb77b15617cd58a074e4d43978b0109
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-template.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/simonnickel/snap-template.git
https://github.com/simonnickel/snap-template.git
{
  "dependencies" : [
    {
      "identity" : "snap-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-core.git"
    },
    {
      "identity" : "snap-theme",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-theme.git"
    },
    {
      "identity" : "snap-settings-service",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-settings-service.git"
    },
    {
      "identity" : "snap-matching-navigation",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-matching-navigation.git"
    }
  ],
  "manifest_display_name" : "snap-template-shared",
  "name" : "snap-template-shared",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapTemplateShared",
      "targets" : [
        "SnapTemplateShared"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapTemplateSharedTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapTemplateSharedTests",
      "path" : "Tests/SnapTemplateSharedTests",
      "sources" : [
        "SnapTemplateSharedTests.swift"
      ],
      "target_dependencies" : [
        "SnapTemplateShared"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapTemplateShared",
      "module_type" : "SwiftTarget",
      "name" : "SnapTemplateShared",
      "path" : "Sources/SnapTemplateShared",
      "product_dependencies" : [
        "SnapCore",
        "SnapTheme",
        "SnapSettingsService",
        "SnapMatchingNavigation"
      ],
      "product_memberships" : [
        "SnapTemplateShared"
      ],
      "sources" : [
        "Container.swift",
        "Settings/AccentColor/AccentColorPicker.swift",
        "Settings/AccentColor/Settings+AccentColor.swift",
        "Settings/ConfigureTab/ConfigureTabs+InitialPicker.swift",
        "Settings/ConfigureTab/ConfigureTabs+List.swift",
        "Settings/ConfigureTab/ConfigureTabs+ListRow.swift",
        "Settings/ConfigureTab/ConfigureTabsScreen.swift",
        "Settings/ConfigureTab/Settings+NavigationTabs.swift",
        "Settings/ConfigureTab/TabConfiguration.swift",
        "Settings/DisplayMode/DisplayMode.swift",
        "Settings/DisplayMode/Settings+DisplayMode.swift",
        "Settings/Header/SettingsHeaderSection.swift",
        "Settings/IconKeys+Settings.swift",
        "Settings/NavigationLayout/NavigationLayout.swift",
        "Settings/NavigationLayout/Settings+NavigationLayout.swift",
        "Settings/Views/SettingsPicker.swift",
        "Settings/Views/SettingsRow.swift",
        "Settings/Views/SettingsToggle.swift",
        "Settings/Views/ThemeSceneSettings.swift",
        "SnapNavigationSplitView.swift",
        "TemplateAppStructure/TemplateContent.swift",
        "TemplateAppStructure/TemplateDepencencies+ViewModifier.swift",
        "TemplateAppStructure/TemplateDependencies.swift",
        "TemplateAppStructure/TemplateState+Environment.swift",
        "TemplateAppStructure/TemplateState.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
Fetching https://github.com/simonnickel/snap-core.git
[1/311] Fetching snap-core
Fetched https://github.com/simonnickel/snap-core.git from cache (0.65s)
Fetching https://github.com/simonnickel/snap-theme.git
[1/1216] Fetching snap-theme
Fetched https://github.com/simonnickel/snap-theme.git from cache (0.81s)
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.75s)
Fetching https://github.com/simonnickel/snap-matching-navigation.git
[1/175] Fetching snap-matching-navigation
Fetched https://github.com/simonnickel/snap-matching-navigation.git from cache (0.74s)
Fetching https://github.com/simonnickel/snap-foundation.git
[1/78] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.61s)
Creating working copy for https://github.com/simonnickel/snap-matching-navigation.git
Working copy of https://github.com/simonnickel/snap-matching-navigation.git resolved at main (be1acc4)
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 (d1093b9)
Creating working copy for https://github.com/simonnickel/snap-theme.git
Working copy of https://github.com/simonnickel/snap-theme.git resolved at main (250e709)
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)
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapCore' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapCore' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapTheme' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapTheme' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapSettingsService' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapSettingsService' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapMatchingNavigation' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapMatchingNavigation' to require macos 14.0 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapCore' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapCore' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapTheme' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapTheme' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapSettingsService' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapSettingsService' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapMatchingNavigation' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapMatchingNavigation' to require macos 14.0 or earlier.
BUILD FAILURE 6.1 macosSpm