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 Marcel, reference 1.0.3 (03af77), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:02:15 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/bengottlieb/marcel.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bengottlieb/marcel
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 03af777 tweaked boundaries
Cloned https://github.com/bengottlieb/marcel.git
Revision (git rev-parse @):
03af777c3bba6d76fe1eb14c03441276a1e50e62
SUCCESS checkout https://github.com/bengottlieb/marcel.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bengottlieb/marcel.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/10] Compiling Marcel MIMEMessage.swift
[4/10] Compiling Marcel Part.swift
[5/10] Compiling Marcel String+Mime.swift
[6/10] Compiling Marcel UInt8+Mime.swift
[7/10] Compiling Marcel MIMEBundle.swift
[8/10] Compiling Marcel Header.swift
[9/10] Compiling Marcel Data+Mime.swift
[10/10] Emitting module Marcel
Build complete! (4.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Marcel",
  "name" : "Marcel",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Marcel",
      "targets" : [
        "Marcel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Marcel",
      "module_type" : "SwiftTarget",
      "name" : "Marcel",
      "path" : "Source/Marcel",
      "product_memberships" : [
        "Marcel"
      ],
      "sources" : [
        "Data+Mime.swift",
        "Header.swift",
        "MIMEBundle.swift",
        "MIMEMessage.swift",
        "Part.swift",
        "String+Mime.swift",
        "UInt8+Mime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.