This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 SettingsViewController with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.25.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugenebokhan/settings-view-controller.git
Reference: 0.2.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/eugenebokhan/settings-view-controller
 * tag               0.2.5      -> FETCH_HEAD
HEAD is now at f17fb81 Merge branch 'master' of github.com:eugenebokhan/settings-view-controller
Cloned https://github.com/eugenebokhan/settings-view-controller.git
Revision (git rev-parse @):
f17fb81a62a6e314a19aaefda7f0aab58bc36c32
SUCCESS checkout https://github.com/eugenebokhan/settings-view-controller.git at 0.2.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/33] Compiling SnapKit ConstraintMakerPriortizable.swift
[2/33] Compiling SnapKit ConstraintMakerRelatable.swift
[3/33] Compiling SnapKit ConstraintMultiplierTarget.swift
[4/33] Compiling SnapKit ConstraintOffsetTarget.swift
[5/37] Compiling SnapKit ConstraintPriority.swift
[6/37] Compiling SnapKit ConstraintPriorityTarget.swift
[7/37] Compiling SnapKit ConstraintRelatableTarget.swift
[8/37] Compiling SnapKit ConstraintRelation.swift
[9/37] Compiling SnapKit ConstraintDescription.swift
[10/37] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
[11/37] Compiling SnapKit ConstraintDirectionalInsets.swift
[12/37] Compiling SnapKit ConstraintInsetTarget.swift
[13/37] Compiling SnapKit ConstraintInsets.swift
[14/37] Compiling SnapKit ConstraintView+Extensions.swift
[15/37] Compiling SnapKit ConstraintView.swift
[16/37] Compiling SnapKit ConstraintViewDSL.swift
[17/37] Compiling SnapKit Debugging.swift
[18/37] Compiling SnapKit ConstraintItem.swift
[19/37] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
[20/37] Compiling SnapKit ConstraintLayoutGuide.swift
[21/37] Compiling SnapKit ConstraintLayoutGuideDSL.swift
[22/37] Compiling SnapKit ConstraintLayoutSupport.swift
[23/37] Compiling SnapKit ConstraintLayoutSupportDSL.swift
[24/37] Compiling SnapKit ConstraintMaker.swift
[25/37] Compiling SnapKit ConstraintMakerEditable.swift
[26/37] Compiling SnapKit ConstraintMakerExtendable.swift
[27/37] Compiling SnapKit ConstraintMakerFinalizable.swift
[28/37] Emitting module SnapKit
[29/37] Compiling SnapKit Constraint.swift
[30/37] Compiling SnapKit ConstraintAttributes.swift
[31/37] Compiling SnapKit ConstraintConfig.swift
[32/37] Compiling SnapKit ConstraintConstantTarget.swift
[33/37] Compiling SnapKit ConstraintDSL.swift
[34/37] Compiling SnapKit LayoutConstraint.swift
[35/37] Compiling SnapKit LayoutConstraintItem.swift
[36/37] Compiling SnapKit Typealiases.swift
[37/37] Compiling SnapKit UILayoutSupport+Extensions.swift
[38/49] Compiling SettingsViewController TextSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[39/50] Compiling SettingsViewController SettingsViewController.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[40/50] Compiling SettingsViewController SettingsTableViewController.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[41/50] Compiling SettingsViewController SelectionSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[42/50] Compiling SettingsViewController Setting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[43/50] Compiling SettingsViewController BoolSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[44/50] Compiling SettingsViewController FloatSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/50] Emitting module SettingsViewController
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[46/50] Compiling SettingsViewController BoolSettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[47/50] Compiling SettingsViewController FloatSettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[48/50] Compiling SettingsViewController SelectionSettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[49/50] Compiling SettingsViewController SettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[50/50] Compiling SettingsViewController TableView+Extensions.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
Fetching https://github.com/snapkit/snapkit.git from cache
Fetched https://github.com/snapkit/snapkit.git (0.23s)
Computing version for https://github.com/snapkit/snapkit.git
Computed https://github.com/snapkit/snapkit.git at 5.0.1 (0.30s)
Creating working copy for https://github.com/snapkit/snapkit.git
Working copy of https://github.com/snapkit/snapkit.git resolved at 5.0.1
[0/1] Planning build
Building for debugging...
[1/12] Compiling SettingsViewController TextSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/13] Emitting module SettingsViewController
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/13] Compiling SettingsViewController SettingsViewController.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/13] Compiling SettingsViewController SettingsTableViewController.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/13] Compiling SettingsViewController SelectionSettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/13] Compiling SettingsViewController SettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/13] Compiling SettingsViewController BoolSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/13] Compiling SettingsViewController FloatSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/13] Compiling SettingsViewController BoolSettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/13] Compiling SettingsViewController FloatSettingCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/13] Compiling SettingsViewController SelectionSetting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/13] Compiling SettingsViewController Setting.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/13] Compiling SettingsViewController TableView+Extensions.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SettingsViewController/SettingCell/BoolSettingCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.