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 OnboardingUI, reference main (c7081f), with Swift 6.0 for macOS (SPM) on 3 Apr 2025 06:17:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/OnboardingUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KC-2001MS/OnboardingUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c7081f4 Addressing errors in concurrent sheet launches
Cloned https://github.com/KC-2001MS/OnboardingUI.git
Revision (git rev-parse @):
c7081f47f55dd4a16de93ad34a7b23bc7d4e9a44
SUCCESS checkout https://github.com/KC-2001MS/OnboardingUI.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2050] Fetching swift-docc-plugin
[227/5413] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.22s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
========================================
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": "onboardingui",
      "name": "OnboardingUI",
      "url": "https://github.com/KC-2001MS/OnboardingUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OnboardingUI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/KC-2001MS/OnboardingUI.git
[1/36034] Fetching onboardingui
Fetched https://github.com/KC-2001MS/OnboardingUI.git from cache (4.16s)
Creating working copy for https://github.com/KC-2001MS/OnboardingUI.git
Working copy of https://github.com/KC-2001MS/OnboardingUI.git resolved at main (c7081f4)
warning: '.resolve-product-dependencies': dependency 'onboardingui' 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/KC-2001MS/OnboardingUI.git
https://github.com/KC-2001MS/OnboardingUI.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "OnboardingUI",
  "name" : "OnboardingUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "OnboardingUI",
      "targets" : [
        "OnboardingUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OnboardingUITests",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingUITests",
      "path" : "Tests/OnboardingUITests",
      "sources" : [
        "OnboardingUITests.swift"
      ],
      "target_dependencies" : [
        "OnboardingUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OnboardingUI",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingUI",
      "path" : "Sources/OnboardingUI",
      "product_memberships" : [
        "OnboardingUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Processing/AppVersionManager.swift",
        "Processing/FeatureBuilder.swift",
        "Processing/Onboarding.swift",
        "Processing/Preview.swift",
        "UI/Modifier/ColorButtonStyle.swift",
        "UI/Modifier/DismissButtonStyle.swift",
        "UI/Modifier/OnboardingSheet.swift",
        "UI/Modifier/OnboardingTextFormatting.swift",
        "UI/View/OnboardingCardView.swift",
        "UI/View/OnboardingSheetView.swift",
        "UI/View/Parts/OnboardingButton.swift",
        "UI/View/Parts/OnboardingContent.swift",
        "UI/View/Parts/OnboardingItem.swift",
        "UI/View/Parts/OnboardingSubtitle.swift",
        "UI/View/Parts/OnboardingTitle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[3/6] Copying Info.plist
[4/6] Copying Localizable.xcstrings
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/22] Compiling OnboardingUI OnboardingTitle.swift
[8/23] Compiling OnboardingUI OnboardingSubtitle.swift
[9/23] Compiling OnboardingUI OnboardingItem.swift
[10/23] Compiling OnboardingUI OnboardingSheet.swift
[11/23] Compiling OnboardingUI OnboardingTextFormatting.swift
[12/23] Compiling OnboardingUI OnboardingButton.swift
[13/23] Compiling OnboardingUI OnboardingContent.swift
[14/23] Compiling OnboardingUI OnboardingCardView.swift
[15/23] Compiling OnboardingUI OnboardingSheetView.swift
[16/23] Compiling OnboardingUI ColorButtonStyle.swift
[17/23] Compiling OnboardingUI DismissButtonStyle.swift
[18/23] Compiling OnboardingUI Onboarding.swift
[19/23] Compiling OnboardingUI Preview.swift
[20/23] Emitting module OnboardingUI
[21/23] Compiling OnboardingUI AppVersionManager.swift
[22/23] Compiling OnboardingUI FeatureBuilder.swift
[23/23] Compiling OnboardingUI resource_bundle_accessor.swift
Build complete! (31.48s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/PrivacyInfo.xcprivacy
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "OnboardingUI",
  "name" : "OnboardingUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "OnboardingUI",
      "targets" : [
        "OnboardingUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OnboardingUITests",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingUITests",
      "path" : "Tests/OnboardingUITests",
      "sources" : [
        "OnboardingUITests.swift"
      ],
      "target_dependencies" : [
        "OnboardingUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OnboardingUI",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingUI",
      "path" : "Sources/OnboardingUI",
      "product_memberships" : [
        "OnboardingUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Processing/AppVersionManager.swift",
        "Processing/FeatureBuilder.swift",
        "Processing/Onboarding.swift",
        "Processing/Preview.swift",
        "UI/Modifier/ColorButtonStyle.swift",
        "UI/Modifier/DismissButtonStyle.swift",
        "UI/Modifier/OnboardingSheet.swift",
        "UI/Modifier/OnboardingTextFormatting.swift",
        "UI/View/OnboardingCardView.swift",
        "UI/View/OnboardingSheetView.swift",
        "UI/View/Parts/OnboardingButton.swift",
        "UI/View/Parts/OnboardingContent.swift",
        "UI/View/Parts/OnboardingItem.swift",
        "UI/View/Parts/OnboardingSubtitle.swift",
        "UI/View/Parts/OnboardingTitle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.