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 CocoaCompose, reference v0.7.0 (9653b0), with Swift 6.1 for macOS (SPM) on 1 May 2025 01:07:27 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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PasiSalenius/CocoaCompose.git
Reference: v0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PasiSalenius/CocoaCompose
 * tag               v0.7.0     -> FETCH_HEAD
HEAD is now at 9653b0b Fix setting item stack distribution in preference section.
Cloned https://github.com/PasiSalenius/CocoaCompose.git
Revision (git rev-parse @):
9653b0b6b46803bd8b23b55dea3a9e7156a7de18
SUCCESS checkout https://github.com/PasiSalenius/CocoaCompose.git at v0.7.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": "cocoacompose",
      "name": "CocoaCompose",
      "url": "https://github.com/PasiSalenius/CocoaCompose.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CocoaCompose",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PasiSalenius/CocoaCompose.git
[1/873] Fetching cocoacompose
Fetched https://github.com/PasiSalenius/CocoaCompose.git from cache (1.11s)
Creating working copy for https://github.com/PasiSalenius/CocoaCompose.git
Working copy of https://github.com/PasiSalenius/CocoaCompose.git resolved at v0.7.0 (9653b0b)
warning: '.resolve-product-dependencies': dependency 'cocoacompose' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PasiSalenius/CocoaCompose.git
https://github.com/PasiSalenius/CocoaCompose.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "CocoaCompose",
  "name" : "CocoaCompose",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CocoaCompose",
      "targets" : [
        "CocoaCompose"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CocoaComposeTests",
      "module_type" : "SwiftTarget",
      "name" : "CocoaComposeTests",
      "path" : "Tests/CocoaComposeTests",
      "sources" : [
        "CocoaComposeTests.swift"
      ],
      "target_dependencies" : [
        "CocoaCompose"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CocoaCompose",
      "module_type" : "SwiftTarget",
      "name" : "CocoaCompose",
      "path" : "Sources/CocoaCompose",
      "product_memberships" : [
        "CocoaCompose"
      ],
      "sources" : [
        "Components/Box.swift",
        "Components/Button.swift",
        "Components/CalendarPicker.swift",
        "Components/Checkbox.swift",
        "Components/ClockPicker.swift",
        "Components/ColorWell.swift",
        "Components/DatePicker.swift",
        "Components/FontPicker.swift",
        "Components/Image.swift",
        "Components/Label.swift",
        "Components/Level.swift",
        "Components/PopUp.swift",
        "Components/Radio.swift",
        "Components/ScrollView.swift",
        "Components/Separator.swift",
        "Components/Slider.swift",
        "Components/Switch.swift",
        "Components/Tabs.swift",
        "Components/TextField.swift",
        "Components/TextView.swift",
        "Components/TimePicker.swift",
        "Extensions/NSStackView+Extensions.swift",
        "Extensions/NSView+Extensions.swift",
        "Preferences/PreferenceBlock.swift",
        "Preferences/PreferenceButtonSection.swift",
        "Preferences/PreferenceGroup.swift",
        "Preferences/PreferenceList.swift",
        "Preferences/PreferenceSection.swift",
        "Utils/ConstrainingStackView.swift",
        "Utils/FlippedClipView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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/30] Emitting module CocoaCompose
[4/33] Compiling CocoaCompose PreferenceSection.swift
[5/33] Compiling CocoaCompose ConstrainingStackView.swift
[6/33] Compiling CocoaCompose FlippedClipView.swift
[7/33] Compiling CocoaCompose PreferenceButtonSection.swift
[8/33] Compiling CocoaCompose PreferenceGroup.swift
[9/33] Compiling CocoaCompose PreferenceList.swift
[10/33] Compiling CocoaCompose Radio.swift
[11/33] Compiling CocoaCompose ScrollView.swift
[12/33] Compiling CocoaCompose Separator.swift
[13/33] Compiling CocoaCompose NSStackView+Extensions.swift
[14/33] Compiling CocoaCompose NSView+Extensions.swift
[15/33] Compiling CocoaCompose PreferenceBlock.swift
[16/33] Compiling CocoaCompose TextField.swift
[17/33] Compiling CocoaCompose TextView.swift
[18/33] Compiling CocoaCompose TimePicker.swift
[19/33] Compiling CocoaCompose Slider.swift
[20/33] Compiling CocoaCompose Switch.swift
[21/33] Compiling CocoaCompose Tabs.swift
[22/33] Compiling CocoaCompose Label.swift
[23/33] Compiling CocoaCompose Level.swift
[24/33] Compiling CocoaCompose PopUp.swift
[25/33] Compiling CocoaCompose Checkbox.swift
[26/33] Compiling CocoaCompose ClockPicker.swift
[27/33] Compiling CocoaCompose ColorWell.swift
[28/33] Compiling CocoaCompose DatePicker.swift
[29/33] Compiling CocoaCompose FontPicker.swift
[30/33] Compiling CocoaCompose Image.swift
[31/33] Compiling CocoaCompose Box.swift
[32/33] Compiling CocoaCompose Button.swift
[33/33] Compiling CocoaCompose CalendarPicker.swift
Build complete! (8.68s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "CocoaCompose",
  "name" : "CocoaCompose",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CocoaCompose",
      "targets" : [
        "CocoaCompose"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CocoaComposeTests",
      "module_type" : "SwiftTarget",
      "name" : "CocoaComposeTests",
      "path" : "Tests/CocoaComposeTests",
      "sources" : [
        "CocoaComposeTests.swift"
      ],
      "target_dependencies" : [
        "CocoaCompose"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CocoaCompose",
      "module_type" : "SwiftTarget",
      "name" : "CocoaCompose",
      "path" : "Sources/CocoaCompose",
      "product_memberships" : [
        "CocoaCompose"
      ],
      "sources" : [
        "Components/Box.swift",
        "Components/Button.swift",
        "Components/CalendarPicker.swift",
        "Components/Checkbox.swift",
        "Components/ClockPicker.swift",
        "Components/ColorWell.swift",
        "Components/DatePicker.swift",
        "Components/FontPicker.swift",
        "Components/Image.swift",
        "Components/Label.swift",
        "Components/Level.swift",
        "Components/PopUp.swift",
        "Components/Radio.swift",
        "Components/ScrollView.swift",
        "Components/Separator.swift",
        "Components/Slider.swift",
        "Components/Switch.swift",
        "Components/Tabs.swift",
        "Components/TextField.swift",
        "Components/TextView.swift",
        "Components/TimePicker.swift",
        "Extensions/NSStackView+Extensions.swift",
        "Extensions/NSView+Extensions.swift",
        "Preferences/PreferenceBlock.swift",
        "Preferences/PreferenceButtonSection.swift",
        "Preferences/PreferenceGroup.swift",
        "Preferences/PreferenceList.swift",
        "Preferences/PreferenceSection.swift",
        "Utils/ConstrainingStackView.swift",
        "Utils/FlippedClipView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.