The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swiftui-frameless-window, reference main (b4c31f), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 02:51:44 UTC.

Swift 6 data race errors: 0

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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/astzweig/swiftui-frameless-window.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/astzweig/swiftui-frameless-window
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b4c31fe Add windowInitializer option
Cloned https://github.com/astzweig/swiftui-frameless-window.git
Revision (git rev-parse @):
b4c31fe0a32ab3abd113f4717230bd631d5db245
SUCCESS checkout https://github.com/astzweig/swiftui-frameless-window.git at main
Fetching https://github.com/astzweig/swiftui-window-reference
[1/22] Fetching swiftui-window-reference
Fetched https://github.com/astzweig/swiftui-window-reference from cache (0.55s)
Computing version for https://github.com/astzweig/swiftui-window-reference
Computed https://github.com/astzweig/swiftui-window-reference at 1.0.0 (1.05s)
Creating working copy for https://github.com/astzweig/swiftui-window-reference
Working copy of https://github.com/astzweig/swiftui-window-reference resolved at 1.0.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",
  "dependencies": [
    {
      "identity": "swiftui-frameless-window",
      "name": "swiftui-frameless-window",
      "url": "https://github.com/astzweig/swiftui-frameless-window.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-frameless-window",
      "dependencies": [
        {
          "identity": "swiftui-window-reference",
          "name": "swiftui-window-reference",
          "url": "https://github.com/astzweig/swiftui-window-reference",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-window-reference",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/astzweig/swiftui-frameless-window.git
[1/78] Fetching swiftui-frameless-window
Fetched https://github.com/astzweig/swiftui-frameless-window.git from cache (0.82s)
Fetching https://github.com/astzweig/swiftui-window-reference from cache
Fetched https://github.com/astzweig/swiftui-window-reference from cache (0.39s)
Computing version for https://github.com/astzweig/swiftui-window-reference
Computed https://github.com/astzweig/swiftui-window-reference at 1.0.0 (0.45s)
Creating working copy for https://github.com/astzweig/swiftui-window-reference
Working copy of https://github.com/astzweig/swiftui-window-reference resolved at 1.0.0
Creating working copy for https://github.com/astzweig/swiftui-frameless-window.git
Working copy of https://github.com/astzweig/swiftui-frameless-window.git resolved at main (b4c31fe)
warning: '.resolve-product-dependencies': dependency 'swiftui-frameless-window' is not used by any target
Found 1 product dependencies
  - swiftui-window-reference
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/astzweig/swiftui-frameless-window.git
https://github.com/astzweig/swiftui-frameless-window.git
{
  "dependencies" : [
    {
      "identity" : "swiftui-window-reference",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/astzweig/swiftui-window-reference"
    }
  ],
  "manifest_display_name" : "swiftui-frameless-window",
  "name" : "swiftui-frameless-window",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FramelessWindow",
      "targets" : [
        "FramelessWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestApp",
      "targets" : [
        "TestApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestApp",
      "module_type" : "SwiftTarget",
      "name" : "TestApp",
      "path" : "Sources/TestApp",
      "product_memberships" : [
        "TestApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "FramelessWindow"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FramelessWindow",
      "module_type" : "SwiftTarget",
      "name" : "FramelessWindow",
      "path" : "Sources/FramelessWindow",
      "product_dependencies" : [
        "WindowReference"
      ],
      "product_memberships" : [
        "FramelessWindow",
        "TestApp"
      ],
      "sources" : [
        "FramelessWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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/8] Write sources
[0/8] Write TestApp-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/11] Compiling WindowReference Environment.swift
[7/11] Emitting module WindowReference
[8/11] Compiling WindowReference WindowReference.swift
[9/13] Compiling FramelessWindow FramelessWindow.swift
[10/13] Emitting module FramelessWindow
[11/15] Compiling TestApp main.swift
[12/15] Emitting module TestApp
[12/15] Write Objects.LinkFileList
[13/15] Linking TestApp
[14/15] Applying TestApp
Build complete! (9.69s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftui-window-reference",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/astzweig/swiftui-window-reference"
    }
  ],
  "manifest_display_name" : "swiftui-frameless-window",
  "name" : "swiftui-frameless-window",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FramelessWindow",
      "targets" : [
        "FramelessWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestApp",
      "targets" : [
        "TestApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestApp",
      "module_type" : "SwiftTarget",
      "name" : "TestApp",
      "path" : "Sources/TestApp",
      "product_memberships" : [
        "TestApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "FramelessWindow"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FramelessWindow",
      "module_type" : "SwiftTarget",
      "name" : "FramelessWindow",
      "path" : "Sources/FramelessWindow",
      "product_dependencies" : [
        "WindowReference"
      ],
      "product_memberships" : [
        "FramelessWindow",
        "TestApp"
      ],
      "sources" : [
        "FramelessWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.