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

Failed to build OnboardingUI, reference main (a190b7), with Swift 5.10 for macOS (SPM) on 6 Aug 2024 21:08:41 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
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 a190b7b Add files
Cloned https://github.com/KC-2001MS/OnboardingUI.git
Revision (git rev-parse @):
a190b7b18caed2788392863dee39a9ef4b18736f
SUCCESS checkout https://github.com/KC-2001MS/OnboardingUI.git at main
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/1610] Fetching swift-docc-plugin
[645/13111] Fetching swift-docc-plugin, swift-testing
[1086/16151] Fetching swift-docc-plugin, swift-testing, swift-docc-symbolkit
[6285/79809] Fetching swift-docc-plugin, swift-testing, swift-docc-symbolkit, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.11s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.11s)
Fetched https://github.com/apple/swift-testing.git from cache (5.11s)
Computing version for https://github.com/apple/swift-testing.git
Fetched https://github.com/apple/swift-docc-symbolkit from cache (5.11s)
Computed https://github.com/apple/swift-testing.git at 0.10.0 (0.55s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (3.06s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.0-prerelease-2024-06-12 (0.69s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.0-prerelease-2024-06-12
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit 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": "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/35930] Fetching onboardingui
Fetched https://github.com/KC-2001MS/OnboardingUI.git from cache (10.10s)
Creating working copy for https://github.com/KC-2001MS/OnboardingUI.git
Working copy of https://github.com/KC-2001MS/OnboardingUI.git resolved at main (a190b7b)
warning: '.resolve-product-dependencies': dependency 'onboardingui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/KC-2001MS/OnboardingUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/19] Emitting module OnboardingUI
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:69:16: error: extensions must not contain stored properties
    @Entry var appVersionManager: AppVersionManager = AppVersionManager()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:69:6: error: unknown attribute 'Entry'
    @Entry var appVersionManager: AppVersionManager = AppVersionManager()
     ^
[6/20] Compiling OnboardingUI OnboardingSubtitle.swift
[7/20] Compiling OnboardingUI OnboardingContent.swift
[8/20] Compiling OnboardingUI OnboardingButton.swift
[9/20] Compiling OnboardingUI OnboardingCardView.swift
[10/20] Compiling OnboardingUI OnboardingSheetView.swift
[11/20] Compiling OnboardingUI Onboarding.swift
[12/20] Compiling OnboardingUI Preview.swift
[13/20] Compiling OnboardingUI ColorButtonStyle.swift
[14/20] Compiling OnboardingUI DismissButtonStyle.swift
[15/20] Compiling OnboardingUI OnboardingSheet.swift
[16/20] Compiling OnboardingUI OnboardingTextFormatting.swift
[17/20] Compiling OnboardingUI OnboardingItem.swift
[18/20] Compiling OnboardingUI AppVersionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:69:16: error: extensions must not contain stored properties
    @Entry var appVersionManager: AppVersionManager = AppVersionManager()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:69:6: error: unknown attribute 'Entry'
    @Entry var appVersionManager: AppVersionManager = AppVersionManager()
     ^
[19/20] Compiling OnboardingUI Functions.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:69:16: error: extensions must not contain stored properties
    @Entry var appVersionManager: AppVersionManager = AppVersionManager()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:69:6: error: unknown attribute 'Entry'
    @Entry var appVersionManager: AppVersionManager = AppVersionManager()
     ^
[20/20] Compiling OnboardingUI OnboardingTitle.swift
error: fatalError
warning: 'spi-builder-workspace': found 2 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
    /Users/admin/builder/spi-builder-workspace/Sources/OnboardingUI/Localizable.xcstrings
BUILD FAILURE 5.10 macosSpm