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 (3b0e3b), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:53:57 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/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 3b0e3b3 Move conditional modifier to SnapFoundation
Cloned https://github.com/simonnickel/snap-core.git
Revision (git rev-parse @):
3b0e3b35e441151582220237cbfc2135f898a42d
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/13] Compiling SnapFoundation Font.Weight+UIFont.Weight.swift
[5/13] Compiling SnapFoundation FontWidth+CaseIterable.swift
[6/13] Compiling SnapFoundation Font.Design+UIFont.Design.swift
[7/14] Compiling SnapFoundation Font.Width+UIFont.Width.swift
[8/14] Compiling SnapFoundation FontDesign+CaseIterable.swift
[9/14] Compiling SnapFoundation ProcessInfo+isPreview.swift
[10/14] Compiling SnapFoundation OSLog+Logger.swift
[11/14] Emitting module SnapFoundation
[12/14] Compiling SnapFoundation EdgeInsets+Helper.swift
[13/14] Compiling SnapFoundation CGRect+Inset.swift
[14/14] Compiling SnapFoundation ViewModifierConditional.swift
[15/39] Compiling SnapCore SemanticVersion.swift
[16/39] Compiling SnapCore CGFloat+Rounding.swift
[17/39] Compiling SnapCore Array+Unique.swift
[18/41] Emitting module SnapCore
[19/41] Compiling SnapCore EmptyNoSpaceView.swift
[20/41] Compiling SnapCore PickerTapable.swift
[21/41] Compiling SnapCore Angle+Codable.swift
[22/41] Compiling SnapCore FontDesign+Codable.swift
[23/41] Compiling SnapCore UnitPoint+Codable.swift
[24/41] Compiling SnapCore String+Helper.swift
[25/41] Compiling SnapCore WeakRef.swift
[26/41] Compiling SnapCore AnyLabelStyle.swift
[27/41] Compiling SnapCore ModalPresentation.swift
[28/41] Compiling SnapCore View+FrameFill.swift
[29/41] Compiling SnapCore ToggleTapable.swift
[30/41] Compiling SnapCore UIFont+preferredFont.swift
[31/41] Compiling SnapCore ScrollViewWith.swift
[32/41] Compiling SnapCore ScrollViewWithBottomView.swift
[33/41] Compiling SnapCore GeometryReader+PreferenceKey.swift
[34/41] Compiling SnapCore SystemColorScheme.swift
[35/41] Compiling SnapCore View+KeyboardPublisher.swift
[36/41] Compiling SnapCore Collection+Helper.swift
[37/41] Compiling SnapCore Set+Insert.swift
[38/41] Compiling SnapCore Publisher+withWeak.swift
[39/41] Compiling SnapCore Color+Adjust.swift
[40/41] Compiling SnapCore Color+Platform.swift
[41/41] Compiling SnapCore EdgeInsets+Helper.swift
Build complete! (13.79s)
Fetching https://github.com/simonnickel/snap-foundation.git
[1/114] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.63s)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (836c570)
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/AnyLabelStyle.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/GeometryReader+PreferenceKey.swift",
        "SwiftUI/SystemTypeWrapper/SystemColorScheme.swift",
        "SwiftUI/View+KeyboardPublisher.swift",
        "SwiftUI/ViewModifier/ModalPresentation.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.0"
}
Done.