Build Information
Successful build of WhatsNewKit, reference 2.2.1 (6157c7
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 12:20:28 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: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SvenTiigi/WhatsNewKit
* tag 2.2.1 -> FETCH_HEAD
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 2.2.1
========================================
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
[1/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 WhatsNewCollection.swift
[9/35] Compiling WhatsNewKit WhatsNewCollectionBuilder.swift
[10/35] Compiling WhatsNewKit WhatsNewCollectionProvider.swift
[11/35] Compiling WhatsNewKit WhatsNewEnvironment+Key.swift
[12/35] Compiling WhatsNewKit WhatsNew+SecondaryAction.swift
[13/35] Compiling WhatsNewKit WhatsNew+Text.swift
[14/35] Compiling WhatsNewKit WhatsNew+Title.swift
[15/35] Compiling WhatsNewKit NSUbiquitousKeyValueWhatsNewVersionStore.swift
[16/35] Compiling WhatsNewKit UserDefaultsWhatsNewVersionStore.swift
[17/35] Compiling WhatsNewKit WhatsNewVersionStore.swift
[18/35] Compiling WhatsNewKit WhatsNew+Feature+Image.swift
[19/35] Compiling WhatsNewKit WhatsNew+Feature.swift
[20/35] Compiling WhatsNewKit WhatsNew+HapticFeedback.swift
[21/35] Compiling WhatsNewKit WhatsNew+Layout.swift
[22/35] Compiling WhatsNewKit WhatsNew+PrimaryAction.swift
[23/35] Compiling WhatsNewKit WhatsNew+SecondaryAction+Action.swift
[24/35] Compiling WhatsNewKit UIVisualEffectView+Representable.swift
[25/35] Compiling WhatsNewKit View+WhatsNewSheet.swift
[26/35] Compiling WhatsNewKit WhatsNew+Version+Key.swift
[27/35] Compiling WhatsNewKit WhatsNewView+FeaturesPadding.swift
[28/35] Compiling WhatsNewKit WhatsNewView+FooterPadding.swift
[29/35] Compiling WhatsNewKit WhatsNewView+PrimaryButtonStyle.swift
[30/35] Compiling WhatsNewKit WhatsNew+Version.swift
[31/35] Compiling WhatsNewKit WhatsNew.swift
[32/35] Compiling WhatsNewKit InMemoryWhatsNewVersionStore.swift
[33/35] Compiling WhatsNewKit WhatsNewEnvironment.swift
[34/35] Compiling WhatsNewKit ScrollView+alwaysBounceVertical.swift
[35/35] Compiling WhatsNewKit Text+WhatsNewText.swift
Build complete! (9.86s)
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.