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 SwiftMVVM, reference 1.1.1 (fae754), with Swift 6.2 (beta) for macOS (SPM) on 1 Sep 2025 16:36:03 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kodlian/SwiftMVVM.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kodlian/SwiftMVVM
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at fae7542 Add scenes injection
Cloned https://github.com/kodlian/SwiftMVVM.git
Revision (git rev-parse @):
fae7542a676b499b1cd958fc9c7e00d083aa4e0b
SUCCESS checkout https://github.com/kodlian/SwiftMVVM.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kodlian/SwiftMVVM.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 SwiftMVVM WithViewModel.swift
[4/8] Emitting module SwiftMVVM
[5/8] Compiling SwiftMVVM DependenciesContainer.swift
[6/8] Compiling SwiftMVVM Injected.swift
[7/8] Compiling SwiftMVVM DependenciesContainer+Environments.swift
[8/8] Compiling SwiftMVVM StateViewModel.swift
Build complete! (8.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMVVM",
  "name" : "SwiftMVVM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMVVM",
      "targets" : [
        "SwiftMVVM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMVVMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMVVMTests",
      "path" : "Tests/SwiftMVVMTests",
      "sources" : [
        "DependenciesContainerTests.swift",
        "DependenciesEnvironmentTests.swift",
        "InjectedPropertyWrapperTests.swift",
        "InjectionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMVVM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMVVM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMVVM",
      "path" : "Sources/SwiftMVVM",
      "product_memberships" : [
        "SwiftMVVM"
      ],
      "sources" : [
        "Injection/DependenciesContainer+Environments.swift",
        "Injection/DependenciesContainer.swift",
        "Injection/Injected.swift",
        "StateViewModel.swift",
        "WithViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.