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 snap-core, reference main (38d5e6), with Swift 6.2 for macOS (SPM) on 22 Sep 2025 17:17:27 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-core.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-core
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38d5e6d Cleanup
Cloned https://github.com/simonnickel/snap-core.git
Revision (git rev-parse @):
38d5e6d5f0edc09325030c1d042c51b96e1c27c4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-core.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/simonnickel/snap-core.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
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/18] Compiling SnapFoundation FontDesign+Description.swift
[5/18] Emitting module SnapFoundation
[6/18] Compiling SnapFoundation FontWidth+CaseIterable.swift
[7/18] Compiling SnapFoundation CGSize+Adjusted.swift
[8/18] Compiling SnapFoundation OSLog+Logger.swift
[9/18] Compiling SnapFoundation ProcessInfo+isPreview.swift
[10/18] Compiling SnapFoundation AnyInsettableShape.swift
[11/18] Compiling SnapFoundation FontWidth+Description.swift
[12/18] Compiling SnapFoundation View+ColorScheme.swift
[13/18] Compiling SnapFoundation CGRect+Inset.swift
[14/18] Compiling SnapFoundation EdgeInsets+Helper.swift
[15/18] Compiling SnapFoundation Font.Width+UIFont.Width.swift
[16/18] Compiling SnapFoundation FontDesign+CaseIterable.swift
[17/18] Compiling SnapFoundation Font.Design+UIFont.Design.swift
[18/18] Compiling SnapFoundation Font.Weight+UIFont.Weight.swift
[19/19] Compiling SnapFoundation ViewModifierConditional.swift
[20/46] Compiling SnapCore Collection+Helper.swift
[21/46] Compiling SnapCore Set+Insert.swift
[22/46] Compiling SnapCore Publisher+withWeak.swift
[23/48] Emitting module SnapCore
[24/48] Compiling SnapCore View+FrameFill.swift
[25/48] Compiling SnapCore EmptyNoSpaceView.swift
[26/48] Compiling SnapCore PickerTapable.swift
[27/48] Compiling SnapCore View+enabled.swift
[28/48] Compiling SnapCore GeometryReader+PreferenceKey.swift
[29/48] Compiling SnapCore SystemColorScheme.swift
[30/48] Compiling SnapCore ToggleTapable.swift
[31/48] Compiling SnapCore UIFont+preferredFont.swift
[32/48] Compiling SnapCore FontDesign+Codable.swift
[33/48] Compiling SnapCore UnitPoint+Codable.swift
[34/48] Compiling SnapCore Color+Adjust.swift
[35/48] Compiling SnapCore View+KeyboardPublisher.swift
[36/48] Compiling SnapCore ModalPresentation.swift
[37/48] Compiling SnapCore ReloadOnAppearModifier.swift
[38/48] Compiling SnapCore ScrollViewWith.swift
[39/48] Compiling SnapCore ScrollViewWithBottomView.swift
[40/48] Compiling SnapCore SemanticVersion.swift
[41/48] Compiling SnapCore CGFloat+Rounding.swift
[42/48] Compiling SnapCore Array+Unique.swift
[43/48] Compiling SnapCore Color+Platform.swift
[44/48] Compiling SnapCore EdgeInsets+Helper.swift
[45/48] Compiling SnapCore View+controlState.swift
[46/48] Compiling SnapCore String+Helper.swift
[47/48] Compiling SnapCore WeakRef.swift
[48/48] Compiling SnapCore Angle+Codable.swift
Build complete! (11.89s)
Fetching https://github.com/simonnickel/snap-foundation.git
[1/149] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.91s)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (1518299)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "snap-foundation",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-foundation.git"
    }
  ],
  "manifest_display_name" : "snap-core",
  "name" : "snap-core",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapCore",
      "targets" : [
        "SnapCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnapCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapCoreTests",
      "path" : "Tests/SnapCoreTests",
      "sources" : [
        "Codable/AngleCodableTests.swift",
        "Codable/FontDesignCodableTests.swift",
        "Codable/UnitPointCodableTests.swift",
        "Swift/ArrayUniquedTests.swift",
        "Swift/CGFloatRoundTests.swift",
        "Swift/CollectionCheckingTests.swift",
        "Swift/SemanticVersionTests.swift",
        "Swift/SetInsertedTests.swift",
        "SwiftUI/ColorAdjustTests.swift"
      ],
      "target_dependencies" : [
        "SnapCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapCore",
      "module_type" : "SwiftTarget",
      "name" : "SnapCore",
      "path" : "Sources/SnapCore",
      "product_dependencies" : [
        "SnapFoundation"
      ],
      "product_memberships" : [
        "SnapCore"
      ],
      "sources" : [
        "Others/SemanticVersion.swift",
        "Swift/CGFloat+Rounding.swift",
        "Swift/Collections/Array+Unique.swift",
        "Swift/Collections/Collection+Helper.swift",
        "Swift/Collections/Set+Insert.swift",
        "Swift/Publisher+withWeak.swift",
        "Swift/String+Helper.swift",
        "Swift/WeakRef.swift",
        "SwiftUI/Codable/Angle+Codable.swift",
        "SwiftUI/Codable/FontDesign+Codable.swift",
        "SwiftUI/Codable/UnitPoint+Codable.swift",
        "SwiftUI/Color+Adjust.swift",
        "SwiftUI/Color+Platform.swift",
        "SwiftUI/EdgeInsets+Helper.swift",
        "SwiftUI/Environment/View+controlState.swift",
        "SwiftUI/Environment/View+enabled.swift",
        "SwiftUI/GeometryReader+PreferenceKey.swift",
        "SwiftUI/SystemTypeWrapper/SystemColorScheme.swift",
        "SwiftUI/View+KeyboardPublisher.swift",
        "SwiftUI/ViewModifier/ModalPresentation.swift",
        "SwiftUI/ViewModifier/ReloadOnAppearModifier.swift",
        "SwiftUI/ViewModifier/View+FrameFill.swift",
        "SwiftUI/Views/EmptyNoSpaceView.swift",
        "SwiftUI/Views/PickerTapable.swift",
        "SwiftUI/Views/ScrollViewWith.swift",
        "SwiftUI/Views/ScrollViewWithBottomView.swift",
        "SwiftUI/Views/ToggleTapable.swift",
        "UIKit/UIFont+preferredFont.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.