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 Odeum, reference main (3d561a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:13:45 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/hainayanda/Odeum.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Odeum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d561a2 Update Odeum.podspec
Cloned https://github.com/hainayanda/Odeum.git
Revision (git rev-parse @):
3d561a25fdf52998a8d35d33919b0f623d22bf56
SUCCESS checkout https://github.com/hainayanda/Odeum.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hainayanda/Odeum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Media.xcassets
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling Odeum OdeumPlayerViewDelegate.swift
[5/13] Compiling Odeum PlayControlView.swift
[6/13] Compiling Odeum OdeumPlayerView+Player.swift
[7/13] Compiling Odeum OdeumPlayerView.swift
[8/13] Compiling Odeum OdeumPlayerView+PlayControlViewDelegate.swift
[9/13] Emitting module Odeum
[10/13] Compiling Odeum Utilities.swift
[11/13] Compiling Odeum resource_bundle_accessor.swift
[12/13] Compiling Odeum PlayControlState.swift
[13/13] Compiling Odeum OdeumPlayerView+Actions.swift
Build complete! (4.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Odeum",
  "name" : "Odeum",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Odeum",
      "targets" : [
        "Odeum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Odeum",
      "module_type" : "SwiftTarget",
      "name" : "Odeum",
      "path" : "Sources/Odeum",
      "product_memberships" : [
        "Odeum"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Odeum/Assets/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/OdeumPlayerView+Actions.swift",
        "Classes/OdeumPlayerView+PlayControlViewDelegate.swift",
        "Classes/OdeumPlayerView+Player.swift",
        "Classes/OdeumPlayerView.swift",
        "Classes/OdeumPlayerViewDelegate.swift",
        "Classes/PlayControlState.swift",
        "Classes/PlayControlView.swift",
        "Classes/Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.