Build Information
Successful build of PillboxView, reference v0.1.6 (272f49
), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 00:04:27 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PillboxView -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Awesomeplayer165/PillboxView.git
Reference: v0.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Awesomeplayer165/PillboxView
* tag v0.1.6 -> FETCH_HEAD
HEAD is now at 272f498 Merge pull request #23 from Awesomeplayer165/Temporarily-Fix-Set-Crash
Cloned https://github.com/Awesomeplayer165/PillboxView.git
Revision (git rev-parse @):
272f498c75d1b3936adbd4f197f1836dc2cce001
SUCCESS checkout https://github.com/Awesomeplayer165/PillboxView.git at v0.1.6
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/Awesomeplayer165/PillboxView.git
https://github.com/Awesomeplayer165/PillboxView.git
{
"dependencies" : [
],
"manifest_display_name" : "PillboxView",
"name" : "PillboxView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PillboxView",
"targets" : [
"PillboxView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PillboxViewTests",
"module_type" : "SwiftTarget",
"name" : "PillboxViewTests",
"path" : "Tests/PillboxViewTests",
"sources" : [
"PillboxViewTests.swift"
],
"target_dependencies" : [
"PillboxView"
],
"type" : "test"
},
{
"c99name" : "PillboxView",
"module_type" : "SwiftTarget",
"name" : "PillboxView",
"path" : "Sources",
"product_memberships" : [
"PillboxView"
],
"sources" : [
"PillboxView/Conformance.swift",
"PillboxView/PillColors.swift",
"PillboxView/PillShowType.swift",
"PillboxView/PillView.swift",
"PillboxView/VisualTransitions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
PillboxView: /Users/admin/builder/spi-builder-workspace
resolved source packages: PillboxView
{
"dependencies" : [
],
"manifest_display_name" : "PillboxView",
"name" : "PillboxView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PillboxView",
"targets" : [
"PillboxView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PillboxViewTests",
"module_type" : "SwiftTarget",
"name" : "PillboxViewTests",
"path" : "Tests/PillboxViewTests",
"sources" : [
"PillboxViewTests.swift"
],
"target_dependencies" : [
"PillboxView"
],
"type" : "test"
},
{
"c99name" : "PillboxView",
"module_type" : "SwiftTarget",
"name" : "PillboxView",
"path" : "Sources",
"product_memberships" : [
"PillboxView"
],
"sources" : [
"PillboxView/Conformance.swift",
"PillboxView/PillColors.swift",
"PillboxView/PillShowType.swift",
"PillboxView/PillView.swift",
"PillboxView/VisualTransitions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"PillboxView"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PillboxView -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PillboxView -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
PillboxView: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'PillboxView' in project 'PillboxView'
➜ Explicit dependency on target 'PillboxView' in project 'PillboxView'
Target 'PillboxView' in project 'PillboxView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b0a7b243d15ff54b41a2cc5e58ba585d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b0a7b243d15ff54b41a2cc5e58ba585d.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.modulemap (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.DependencyStaticMetadataFileList (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.DependencyMetadataFileList (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftConstValuesFileList (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftFileList (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-OutputFileMap.json (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.LinkFileList (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_const_extract_protocols.json (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/PillboxView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.modulemap (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver PillboxView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PillboxView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PillShowType.swift /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillShowType.swift (in target 'PillboxView' from project 'PillboxView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillShowType.swift (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Conformance.swift /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/Conformance.swift (in target 'PillboxView' from project 'PillboxView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/Conformance.swift (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PillColors.swift /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillColors.swift (in target 'PillboxView' from project 'PillboxView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillColors.swift (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PillboxView (in target 'PillboxView' from project 'PillboxView')
EmitSwiftModule normal arm64 (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:17:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
public var pillView = UIView()
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:30:29: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
public private(set) var activityIndicator = UIActivityIndicatorView()
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:35:29: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
public private(set) var titleLabel = UILabel()
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:24:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dismiss(animated: Bool = true, completionHandler: (() -> Void)? = nil) {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func reveal(animated: Bool = true, completionHandler: (() -> Void)? = nil) {
^~~~
public
SwiftCompile normal arm64 Compiling\ PillView.swift /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift (in target 'PillboxView' from project 'PillboxView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:17:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
public var pillView = UIView()
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:30:29: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
public private(set) var activityIndicator = UIActivityIndicatorView()
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:35:29: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
public private(set) var titleLabel = UILabel()
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:204:18: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.frame = CGRect(x: Int(vcView.frame.midX), y: -300, width: width, height: height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:204:47: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
pillView.frame = CGRect(x: Int(vcView.frame.midX), y: -300, width: width, height: height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:205:18: warning: main actor-isolated property 'center' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.center.x = vcView.center.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:205:36: warning: main actor-isolated property 'center' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
pillView.center.x = vcView.center.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: property declared here
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:206:18: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.backgroundColor = UIColor.PillboxBackgroundColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:207:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.cornerRadius = 20
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:210:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowColor = UIColor.black.cgColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:211:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowOpacity = 0.1
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:212:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowOffset = .zero
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:213:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowRadius = 10
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:216:22: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
titleLabel = UILabel(frame: CGRect(x: 0,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:218:60: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
width: pillView.frame.width - 40,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:220:20: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.text = message
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:35:59: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) NSString *text; // default is nil
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:221:20: warning: main actor-isolated property 'textAlignment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.textAlignment = .center
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:56:48: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSTextAlignment textAlignment; // default is NSTextAlignmentNatural (before iOS 9, the default was NSTextAlignmentLeft)
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:222:20: warning: main actor-isolated property 'textColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.textColor = UIColor.PillboxTitleColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:37:59: note: mutation of this property is only permitted within the actor
@property(null_resettable, nonatomic,strong) UIColor *textColor UI_APPEARANCE_SELECTOR; // default is labelColor
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:223:20: warning: main actor-isolated property 'tag' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.tag = 1
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSInteger tag; // default is 0
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:226:29: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
activityIndicator = UIActivityIndicatorView(frame: CGRect(x: titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:27:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:226:81: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
activityIndicator = UIActivityIndicatorView(frame: CGRect(x: titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:228:84: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
width: (pillView.frame.width - 15) - titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:228:115: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
width: (pillView.frame.width - 15) - titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:230:27: warning: call to main actor-isolated instance method 'startAnimating()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
activityIndicator.startAnimating()
^
UIKit.UIActivityIndicatorView.startAnimating:2:22: note: calls to instance method 'startAnimating()' from outside of its actor context are implicitly asynchronous
@MainActor open func startAnimating()}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:232:25: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let imageView = UIImageView(frame: CGRect(x: titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:232:65: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let imageView = UIImageView(frame: CGRect(x: titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:234:68: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
width: (pillView.frame.width - 15) - titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:234:99: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
width: (pillView.frame.width - 15) - titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:237:19: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
imageView.isHidden = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isHidden) BOOL hidden; // default is NO. doesn't check superviews
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:238:19: warning: main actor-isolated property 'tintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
imageView.tintColor = tintColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:43:57: note: mutation of this property is only permitted within the actor
@property (null_resettable, nonatomic, strong) UIColor *tintColor API_AVAILABLE(ios(7.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:239:19: warning: main actor-isolated property 'tag' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
imageView.tag = 2
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSInteger tag; // default is 0
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:243:18: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
pillView.addSubview(titleLabel)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:244:18: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
pillView.addSubview(activityIndicator)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:245:18: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
pillView.addSubview(imageView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:247:16: warning: call to main actor-isolated class method 'animate(withDuration:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 1) {
^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:animations:)' from outside of its actor context are implicitly asynchronous
@MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:249:27: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.pillView.frame = CGRect(x: Int(vcView.frame.midX),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:249:56: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.pillView.frame = CGRect(x: Int(vcView.frame.midX),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:250:62: warning: main actor-isolated property 'hasNotch' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
y: UIDevice.current.hasNotch ? 45: 25 + (self.isNavigationControllerPresent ? 40 : 0),
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:342:18: note: property declared here
internal var hasNotch: Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:250:54: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
y: UIDevice.current.hasNotch ? 45: 25 + (self.isNavigationControllerPresent ? 40 : 0),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:253:27: warning: main actor-isolated property 'center' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.pillView.center.x = vcView.center.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:253:45: warning: main actor-isolated property 'center' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.pillView.center.x = vcView.center.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: property declared here
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:258:16: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
vcView.addSubview(pillView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:196:15: note: add '@MainActor' to make instance method 'showTask(message:vcView:tintColor:completionHandler:)' part of global actor 'MainActor'
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:286:18: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.frame = CGRect(x: 100, y: -300, width: width, height: height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:287:18: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.backgroundColor = UIColor.PillboxBackgroundColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:288:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.cornerRadius = 20
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:291:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowColor = UIColor.black.cgColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:292:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowOpacity = 0.1
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:293:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowOffset = .zero
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:294:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
pillView.layer.shadowRadius = 10
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:297:22: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
titleLabel = UILabel(frame: CGRect(x: 0, y: 11, width: pillView.frame.width - 40, height: 23))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:297:73: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel = UILabel(frame: CGRect(x: 0, y: 11, width: pillView.frame.width - 40, height: 23))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:298:20: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.text = message
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:35:59: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) NSString *text; // default is nil
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:299:20: warning: main actor-isolated property 'textAlignment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.textAlignment = .center
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:56:48: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSTextAlignment textAlignment; // default is NSTextAlignmentNatural (before iOS 9, the default was NSTextAlignmentLeft)
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:300:20: warning: main actor-isolated property 'textColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.textColor = UIColor.PillboxTitleColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:37:59: note: mutation of this property is only permitted within the actor
@property(null_resettable, nonatomic,strong) UIColor *textColor UI_APPEARANCE_SELECTOR; // default is labelColor
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:301:20: warning: main actor-isolated property 'tag' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
titleLabel.tag = 3
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSInteger tag; // default is 0
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:304:25: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let imageView = UIImageView(frame: CGRect(x: titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:304:65: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let imageView = UIImageView(frame: CGRect(x: titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:306:68: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
width: (pillView.frame.width - 15) - titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:306:99: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
width: (pillView.frame.width - 15) - titleLabel.frame.maxX,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:309:19: warning: main actor-isolated property 'tag' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
imageView.tag = 4
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:64: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSInteger tag; // default is 0
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:310:19: warning: main actor-isolated property 'image' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
imageView.image = errorSymbol
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:26:50: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, strong) UIImage *image; // default is nil
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:311:19: warning: main actor-isolated property 'tintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
imageView.tintColor = tintColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:43:57: note: mutation of this property is only permitted within the actor
@property (null_resettable, nonatomic, strong) UIColor *tintColor API_AVAILABLE(ios(7.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:315:18: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
pillView.addSubview(titleLabel)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:316:18: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
pillView.addSubview(imageView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:318:16: warning: call to main actor-isolated class method 'animate(withDuration:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 1) {
^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:animations:)' from outside of its actor context are implicitly asynchronous
@MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:319:27: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.pillView.frame = CGRect(x: 100,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:320:62: warning: main actor-isolated property 'hasNotch' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
y: UIDevice.current.hasNotch ? 45: 25 + (self.isNavigationControllerPresent ? 40 : 0),
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:342:18: note: property declared here
internal var hasNotch: Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:320:54: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
y: UIDevice.current.hasNotch ? 45: 25 + (self.isNavigationControllerPresent ? 40 : 0),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:323:27: warning: main actor-isolated property 'center' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.pillView.center.x = vcView.center.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:323:45: warning: main actor-isolated property 'center' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.pillView.center.x = vcView.center.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: property declared here
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:326:16: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
vcView.addSubview(pillView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:279:17: note: add '@MainActor' to make instance method 'showError(message:vcView:tintColor:timeToShow:completionHandler:)' part of global actor 'MainActor'
public func showError(message: String, vcView: UIView, tintColor: UIColor? = .systemRed, timeToShow: TimeInterval = 2, completionHandler: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:154:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
let titleLabel = pillView.viewWithTag(1) as? UILabel,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:154:34: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
let titleLabel = pillView.viewWithTag(1) as? UILabel,
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:175:44: warning: sending 'completionHandler' risks causing data races; this is an error in the Swift 6 language mode
if let completionHandler = completionHandler { completionHandler() }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:175:44: note: task-isolated 'completionHandler' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
if let completionHandler = completionHandler { completionHandler() }
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:247:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 1) {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:247:16: note: sending main actor-isolated value of non-Sendable type '() -> Void' to main actor-isolated class method 'animate(withDuration:animations:)' risks causing races in between main actor-isolated and main actor-isolated uses
UIView.animate(withDuration: 1) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:318:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 1) {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:318:16: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated class method 'animate(withDuration:animations:)' risks causing races in between task-isolated and main actor-isolated uses
UIView.animate(withDuration: 1) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:329:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self.dismiss()
~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:329:13: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.dismiss()
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:334:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self.titleLabel.removeFromSuperview()
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:334:13: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.titleLabel.removeFromSuperview()
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:336:40: warning: sending 'completionHandler' risks causing data races; this is an error in the Swift 6 language mode
if let completionHandler = completionHandler { completionHandler() }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/PillView.swift:336:40: note: task-isolated 'completionHandler' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
if let completionHandler = completionHandler { completionHandler() }
^~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ VisualTransitions.swift /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift (in target 'PillboxView' from project 'PillboxView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:24:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func dismiss(animated: Bool = true, completionHandler: (() -> Void)? = nil) {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func reveal(animated: Bool = true, completionHandler: (() -> Void)? = nil) {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:27:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self.pillView.frame = CGRect(x: self.pillView.frame.minX,
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:27:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.pillView.frame = CGRect(x: self.pillView.frame.minX,
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:32:44: warning: sending 'completionHandler' risks causing data races; this is an error in the Swift 6 language mode
if let completionHandler = completionHandler { completionHandler() }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:32:44: note: task-isolated 'completionHandler' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
if let completionHandler = completionHandler { completionHandler() }
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:47:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self.pillView.frame = CGRect(x: self.pillView.frame.minX,
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:47:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.pillView.frame = CGRect(x: self.pillView.frame.minX,
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:52:44: warning: sending 'completionHandler' risks causing data races; this is an error in the Swift 6 language mode
if let completionHandler = completionHandler { completionHandler() }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PillboxView/VisualTransitions.swift:52:44: note: task-isolated 'completionHandler' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
if let completionHandler = completionHandler { completionHandler() }
^~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Emitting module for PillboxView (in target 'PillboxView' from project 'PillboxView')
SwiftDriver\ Compilation\ Requirements PillboxView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PillboxView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/PillboxView-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-Swift.h (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/PillboxView-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftmodule (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftdoc (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.abi.json (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftsourceinfo (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PillShowType.swift (in target 'PillboxView' from project 'PillboxView')
SwiftDriverJobDiscovery normal arm64 Compiling Conformance.swift (in target 'PillboxView' from project 'PillboxView')
SwiftDriverJobDiscovery normal arm64 Compiling PillColors.swift (in target 'PillboxView' from project 'PillboxView')
SwiftDriverJobDiscovery normal arm64 Compiling VisualTransitions.swift (in target 'PillboxView' from project 'PillboxView')
SwiftDriverJobDiscovery normal arm64 Compiling PillView.swift (in target 'PillboxView' from project 'PillboxView')
SwiftDriver\ Compilation PillboxView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PillboxView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.o normal (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.o
ExtractAppIntentsMetadata (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PillboxView --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.PillboxView --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/PillboxView.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PillboxView.build/Debug-appletvos/PillboxView.build/Objects-normal/arm64/PillboxView.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 17:04:26.281 appintentsmetadataprocessor[712:4021] Starting appintentsmetadataprocessor export
2025-04-26 17:04:26.320 appintentsmetadataprocessor[712:4021] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.o (in target 'PillboxView' from project 'PillboxView')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PillboxView.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PillboxView",
"name" : "PillboxView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PillboxView",
"targets" : [
"PillboxView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PillboxViewTests",
"module_type" : "SwiftTarget",
"name" : "PillboxViewTests",
"path" : "Tests/PillboxViewTests",
"sources" : [
"PillboxViewTests.swift"
],
"target_dependencies" : [
"PillboxView"
],
"type" : "test"
},
{
"c99name" : "PillboxView",
"module_type" : "SwiftTarget",
"name" : "PillboxView",
"path" : "Sources",
"product_memberships" : [
"PillboxView"
],
"sources" : [
"PillboxView/Conformance.swift",
"PillboxView/PillColors.swift",
"PillboxView/PillShowType.swift",
"PillboxView/PillView.swift",
"PillboxView/VisualTransitions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.