The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WhatsNewKit, reference v2.0.0 (13e529), with Swift 6.0 for macOS (SPM) on 14 Nov 2025 09:26:15 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AnimatedCoding/WhatsNewKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/34] Emitting module WhatsNewKit
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[5/37] Compiling WhatsNewKit WhatsNewView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
/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
143 |         }
144 |         .onAppear {
145 |             if let i = whatsNew.selectedFeature {
    |                    `- warning: value 'i' was defined but never used; consider replacing with boolean test
146 |                 groupIndex = 0
147 |             }
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:332:39: warning: expression of type 'WhatsNew.HapticFeedback?' is unused
330 |                     action: {
331 |                         // Invoke HapticFeedback, if available
332 |                         primaryAction.hapticFeedback
    |                                       `- warning: expression of type 'WhatsNew.HapticFeedback?' is unused
333 |                         // Invoke on dismiss, if available
334 |                         primaryAction.action?(moveToNext, dismiss)
[6/37] Compiling WhatsNewKit WhatsNewViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
/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
143 |         }
144 |         .onAppear {
145 |             if let i = whatsNew.selectedFeature {
    |                    `- warning: value 'i' was defined but never used; consider replacing with boolean test
146 |                 groupIndex = 0
147 |             }
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:332:39: warning: expression of type 'WhatsNew.HapticFeedback?' is unused
330 |                     action: {
331 |                         // Invoke HapticFeedback, if available
332 |                         primaryAction.hapticFeedback
    |                                       `- warning: expression of type 'WhatsNew.HapticFeedback?' is unused
333 |                         // Invoke on dismiss, if available
334 |                         primaryAction.action?(moveToNext, dismiss)
[7/37] Compiling WhatsNewKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
/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
143 |         }
144 |         .onAppear {
145 |             if let i = whatsNew.selectedFeature {
    |                    `- warning: value 'i' was defined but never used; consider replacing with boolean test
146 |                 groupIndex = 0
147 |             }
/Users/admin/builder/spi-builder-workspace/Sources/View/WhatsNewView.swift:332:39: warning: expression of type 'WhatsNew.HapticFeedback?' is unused
330 |                     action: {
331 |                         // Invoke HapticFeedback, if available
332 |                         primaryAction.hapticFeedback
    |                                       `- warning: expression of type 'WhatsNew.HapticFeedback?' is unused
333 |                         // Invoke on dismiss, if available
334 |                         primaryAction.action?(moveToNext, dismiss)
[8/37] Compiling WhatsNewKit UserDefaultsWhatsNewVersionStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[9/37] Compiling WhatsNewKit WhatsNewVersionStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[10/37] Compiling WhatsNewKit FeatureView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[11/37] Compiling WhatsNewKit WhatsNewCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[12/37] Compiling WhatsNewKit WhatsNewCollectionBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[13/37] Compiling WhatsNewKit WhatsNewCollectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[14/37] Compiling WhatsNewKit WhatsNewEnvironment+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[15/37] Compiling WhatsNewKit WhatsNew.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[16/37] Compiling WhatsNewKit InMemoryWhatsNewVersionStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[17/37] Compiling WhatsNewKit NSUbiquitousKeyValueWhatsNewVersionStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[18/37] Compiling WhatsNewKit WhatsNew+FeatureGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[19/37] Compiling WhatsNewKit WhatsNew+HapticFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[20/37] Compiling WhatsNewKit WhatsNew+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[21/37] Compiling WhatsNewKit WhatsNewView+FeaturesPadding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[22/37] Compiling WhatsNewKit WhatsNewView+FooterPadding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[23/37] Compiling WhatsNewKit WhatsNewView+PrimaryButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[24/37] Compiling WhatsNewKit WhatsNewEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[25/37] Compiling WhatsNewKit ScrollView+alwaysBounceVertical.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[26/37] Compiling WhatsNewKit Text+WhatsNewText.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[27/37] Compiling WhatsNewKit UIVisualEffectView+Representable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[28/37] Compiling WhatsNewKit WhatsNew+Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[29/37] Compiling WhatsNewKit WhatsNew+Title.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[30/37] Compiling WhatsNewKit WhatsNew+Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[31/37] Compiling WhatsNewKit WhatsNew+PrimaryAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[32/37] Compiling WhatsNewKit WhatsNew+SecondaryAction+Action.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[33/37] Compiling WhatsNewKit WhatsNew+SecondaryAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[34/37] Compiling WhatsNewKit View+WhatsNewSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[35/37] Compiling WhatsNewKit WhatsNew+Version+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[36/37] Compiling WhatsNewKit WhatsNew+Feature+Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
[37/37] Compiling WhatsNewKit WhatsNew+Feature.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/WhatsNew.swift:54:5: error: unexpected ',' separator
52 |         title: Title,
53 |         featureGroups: [FeatureGroup],
54 |     ) {
   |     `- error: unexpected ',' separator
55 |         self.version = version
56 |         self.title = title
BUILD FAILURE 6.0 macosSpm