The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WhatsNewKit, reference v2.0.0 (13e529), with Swift 6.2 for macOS (SPM) on 14 Nov 2025 09:26:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnimatedCoding/WhatsNewKit.git
Reference: v2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnimatedCoding/WhatsNewKit
 * tag               v2.0.0     -> FETCH_HEAD
HEAD is now at 13e529a v2, it works : )
Cloned https://github.com/AnimatedCoding/WhatsNewKit.git
Revision (git rev-parse @):
13e529aa15b0cf0442c2f77f9cb7348ca89e397d
SUCCESS checkout https://github.com/AnimatedCoding/WhatsNewKit.git at v2.0.0
========================================
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": "whatsnewkit",
      "name": "WhatsNewKit",
      "url": "https://github.com/AnimatedCoding/WhatsNewKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WhatsNewKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AnimatedCoding/WhatsNewKit.git
[1/3633] Fetching whatsnewkit
Fetched https://github.com/AnimatedCoding/WhatsNewKit.git from cache (1.41s)
Creating working copy for https://github.com/AnimatedCoding/WhatsNewKit.git
Working copy of https://github.com/AnimatedCoding/WhatsNewKit.git resolved at v2.0.0 (13e529a)
warning: '.resolve-product-dependencies': dependency 'whatsnewkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AnimatedCoding/WhatsNewKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/34] Emitting module WhatsNewKit
[5/37] Compiling WhatsNewKit WhatsNew.swift
[6/37] Compiling WhatsNewKit InMemoryWhatsNewVersionStore.swift
[7/37] Compiling WhatsNewKit NSUbiquitousKeyValueWhatsNewVersionStore.swift
[8/37] Compiling WhatsNewKit WhatsNew+PrimaryAction.swift
[9/37] Compiling WhatsNewKit WhatsNew+SecondaryAction+Action.swift
[10/37] Compiling WhatsNewKit WhatsNew+SecondaryAction.swift
[11/37] Compiling WhatsNewKit WhatsNewView+FeaturesPadding.swift
[12/37] Compiling WhatsNewKit WhatsNewView+FooterPadding.swift
[13/37] Compiling WhatsNewKit WhatsNewView+PrimaryButtonStyle.swift
[14/37] Compiling WhatsNewKit WhatsNewView.swift
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:145:20: warning: value 'i' was defined but never used; consider replacing with boolean test [#no-usage]
143 |         }
144 |         .onAppear {
145 |             if let i = whatsNew.selectedFeature {
    |                    `- warning: value 'i' was defined but never used; consider replacing with boolean test [#no-usage]
146 |                 groupIndex = 0
147 |             }
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:332:39: warning: expression of type 'WhatsNew.HapticFeedback?' is unused [#no-usage]
330 |                     action: {
331 |                         // Invoke HapticFeedback, if available
332 |                         primaryAction.hapticFeedback
    |                                       `- warning: expression of type 'WhatsNew.HapticFeedback?' is unused [#no-usage]
333 |                         // Invoke on dismiss, if available
334 |                         primaryAction.action?(moveToNext, dismiss)
[15/37] Compiling WhatsNewKit WhatsNewViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:145:20: warning: value 'i' was defined but never used; consider replacing with boolean test [#no-usage]
143 |         }
144 |         .onAppear {
145 |             if let i = whatsNew.selectedFeature {
    |                    `- warning: value 'i' was defined but never used; consider replacing with boolean test [#no-usage]
146 |                 groupIndex = 0
147 |             }
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:332:39: warning: expression of type 'WhatsNew.HapticFeedback?' is unused [#no-usage]
330 |                     action: {
331 |                         // Invoke HapticFeedback, if available
332 |                         primaryAction.hapticFeedback
    |                                       `- warning: expression of type 'WhatsNew.HapticFeedback?' is unused [#no-usage]
333 |                         // Invoke on dismiss, if available
334 |                         primaryAction.action?(moveToNext, dismiss)
[16/37] Compiling WhatsNewKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:145:20: warning: value 'i' was defined but never used; consider replacing with boolean test [#no-usage]
143 |         }
144 |         .onAppear {
145 |             if let i = whatsNew.selectedFeature {
    |                    `- warning: value 'i' was defined but never used; consider replacing with boolean test [#no-usage]
146 |                 groupIndex = 0
147 |             }
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:332:39: warning: expression of type 'WhatsNew.HapticFeedback?' is unused [#no-usage]
330 |                     action: {
331 |                         // Invoke HapticFeedback, if available
332 |                         primaryAction.hapticFeedback
    |                                       `- warning: expression of type 'WhatsNew.HapticFeedback?' is unused [#no-usage]
333 |                         // Invoke on dismiss, if available
334 |                         primaryAction.action?(moveToNext, dismiss)
[17/37] Compiling WhatsNewKit UserDefaultsWhatsNewVersionStore.swift
[18/37] Compiling WhatsNewKit WhatsNewVersionStore.swift
[19/37] Compiling WhatsNewKit FeatureView.swift
[20/37] Compiling WhatsNewKit WhatsNew+FeatureGroup.swift
[21/37] Compiling WhatsNewKit WhatsNew+HapticFeedback.swift
[22/37] Compiling WhatsNewKit WhatsNew+Layout.swift
[23/37] Compiling WhatsNewKit WhatsNewCollection.swift
[24/37] Compiling WhatsNewKit WhatsNewCollectionBuilder.swift
[25/37] Compiling WhatsNewKit WhatsNewCollectionProvider.swift
[26/37] Compiling WhatsNewKit WhatsNewEnvironment+Key.swift
[27/37] Compiling WhatsNewKit WhatsNew+Text.swift
[28/37] Compiling WhatsNewKit WhatsNew+Title.swift
[29/37] Compiling WhatsNewKit WhatsNew+Version.swift
[30/37] Compiling WhatsNewKit View+WhatsNewSheet.swift
[31/37] Compiling WhatsNewKit WhatsNew+Version+Key.swift
[32/37] Compiling WhatsNewKit WhatsNew+Feature+Image.swift
[33/37] Compiling WhatsNewKit WhatsNew+Feature.swift
[34/37] Compiling WhatsNewKit WhatsNewEnvironment.swift
[35/37] Compiling WhatsNewKit ScrollView+alwaysBounceVertical.swift
[36/37] Compiling WhatsNewKit Text+WhatsNewText.swift
[37/37] Compiling WhatsNewKit UIVisualEffectView+Representable.swift
Build complete! (10.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WhatsNewKit",
  "name" : "WhatsNewKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "WhatsNewKit",
      "targets" : [
        "WhatsNewKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WhatsNewKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WhatsNewKitTests",
      "path" : "Tests",
      "sources" : [
        "WhatsNewEnvironmentTests.swift",
        "WhatsNewKitTestCase.swift",
        "WhatsNewVersionStoreTests.swift",
        "WhatsNewVersionTests.swift",
        "WhatsNewViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "WhatsNewKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WhatsNewKit",
      "module_type" : "SwiftTarget",
      "name" : "WhatsNewKit",
      "path" : "Sources",
      "product_memberships" : [
        "WhatsNewKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Collection/WhatsNewCollection.swift",
        "Collection/WhatsNewCollectionBuilder.swift",
        "Collection/WhatsNewCollectionProvider.swift",
        "Environment/WhatsNewEnvironment+Key.swift",
        "Environment/WhatsNewEnvironment.swift",
        "Extensions/ScrollView+alwaysBounceVertical.swift",
        "Extensions/Text+WhatsNewText.swift",
        "Extensions/UIVisualEffectView+Representable.swift",
        "Extensions/View+WhatsNewSheet.swift",
        "Extensions/WhatsNew+Version+Key.swift",
        "Models/WhatsNew+Feature+Image.swift",
        "Models/WhatsNew+Feature.swift",
        "Models/WhatsNew+FeatureGroup.swift",
        "Models/WhatsNew+HapticFeedback.swift",
        "Models/WhatsNew+Layout.swift",
        "Models/WhatsNew+PrimaryAction.swift",
        "Models/WhatsNew+SecondaryAction+Action.swift",
        "Models/WhatsNew+SecondaryAction.swift",
        "Models/WhatsNew+Text.swift",
        "Models/WhatsNew+Title.swift",
        "Models/WhatsNew+Version.swift",
        "Models/WhatsNew.swift",
        "Store/InMemoryWhatsNewVersionStore.swift",
        "Store/NSUbiquitousKeyValueWhatsNewVersionStore.swift",
        "Store/UserDefaultsWhatsNewVersionStore.swift",
        "Store/WhatsNewVersionStore.swift",
        "View/FeatureView.swift",
        "View/WhatsNewView+FeaturesPadding.swift",
        "View/WhatsNewView+FooterPadding.swift",
        "View/WhatsNewView+PrimaryButtonStyle.swift",
        "View/WhatsNewView.swift",
        "ViewController/WhatsNewViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.