The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Forever, reference 1.1.0 (90274e), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 07:20:09 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/jiachenyee/Forever.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jiachenyee/Forever
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 90274e8 Update README.md
Cloned https://github.com/jiachenyee/Forever.git
Revision (git rev-parse @):
90274e87842722d9b79e61431cbbef1c418944b6
SUCCESS checkout https://github.com/jiachenyee/Forever.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jiachenyee/Forever.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/6] Compiling Forever Forever+Persistence.swift
[4/6] Emitting module Forever
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever+Combine.swift:19:26: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     }
18 |
19 |     class CombineAdapter<Value: Codable> {
   |                          `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |         var subscriber: (any Subscriber<Value, Never>)? = nil
21 |
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:14:40: note: 'Value' previously declared here
12 | public typealias DontLeaveMe = Forever
13 | public typealias BePersistent = Forever
14 | @propertyWrapper public struct Forever<Value: Codable>: DynamicProperty {
   |                                        `- note: 'Value' previously declared here
15 |
16 |     var combineAdapter: CombineAdapter<Value>!
[5/6] Compiling Forever Forever+Combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever+Combine.swift:19:26: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     }
18 |
19 |     class CombineAdapter<Value: Codable> {
   |                          `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |         var subscriber: (any Subscriber<Value, Never>)? = nil
21 |
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:14:40: note: 'Value' previously declared here
12 | public typealias DontLeaveMe = Forever
13 | public typealias BePersistent = Forever
14 | @propertyWrapper public struct Forever<Value: Codable>: DynamicProperty {
   |                                        `- note: 'Value' previously declared here
15 |
16 |     var combineAdapter: CombineAdapter<Value>!
[6/6] Compiling Forever Forever.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:34:20: warning: capture of non-sendable type 'Value.Type' in an isolated closure
32 |     public var projectedValue: Binding<Value> {
33 |         Binding {
34 |             _value.wrappedValue
   |                    `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
35 |         } set: { value, transaction in
36 |
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:32:47: warning: capture of non-sendable type 'Value.Type' in an isolated closure
30 |     }
31 |
32 |     public var projectedValue: Binding<Value> {
   |                                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
33 |         Binding {
34 |             _value.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:38:22: warning: capture of non-sendable type 'Value.Type' in an isolated closure
36 |
37 |             if transaction.disablesAnimations {
38 |                 self.value = value
   |                      `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
39 |             } else {
40 |                 withAnimation(transaction.animation) {
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:32:47: warning: capture of non-sendable type 'Value.Type' in an isolated closure
30 |     }
31 |
32 |     public var projectedValue: Binding<Value> {
   |                                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
33 |         Binding {
34 |             _value.wrappedValue
Build complete! (7.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Forever",
  "name" : "Forever",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Forever",
      "targets" : [
        "Forever"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Forever",
      "module_type" : "SwiftTarget",
      "name" : "Forever",
      "path" : "Sources/Forever",
      "product_memberships" : [
        "Forever"
      ],
      "sources" : [
        "Forever+Combine.swift",
        "Forever+Persistence.swift",
        "Forever.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.