The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ambar, reference 9.0.1 (aa9e10), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 05:58:27 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/radianttap/Ambar.git
Reference: 9.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/radianttap/Ambar
 * tag               9.0.1      -> FETCH_HEAD
HEAD is now at aa9e10c Catch two more places where typed throws are missing.
Cloned https://github.com/radianttap/Ambar.git
Revision (git rev-parse @):
aa9e10cc9742112a91a6125f0067f7d66b5c825a
SUCCESS checkout https://github.com/radianttap/Ambar.git at 9.0.1
========================================
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": "ambar",
      "name": "Ambar",
      "url": "https://github.com/radianttap/Ambar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ambar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/radianttap/Ambar.git
[1/1129] Fetching ambar
Fetched https://github.com/radianttap/Ambar.git from cache (0.84s)
Creating working copy for https://github.com/radianttap/Ambar.git
Working copy of https://github.com/radianttap/Ambar.git resolved at 9.0.1 (aa9e10c)
warning: '.resolve-product-dependencies': dependency 'ambar' 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/radianttap/Ambar.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/8] Compiling Ambar AmbarError.swift
[4/8] Compiling Ambar ManagedObjectType.swift
[5/8] Compiling Ambar CoreDataRepresentable.swift
[6/8] Compiling Ambar NSManagedObjectContext-Extensions.swift
[7/8] Emitting module Ambar
[8/8] Compiling Ambar AmbarContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Ambar/AmbarContainer.swift:215:54: warning: capture of 'notification' with non-Sendable type 'Notification' in a '@Sendable' closure [#SendableClosureCaptures]
213 | 		viewContext.perform {
214 | 			[unowned self] in
215 | 			self.viewContext.mergeChanges(fromContextDidSave: notification)
    |                                                      `- warning: capture of 'notification' with non-Sendable type 'Notification' in a '@Sendable' closure [#SendableClosureCaptures]
216 | 		}
217 | 	}
Foundation.Notification:2:15: note: struct 'Notification' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
 2 | public struct Notification : ReferenceConvertible, Equatable, Hashable {
   |               `- note: struct 'Notification' does not conform to the 'Sendable' protocol
 3 |     public typealias ReferenceType = NSNotification
 4 |     public var name: Notification.Name
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (5.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ambar",
  "name" : "Ambar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Ambar",
      "targets" : [
        "Ambar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "Ambar",
      "module_type" : "SwiftTarget",
      "name" : "Ambar",
      "path" : "Sources/Ambar",
      "product_memberships" : [
        "Ambar"
      ],
      "sources" : [
        "AmbarContainer.swift",
        "AmbarError.swift",
        "CoreDataRepresentable.swift",
        "ManagedObjectType.swift",
        "NSManagedObjectContext-Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.