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 SwiftUIContacts, reference 0.0.6 (c188b3), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 07:27: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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/SwiftUIContacts.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/SwiftUIContacts
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at c188b30 Update README.md
Cloned https://github.com/edonv/SwiftUIContacts.git
Revision (git rev-parse @):
c188b308ebe3f576e8de7e05be7e9dc3f15747db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/SwiftUIContacts.git at 0.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/edonv/SwiftUIContacts.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling SwiftUIContacts ContactView.swift
[4/8] Compiling SwiftUIContacts ContactPicker.swift
[5/8] Emitting module SwiftUIContacts
[6/8] Compiling SwiftUIContacts Contacts+Constants.swift
[7/8] Compiling SwiftUIContacts ContactPicker+ViewModifiers.swift
[8/8] Compiling SwiftUIContacts ContactView+ViewModifiers.swift
Build complete! (3.09s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIContacts",
  "name" : "SwiftUIContacts",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIContacts",
      "targets" : [
        "SwiftUIContacts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIContactsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIContactsTests",
      "path" : "Tests/SwiftUIContactsTests",
      "sources" : [
        "SwiftUIContactsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIContacts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIContacts",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIContacts",
      "path" : "Sources/SwiftUIContacts",
      "product_memberships" : [
        "SwiftUIContacts"
      ],
      "sources" : [
        "CNContactPickerViewController/ContactPicker+ViewModifiers.swift",
        "CNContactPickerViewController/ContactPicker.swift",
        "CNContactViewController/ContactView+ViewModifiers.swift",
        "CNContactViewController/ContactView.swift",
        "Extensions/Contacts+Constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.