The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Forever, reference 1.1.0 (90274e), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 19:43:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "forever",
      "name": "Forever",
      "url": "https://github.com/jiachenyee/Forever.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Forever",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jiachenyee/Forever.git
[1/209] Fetching forever
Fetched https://github.com/jiachenyee/Forever.git from cache (0.82s)
Creating working copy for https://github.com/jiachenyee/Forever.git
Working copy of https://github.com/jiachenyee/Forever.git resolved at 1.1.0 (90274e8)
warning: '.resolve-product-dependencies': dependency 'forever' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jiachenyee/Forever.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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>!
[4/6] Compiling Forever Forever+Persistence.swift
[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
Build complete! (8.16s)
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.