Build Information
Failed to build Rswift, reference 7.8.0 (a9abc6
), with Swift 5.10 for Linux on 5 Nov 2024 17:42:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-cain13/R.swift.git
Reference: 7.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mac-cain13/R.swift
* tag 7.8.0 -> FETCH_HEAD
HEAD is now at a9abc6b Update github workflow
Cloned https://github.com/mac-cain13/R.swift.git
Revision (git rev-parse @):
a9abc6b0afe0fc4a5a71e1d7d2872143dff2d2f1
SUCCESS checkout https://github.com/mac-cain13/R.swift.git at 7.8.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/mac-cain13/R.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tomlokhorst/XcodeEdit
[1/1199] Fetching xcodeedit
[1200/13552] Fetching xcodeedit, swift-argument-parser
Fetched https://github.com/tomlokhorst/XcodeEdit from cache (0.65s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.66s)
Computing version for https://github.com/tomlokhorst/XcodeEdit
Computed https://github.com/tomlokhorst/XcodeEdit at 2.11.1 (0.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.36s)
Creating working copy for https://github.com/tomlokhorst/XcodeEdit
Working copy of https://github.com/tomlokhorst/XcodeEdit resolved at 2.11.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin RswiftGenerateInternalResources
[3/3] Compiling plugin RswiftGeneratePublicResources
[4/4] Compiling plugin RswiftGenerateResourcesCommand
[5/5] Compiling plugin RswiftModifyXcodePackages
Building for debugging...
[5/22] Write sources
[12/22] Write swift-version-24593BA9C3E375BF.txt
[14/62] Emitting module ArgumentParserToolInfo
[15/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/63] Wrapping AST for ArgumentParserToolInfo for debugging
[18/101] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[19/101] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[20/101] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[21/101] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[22/101] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[23/101] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[24/101] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[25/101] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[26/105] Compiling ArgumentParser InputKey.swift
[27/105] Compiling ArgumentParser InputOrigin.swift
[28/105] Compiling ArgumentParser Name.swift
[29/105] Compiling ArgumentParser Parsed.swift
[30/105] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[31/105] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[32/105] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[33/105] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[34/105] Compiling ArgumentParser ExpressibleByArgument.swift
[35/105] Compiling ArgumentParser ParsableArguments.swift
[36/105] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/105] Compiling ArgumentParser ParsableCommand.swift
[38/105] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[39/105] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[40/105] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[41/105] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[42/105] Emitting module ArgumentParser
[43/108] Compiling XcodeEdit XCProjectFile+Rswift.swift
[44/111] Compiling XcodeEdit Serialization.swift
/host/spi-builder-workspace/.build/checkouts/XcodeEdit/Sources/XcodeEdit/Serialization.swift:44:44: error: extra arguments at positions #2, #4 in call
_ = JSONSerialization.writeJSONObject(fields, to: outputStream, options: [.sortedKeys], error: &error)
^
Foundation.JSONSerialization:5:21: note: 'writeJSONObject(_:toStream:options:)' declared here
open class func writeJSONObject(_ obj: Any, toStream stream: OutputStream, options opt: JSONSerialization.WritingOptions) throws -> Int
^
/host/spi-builder-workspace/.build/checkouts/XcodeEdit/Sources/XcodeEdit/Serialization.swift:44:51: error: missing argument for parameter 'toStream' in call
_ = JSONSerialization.writeJSONObject(fields, to: outputStream, options: [.sortedKeys], error: &error)
^
, toStream: <#OutputStream#>
Foundation.JSONSerialization:5:21: note: 'writeJSONObject(_:toStream:options:)' declared here
open class func writeJSONObject(_ obj: Any, toStream stream: OutputStream, options opt: JSONSerialization.WritingOptions) throws -> Int
^
[45/111] Emitting module RswiftResources
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:12:14: warning: associated value 'hosting' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case hosting(Bundle)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case selected(Bundle, Locale)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Locale'
case selected(Bundle, Locale)
^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[46/111] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[47/111] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[48/111] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/111] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[50/111] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/111] Compiling XcodeEdit PBXObject+Fields.swift
[52/111] Compiling XcodeEdit PBXIdentifier.swift
[53/111] Compiling XcodeEdit Extensions.swift
[54/111] Emitting module XcodeEdit
[55/111] Compiling XcodeEdit AllObjects.swift
[56/111] Compiling XcodeEdit PBXObject.swift
[63/111] Compiling XcodeEdit XCProjectFile.swift
error: fatalError
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:12:14: warning: associated value 'hosting' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case hosting(Bundle)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case selected(Bundle, Locale)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Locale'
case selected(Bundle, Locale)
^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
BUILD FAILURE 5.10 linux