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 ComboPicker, reference main (d4fe11), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 05:43:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrAsterisco/ComboPicker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MrAsterisco/ComboPicker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d4fe112 Update gitignore
Cloned https://github.com/MrAsterisco/ComboPicker.git
Revision (git rev-parse @):
d4fe112d91e2f663fc24692457e4cd4b64c13e78
SUCCESS checkout https://github.com/MrAsterisco/ComboPicker.git at main
========================================
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": "combopicker",
      "name": "ComboPicker",
      "url": "https://github.com/MrAsterisco/ComboPicker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ComboPicker",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MrAsterisco/ComboPicker.git
[1/189] Fetching combopicker
Fetched https://github.com/MrAsterisco/ComboPicker.git from cache (1.23s)
Creating working copy for https://github.com/MrAsterisco/ComboPicker.git
Working copy of https://github.com/MrAsterisco/ComboPicker.git resolved at main (d4fe112)
warning: '.resolve-product-dependencies': dependency 'combopicker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MrAsterisco/ComboPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/12] Compiling ComboPicker NativePicker.swift
[4/13] Compiling ComboPicker ValueFormatterType.swift
[5/13] Compiling ComboPicker SmartPicker.swift
[6/13] Compiling ComboPicker KeyboardType.swift
[7/13] Compiling ComboPicker ComboPickerModel.swift
[8/13] Compiling ComboPicker ComboPickerMode.swift
[9/13] Compiling ComboPicker Constants.swift
[10/13] Compiling ComboPicker ManualInput.swift
[11/13] Emitting module ComboPicker
[12/13] Compiling ComboPicker ComboPicker.swift
[13/13] Compiling ComboPicker ComboBox.swift
Build complete! (18.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ComboPicker",
  "name" : "ComboPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ComboPicker",
      "targets" : [
        "ComboPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComboPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "ComboPickerTests",
      "path" : "Tests/ComboPickerTests",
      "sources" : [
        "ComboPickerTests.swift"
      ],
      "target_dependencies" : [
        "ComboPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComboPicker",
      "module_type" : "SwiftTarget",
      "name" : "ComboPicker",
      "path" : "Sources/ComboPicker",
      "product_memberships" : [
        "ComboPicker"
      ],
      "sources" : [
        "ComboPicker.swift",
        "Constants/Constants.swift",
        "Models/ComboPickerMode.swift",
        "Models/KeyboardType.swift",
        "Protocols/ComboPickerModel.swift",
        "Protocols/ValueFormatterType.swift",
        "Views/ManualInput.swift",
        "Views/SmartPicker.swift",
        "Views/iOS/NativePicker.swift",
        "Views/macOS/ComboBox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.