The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of WhatsNewKit, reference main (6157c7), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 12:14:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SvenTiigi/WhatsNewKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SvenTiigi/WhatsNewKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6157c77 Added PrivacyInfo.xcprivacy
Cloned https://github.com/SvenTiigi/WhatsNewKit.git
Revision (git rev-parse @):
6157c77e8be9b3d2310bc680681b61a8d9e290ac
SUCCESS checkout https://github.com/SvenTiigi/WhatsNewKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SvenTiigi/WhatsNewKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/32] Emitting module WhatsNewKit
[5/35] Compiling WhatsNewKit WhatsNewView.swift
[6/35] Compiling WhatsNewKit WhatsNewViewController.swift
[7/35] Compiling WhatsNewKit resource_bundle_accessor.swift
[8/35] Compiling WhatsNewKit UIVisualEffectView+Representable.swift
[9/35] Compiling WhatsNewKit View+WhatsNewSheet.swift
[10/35] Compiling WhatsNewKit WhatsNew+Version+Key.swift
[11/35] Compiling WhatsNewKit WhatsNew+Layout.swift
[12/35] Compiling WhatsNewKit WhatsNew+PrimaryAction.swift
[13/35] Compiling WhatsNewKit WhatsNew+SecondaryAction+Action.swift
[14/35] Compiling WhatsNewKit WhatsNew+Version.swift
[15/35] Compiling WhatsNewKit WhatsNew.swift
[16/35] Compiling WhatsNewKit InMemoryWhatsNewVersionStore.swift
[17/35] Compiling WhatsNewKit WhatsNewEnvironment.swift
[18/35] Compiling WhatsNewKit ScrollView+alwaysBounceVertical.swift
[19/35] Compiling WhatsNewKit Text+WhatsNewText.swift
[20/35] Compiling WhatsNewKit WhatsNew+SecondaryAction.swift
[21/35] Compiling WhatsNewKit WhatsNew+Text.swift
[22/35] Compiling WhatsNewKit WhatsNew+Title.swift
[23/35] Compiling WhatsNewKit WhatsNewView+FeaturesPadding.swift
[24/35] Compiling WhatsNewKit WhatsNewView+FooterPadding.swift
[25/35] Compiling WhatsNewKit WhatsNewView+PrimaryButtonStyle.swift
[26/35] Compiling WhatsNewKit NSUbiquitousKeyValueWhatsNewVersionStore.swift
[27/35] Compiling WhatsNewKit UserDefaultsWhatsNewVersionStore.swift
[28/35] Compiling WhatsNewKit WhatsNewVersionStore.swift
[29/35] Compiling WhatsNewKit WhatsNew+Feature+Image.swift
[30/35] Compiling WhatsNewKit WhatsNew+Feature.swift
[31/35] Compiling WhatsNewKit WhatsNew+HapticFeedback.swift
[32/35] Compiling WhatsNewKit WhatsNewCollection.swift
[33/35] Compiling WhatsNewKit WhatsNewCollectionBuilder.swift
[34/35] Compiling WhatsNewKit WhatsNewCollectionProvider.swift
[35/35] Compiling WhatsNewKit WhatsNewEnvironment+Key.swift
Build complete! (9.67s)
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+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/WhatsNewView+FeaturesPadding.swift",
        "View/WhatsNewView+FooterPadding.swift",
        "View/WhatsNewView+PrimaryButtonStyle.swift",
        "View/WhatsNewView.swift",
        "ViewController/WhatsNewViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.