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 Eumorphic, reference trunk (bf244f), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:17:31 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/ollieatkinson/Eumorphic.git
Reference: trunk
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ollieatkinson/Eumorphic
 * branch            trunk      -> FETCH_HEAD
 * [new branch]      trunk      -> origin/trunk
HEAD is now at bf244f4 remove label for typed subscript return
Cloned https://github.com/ollieatkinson/Eumorphic.git
Revision (git rev-parse @):
bf244f4369d872fccbcef27da8fedb5a7a91f7aa
SUCCESS checkout https://github.com/ollieatkinson/Eumorphic.git at trunk
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ollieatkinson/Eumorphic.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/7] Compiling Eumorphic Utilities.swift
[4/7] Compiling Eumorphic AnyValue.swift
[5/7] Emitting module Eumorphic
[6/7] Compiling Eumorphic Eumorphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Eumorphic/Eumorphic.swift:69:14: warning: type '(String, Path)' is not optional, value can never be nil; this is an error in the Swift 6 language mode
 67 |         guard let (head, remaining) = path.first else { return }
 68 |         switch (head.stringValue, remaining) {
 69 |         case nil: return
    |              `- warning: type '(String, Path)' is not optional, value can never be nil; this is an error in the Swift 6 language mode
 70 |         case let (key, remaining):
 71 |             self[key] = try _set(value, at: remaining, on: self[key] as Any)
/Users/admin/builder/spi-builder-workspace/Sources/Eumorphic/Eumorphic.swift:90:14: warning: type '(Int, Path)' is not optional, value can never be nil; this is an error in the Swift 6 language mode
 88 |         padded(to: idx, with: Optional<Any>.none as Any)
 89 |         switch (idx, remaining) {
 90 |         case nil: return
    |              `- warning: type '(Int, Path)' is not optional, value can never be nil; this is an error in the Swift 6 language mode
 91 |         case let (idx, remaining):
 92 |             self[idx] = try _set(value, at: remaining, on: self[idx])
[7/7] Compiling Eumorphic Path.swift
Build complete! (3.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Eumorphic",
  "name" : "Eumorphic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Eumorphic",
      "targets" : [
        "Eumorphic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EumorphicTests",
      "module_type" : "SwiftTarget",
      "name" : "EumorphicTests",
      "path" : "Tests/EumorphicTests",
      "sources" : [
        "EumorphicTests.swift"
      ],
      "target_dependencies" : [
        "Eumorphic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Eumorphic",
      "module_type" : "SwiftTarget",
      "name" : "Eumorphic",
      "path" : "Sources/Eumorphic",
      "product_memberships" : [
        "Eumorphic"
      ],
      "sources" : [
        "AnyValue.swift",
        "Eumorphic.swift",
        "Path.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.