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 main (686676), with Swift 6.1 for macOS (SPM) on 2 Sep 2025 00:13:30 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kodlian/SwiftMVVM.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kodlian/SwiftMVVM
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6866761 improve runtime fatal errors
Cloned https://github.com/kodlian/SwiftMVVM.git
Revision (git rev-parse @):
68667610ed535453eacd92970f8fe1f4ba57d374
SUCCESS checkout https://github.com/kodlian/SwiftMVVM.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftmvvm",
      "name": "SwiftMVVM",
      "url": "https://github.com/kodlian/SwiftMVVM.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMVVM",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kodlian/SwiftMVVM.git
[1/117] Fetching swiftmvvm
Fetched https://github.com/kodlian/SwiftMVVM.git from cache (0.82s)
Creating working copy for https://github.com/kodlian/SwiftMVVM.git
Working copy of https://github.com/kodlian/SwiftMVVM.git resolved at main (6866761)
warning: '.resolve-product-dependencies': dependency 'swiftmvvm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kodlian/SwiftMVVM.git
https://github.com/kodlian/SwiftMVVM.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling SwiftMVVM Injected.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/8] Compiling SwiftMVVM WithViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/8] Compiling SwiftMVVM DependenciesContainer+Environments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/8] Compiling SwiftMVVM DependenciesContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/8] Compiling SwiftMVVM StateViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/8] Emitting module SwiftMVVM
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (9.56s)
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.