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-foundation, reference main (3d5cf7), with Swift 6.0 for macOS (SPM) on 8 Jun 2025 23:25:50 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-foundation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-foundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d5cf77 Add FontDesign+CaseIterable
Cloned https://github.com/simonnickel/snap-foundation.git
Revision (git rev-parse @):
3d5cf77d7bf99deb010b4ba6c1780d7903901569
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-foundation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/simonnickel/snap-foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling SnapFoundation FontDesign+CaseIterable.swift
[4/9] Compiling SnapFoundation CGRect+Inset.swift
[5/9] Compiling SnapFoundation ProcessInfo+isPreview.swift
[6/9] Compiling SnapFoundation EdgeInsets+Helper.swift
[7/9] Compiling SnapFoundation OSLog+Logger.swift
[8/9] Compiling SnapFoundation ViewModifierConditional.swift
[9/9] Emitting module SnapFoundation
Build complete! (8.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "snap-foundation",
  "name" : "snap-foundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapFoundation",
      "targets" : [
        "SnapFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnapFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapFoundationTests",
      "path" : "Sources/SnapFoundationTests",
      "sources" : [
        "CGRectInsetsTests.swift",
        "EdgeInsetsHelperTests.swift"
      ],
      "target_dependencies" : [
        "SnapFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapFoundation",
      "module_type" : "SwiftTarget",
      "name" : "SnapFoundation",
      "path" : "Sources/SnapFoundation",
      "product_memberships" : [
        "SnapFoundation"
      ],
      "sources" : [
        "OSLog+Logger.swift",
        "ProcessInfo+isPreview.swift",
        "SwiftUI+UIKit/CGRect+Inset.swift",
        "SwiftUI+UIKit/EdgeInsets+Helper.swift",
        "SwiftUI+UIKit/FontDesign+CaseIterable.swift",
        "SwiftUI+UIKit/ViewModifierConditional.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.