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.0 for macOS (SPM) on 11 May 2025 19:11:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
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.0
Building package at path:  $PWD
https://github.com/simonnickel/snap-core.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/9] Compiling SnapFoundation CGRect+Inset.swift
[5/9] Compiling SnapFoundation OSLog+Logger.swift
[6/9] Compiling SnapFoundation ViewModifierConditional.swift
[7/9] Compiling SnapFoundation EdgeInsets+Helper.swift
[8/9] Emitting module SnapFoundation
[9/9] Compiling SnapFoundation ProcessInfo+isPreview.swift
[10/34] Compiling SnapCore GeometryReader+PreferenceKey.swift
[11/34] Compiling SnapCore SystemColorScheme.swift
[12/34] Compiling SnapCore View+KeyboardPublisher.swift
[13/36] Emitting module SnapCore
[14/36] Compiling SnapCore Color+Adjust.swift
[15/36] Compiling SnapCore Color+Platform.swift
[16/36] Compiling SnapCore EdgeInsets+Helper.swift
[17/36] Compiling SnapCore Collection+Helper.swift
[18/36] Compiling SnapCore Set+Insert.swift
[19/36] Compiling SnapCore Publisher+withWeak.swift
[20/36] Compiling SnapCore Angle+Codable.swift
[21/36] Compiling SnapCore FontDesign+Codable.swift
[22/36] Compiling SnapCore UnitPoint+Codable.swift
[23/36] Compiling SnapCore EmptyNoSpaceView.swift
[24/36] Compiling SnapCore PickerTapable.swift
[25/36] Compiling SnapCore SemanticVersion.swift
[26/36] Compiling SnapCore CGFloat+Rounding.swift
[27/36] Compiling SnapCore Array+Unique.swift
[28/36] Compiling SnapCore ModalPresentation.swift
[29/36] Compiling SnapCore View+FrameFill.swift
[30/36] Compiling SnapCore ToggleTapable.swift
[31/36] Compiling SnapCore UIFont+preferredFont.swift
[32/36] Compiling SnapCore ScrollViewWith.swift
[33/36] Compiling SnapCore ScrollViewWithBottomView.swift
[34/36] Compiling SnapCore String+Helper.swift
[35/36] Compiling SnapCore WeakRef.swift
[36/36] Compiling SnapCore AnyLabelStyle.swift
Build complete! (14.58s)
Fetching https://github.com/simonnickel/snap-foundation.git
[1/84] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.69s)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (6faf393)
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.