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 YDS, reference main (87ceb1), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:21:47 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yourssu/YDS-iOS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yourssu/YDS-iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 87ceb1e [#268] CodeViewer HTML 및 뷰어 추가
Cloned https://github.com/yourssu/YDS-iOS.git
Revision (git rev-parse @):
87ceb1ebb8eb8dbaebadaad7689fc4771f244eeb
SUCCESS checkout https://github.com/yourssu/YDS-iOS.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yourssu/YDS-iOS.git
https://github.com/yourssu/YDS-iOS.git
{
  "dependencies" : [
    {
      "identity" : "panmodal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/slackhq/PanModal.git"
    },
    {
      "identity" : "snapkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SnapKit/SnapKit"
    },
    {
      "identity" : "parchment",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.7.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yourssu/Parchment"
    }
  ],
  "manifest_display_name" : "YDS",
  "name" : "YDS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "YDS",
      "targets" : [
        "YDS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "YDS-SwiftUI",
      "targets" : [
        "YDS-SwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YDS_SwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "YDS-SwiftUI",
      "path" : "YDS-SwiftUI/Source",
      "product_memberships" : [
        "YDS-SwiftUI"
      ],
      "sources" : [
        "Atom/YDSBadge.swift",
        "Atom/YDSBottomSheet.swift",
        "Atom/YDSBoxButton.swift",
        "Atom/YDSChip.swift",
        "Atom/YDSEmojiButton.swift",
        "Atom/YDSLabel.swift",
        "Atom/YDSPlainButton.swift",
        "Atom/YDSProfileImageView.swift",
        "Atom/YDSTextField/YDSPasswordTextField.swift",
        "Atom/YDSTextField/YDSSearchTextField.swift",
        "Atom/YDSTextField/YDSSimpleTextField.swift",
        "Atom/YDSTextField/YDSSuffixTextField.swift",
        "Atom/YDSTextField/YDSTextFieldBase.swift",
        "Atom/YDSTextField/YDSTextFieldProtocol.swift",
        "Atom/YDSTextView.swift",
        "Component/TopBar/YDSDoubleTitleTopBar.swift",
        "Component/TopBar/YDSSingleTitleTopBar.swift",
        "Component/TopBar/YDSTopBar.swift",
        "Component/TopBar/YDSTopBarIconButton.swift",
        "Component/YDSBottomBarController.swift",
        "Component/YDSList.swift",
        "Component/YDSListItem.swift",
        "Component/YDSToast.swift",
        "Exported.swift",
        "Foundation/YDSBasicColor.swift",
        "Foundation/YDSFont.swift",
        "Foundation/YDSIcon.swift",
        "Foundation/YDSItemColor.swift",
        "Foundation/YDSSemanticColor.swift",
        "Foundation/YDSTypoStyle.swift"
      ],
      "target_dependencies" : [
        "YDS-Essential"
      ],
      "type" : "library"
    },
    {
      "c99name" : "YDS_Essential",
      "module_type" : "SwiftTarget",
      "name" : "YDS-Essential",
      "path" : "YDS-Essential/Source",
      "product_memberships" : [
        "YDS",
        "YDS-SwiftUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/YDS-Essential/Source/Foundation/YDSBasicColor.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/YDS-Essential/Source/Foundation/YDSIcon.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "HapticManager.swift",
        "Rule/YDSAnimation.swift",
        "Rule/YDSConstant.swift",
        "Rule/YDSScreenSize.swift",
        "YDSBundle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "YDS",
      "module_type" : "SwiftTarget",
      "name" : "YDS",
      "path" : "YDS/Source",
      "product_dependencies" : [
        "PanModal",
        "SnapKit",
        "Parchment"
      ],
      "product_memberships" : [
        "YDS"
      ],
      "sources" : [
        "Atom/YDSBadge.swift",
        "Atom/YDSBottomSheet.swift",
        "Atom/YDSButton/YDSBoxButton.swift",
        "Atom/YDSButton/YDSButtonProtocol.swift",
        "Atom/YDSButton/YDSPlainButton.swift",
        "Atom/YDSCheckbox.swift",
        "Atom/YDSChip.swift",
        "Atom/YDSDivider.swift",
        "Atom/YDSEmojiButton.swift",
        "Atom/YDSIconView.swift",
        "Atom/YDSLabel.swift",
        "Atom/YDSProfileImageView.swift",
        "Atom/YDSSearchBar.swift",
        "Atom/YDSTextField/YDSPasswordTextField/YDSPasswordTextField.swift",
        "Atom/YDSTextField/YDSPasswordTextField/YDSPasswordTextFieldView.swift",
        "Atom/YDSTextField/YDSSearchTextField.swift",
        "Atom/YDSTextField/YDSSimpleTextField/YDSSimpleTextField.swift",
        "Atom/YDSTextField/YDSSimpleTextField/YDSSimpleTextFieldView.swift",
        "Atom/YDSTextField/YDSSuffixTextField/YDSSuffixTextField.swift",
        "Atom/YDSTextField/YDSSuffixTextField/YDSSuffixTextFieldView.swift",
        "Atom/YDSTextField/YDSTextField.swift",
        "Atom/YDSTextField/YDSTextFieldView.swift",
        "Atom/YDSTextView.swift",
        "Atom/YDSToggle.swift",
        "Component/List/YDSList.swift",
        "Component/List/YDSListItem.swift",
        "Component/List/YDSListToggleItem.swift",
        "Component/TopBar/UINavigationBar+Extension.swift",
        "Component/TopBar/YDSDoubleTitleTopBar.swift",
        "Component/TopBar/YDSNavigationController.swift",
        "Component/TopBar/YDSSingleTitleTopBar.swift",
        "Component/TopBar/YDSTopBar.swift",
        "Component/TopBar/YDSTopBarButton.swift",
        "Component/YDSBottomBarController.swift",
        "Component/YDSTabBarViewController.swift",
        "Component/YDSToast.swift",
        "Component/YDSTooltip.swift",
        "Exported.swift",
        "Extension/Optional+isEmpty.swift",
        "Extension/UIApplication+findWindow.swift",
        "Foundation/YDSBasicColor.swift",
        "Foundation/YDSFont.swift",
        "Foundation/YDSIcon.swift",
        "Foundation/YDSItemColor.swift",
        "Foundation/YDSSemanticColor.swift",
        "Foundation/YDSTypoStyle.swift",
        "SetNeeds.swift"
      ],
      "target_dependencies" : [
        "YDS-Essential"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/10] Write sources
[6/10] Copying PrivacyInfo.xcprivacy
[7/10] Copying YDSIcon.xcassets
[8/10] Copying YDSBasicColor.xcassets
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/66] Compiling PanModal DimmedView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/66] Compiling PanModal PanModalPresentable.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[13/66] Compiling PanModal PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[14/66] Compiling PanModal UIViewController+PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[15/66] Emitting module PanModal
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[16/67] Compiling PanModal PanModalPresentable+LayoutHelpers.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[17/67] Compiling PanModal PanModalPresentable+UIViewController.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[18/67] Compiling SnapKit ConstraintConfig.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[19/67] Compiling SnapKit ConstraintConstantTarget.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[20/67] Compiling SnapKit Constraint.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[21/67] Compiling SnapKit ConstraintAttributes.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[22/67] Compiling SnapKit ConstraintDSL.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[23/67] Compiling SnapKit ConstraintDescription.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[24/67] Compiling PanModal PanContainerView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
Fetching https://github.com/SnapKit/SnapKit
Fetching https://github.com/yourssu/Parchment
Fetching https://github.com/slackhq/PanModal.git
[1/4161] Fetching parchment
[2/6457] Fetching parchment, panmodal
[204/10698] Fetching parchment, panmodal, snapkit
Fetched https://github.com/slackhq/PanModal.git from cache (1.76s)
Fetched https://github.com/SnapKit/SnapKit from cache (1.76s)
Fetched https://github.com/yourssu/Parchment from cache (1.76s)
Computing version for https://github.com/yourssu/Parchment
Computed https://github.com/yourssu/Parchment at 3.7.2 (2.32s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.7.1 (0.42s)
Computing version for https://github.com/slackhq/PanModal.git
Computed https://github.com/slackhq/PanModal.git at 1.2.7 (0.53s)
Creating working copy for https://github.com/yourssu/Parchment
Working copy of https://github.com/yourssu/Parchment resolved at 3.7.2
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.7.1
Creating working copy for https://github.com/slackhq/PanModal.git
Working copy of https://github.com/slackhq/PanModal.git resolved at 1.2.7
warning: 'parchment': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Parchment/Parchment/Resources/Info.plist
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/57] Emitting module PanModal
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[3/57] Compiling SnapKit Constraint.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[4/57] Compiling SnapKit ConstraintAttributes.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[5/58] Compiling PanModal DimmedView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[6/58] Compiling PanModal UIViewController+PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[7/58] Compiling PanModal PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[8/58] Compiling PanModal PanModalPresentable+UIViewController.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[9/58] Compiling PanModal PanModalPresentable.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[10/58] Compiling PanModal PanModalPresentable+LayoutHelpers.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[11/58] Compiling SnapKit ConstraintDSL.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[12/58] Compiling SnapKit ConstraintDescription.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[13/58] Compiling SnapKit ConstraintConfig.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[14/58] Compiling SnapKit ConstraintConstantTarget.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[15/58] Compiling PanModal PanContainerView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
warning: 'parchment': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Parchment/Parchment/Resources/Info.plist
BUILD FAILURE 6.1 macosSpm