The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftGlass, reference 26.0.1 (b11729), with Swift 6.1 for macOS (SPM) on 29 Dec 2025 04:52:31 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1998code/SwiftGlass.git
Reference: 26.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1998code/SwiftGlass
 * tag               26.0.1     -> FETCH_HEAD
HEAD is now at b117299 Merge pull request #9 from 1998code/2.0
Cloned https://github.com/1998code/SwiftGlass.git
Revision (git rev-parse @):
b11729993a2f4a4f11d17ee833ec05b2140400c5
SUCCESS checkout https://github.com/1998code/SwiftGlass.git at 26.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/1998code/SwiftGlass.git
https://github.com/1998code/SwiftGlass.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftGlass",
  "name" : "SwiftGlass",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGlass",
      "targets" : [
        "SwiftGlass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGlass",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGlass",
      "path" : "Sources/SwiftGlass",
      "product_memberships" : [
        "SwiftGlass"
      ],
      "sources" : [
        "BlobGlassModifier.swift",
        "GlassBackgroundModifier.swift",
        "SwiftGlass.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/6] Compiling SwiftGlass SwiftGlass.swift
[4/6] Compiling SwiftGlass GlassBackgroundModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGlass/GlassBackgroundModifier.swift:12:17: warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
 10 | /// Type-erased shape wrapper
 11 | private struct AnyShape: Shape {
 12 |     private let _path: (CGRect) -> Path
    |                 |- warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 13 |
 14 |     init<S: Shape>(_ shape: S) {
[5/6] Emitting module SwiftGlass
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGlass/GlassBackgroundModifier.swift:12:17: warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
 10 | /// Type-erased shape wrapper
 11 | private struct AnyShape: Shape {
 12 |     private let _path: (CGRect) -> Path
    |                 |- warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 13 |
 14 |     init<S: Shape>(_ shape: S) {
[6/6] Compiling SwiftGlass BlobGlassModifier.swift
Build complete! (9.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftGlass",
  "name" : "SwiftGlass",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGlass",
      "targets" : [
        "SwiftGlass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGlass",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGlass",
      "path" : "Sources/SwiftGlass",
      "product_memberships" : [
        "SwiftGlass"
      ],
      "sources" : [
        "BlobGlassModifier.swift",
        "GlassBackgroundModifier.swift",
        "SwiftGlass.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.