Build Information
Failed to build swift-experimental-string-processing, reference main (bc1397), with Swift 6.1 for macOS (SPM) on 20 Apr 2026 07:50:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-experimental-string-processing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/swift-experimental-string-processing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bc1397a Fix a concatenation coalescing issue (#859)
Cloned https://github.com/swiftlang/swift-experimental-string-processing.git
Revision (git rev-parse @):
bc1397a0113e1943d9ed77aebafe5bfbada30a70
SUCCESS checkout https://github.com/swiftlang/swift-experimental-string-processing.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftlang/swift-experimental-string-processing.git
https://github.com/swiftlang/swift-experimental-string-processing.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "swift-experimental-string-processing",
"name" : "swift-experimental-string-processing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "_StringProcessing",
"targets" : [
"_StringProcessing"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_RegexParser",
"targets" : [
"_RegexParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VariadicsGenerator",
"targets" : [
"VariadicsGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "RegexBenchmark",
"targets" : [
"RegexBenchmark"
],
"type" : {
"executable" : null
}
},
{
"name" : "RegexTester",
"targets" : [
"RegexTester"
],
"type" : {
"executable" : null
}
},
{
"name" : "PatternConverter",
"targets" : [
"PatternConverter"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "_StringProcessing",
"module_type" : "SwiftTarget",
"name" : "_StringProcessing",
"path" : "Sources/_StringProcessing",
"product_memberships" : [
"_StringProcessing",
"RegexBenchmark",
"RegexTester",
"PatternConverter"
],
"sources" : [
"Algorithms/Algorithms/Contains.swift",
"Algorithms/Algorithms/FirstRange.swift",
"Algorithms/Algorithms/Ranges.swift",
"Algorithms/Algorithms/Replace.swift",
"Algorithms/Algorithms/Split.swift",
"Algorithms/Algorithms/StartsWith.swift",
"Algorithms/Algorithms/SubstringSearcher.swift",
"Algorithms/Algorithms/Trim.swift",
"Algorithms/Consumers/CollectionConsumer.swift",
"Algorithms/Consumers/FixedPatternConsumer.swift",
"Algorithms/Matching/FirstMatch.swift",
"Algorithms/Matching/MatchReplace.swift",
"Algorithms/Matching/MatchResult.swift",
"Algorithms/Matching/Matches.swift",
"Algorithms/Matching/MatchingCollectionSearcher.swift",
"Algorithms/Searchers/CollectionSearcher.swift",
"Algorithms/Searchers/ZSearcher.swift",
"ByteCodeGen+DSLList.swift",
"ByteCodeGen.swift",
"Capture.swift",
"Compiler.swift",
"ConsumerInterface.swift",
"Engine/Backtracking.swift",
"Engine/InstPayload.swift",
"Engine/Instruction.swift",
"Engine/MEBuilder.swift",
"Engine/MEBuiltins.swift",
"Engine/MECapture.swift",
"Engine/MEProgram.swift",
"Engine/MEQuantify.swift",
"Engine/Metrics.swift",
"Engine/Processor.swift",
"Engine/Registers.swift",
"Engine/Structuralize.swift",
"Engine/Tracing.swift",
"Executor.swift",
"LiteralPrinter.swift",
"MatchingOptions.swift",
"Optimizations/AutoPossessification.swift",
"PrintAsPattern.swift",
"Regex/ASTConversion.swift",
"Regex/AnyRegexOutput.swift",
"Regex/Core.swift",
"Regex/CustomComponents.swift",
"Regex/DSLList.swift",
"Regex/DSLTree.swift",
"Regex/Match.swift",
"Regex/Options.swift",
"Unicode/ASCII.swift",
"Unicode/CaseConversion.swift",
"Unicode/CharacterProps.swift",
"Unicode/Comparison.swift",
"Unicode/Decoding.swift",
"Unicode/Encodings.swift",
"Unicode/Formatting.swift",
"Unicode/NFC.swift",
"Unicode/NecessaryEvils.swift",
"Unicode/NumberParsing.swift",
"Unicode/ScalarProps.swift",
"Unicode/Transcoding.swift",
"Unicode/UCD.swift",
"Unicode/Validation.swift",
"Unicode/WordBreaking.swift",
"Utility/ASTBuilder.swift",
"Utility/AsciiBitset.swift",
"Utility/Misc.swift",
"Utility/Protocols.swift",
"Utility/RegexFactory.swift",
"Utility/Traced.swift",
"Utility/TypeVerification.swift",
"Utility/TypedIndex.swift",
"Utility/TypedInt.swift",
"_CharacterClassModel.swift"
],
"target_dependencies" : [
"_RegexParser",
"_CUnicode"
],
"type" : "library"
},
{
"c99name" : "_RegexParser",
"module_type" : "SwiftTarget",
"name" : "_RegexParser",
"path" : "Sources/_RegexParser",
"product_memberships" : [
"_StringProcessing",
"_RegexParser",
"RegexBenchmark",
"RegexTester",
"PatternConverter"
],
"sources" : [
"Regex/AST/AST.swift",
"Regex/AST/ASTAction.swift",
"Regex/AST/ASTProtocols.swift",
"Regex/AST/Atom.swift",
"Regex/AST/Conditional.swift",
"Regex/AST/CustomCharClass.swift",
"Regex/AST/Group.swift",
"Regex/AST/MatchingOptions.swift",
"Regex/AST/Quantification.swift",
"Regex/Parse/CaptureList.swift",
"Regex/Parse/CaptureStructure.swift",
"Regex/Parse/CharacterPropertyClassification.swift",
"Regex/Parse/CompilerInterface.swift",
"Regex/Parse/DelimiterLexing.swift",
"Regex/Parse/Diagnostics.swift",
"Regex/Parse/LexicalAnalysis.swift",
"Regex/Parse/Parse.swift",
"Regex/Parse/Sema.swift",
"Regex/Parse/Source.swift",
"Regex/Parse/SourceLocation.swift",
"Regex/Parse/SyntaxOptions.swift",
"Regex/Printing/DumpAST.swift",
"Regex/Printing/PrettyPrinter.swift",
"Regex/Printing/PrintAsCanonical.swift",
"Regex/Printing/RenderRanges.swift",
"Regex/TreeProtocols.swift",
"Utility/AllScalars.swift",
"Utility/Errors.swift",
"Utility/Misc.swift",
"Utility/MissingUnicode.swift",
"Utility/TypeConstruction.swift"
],
"type" : "library"
},
{
"c99name" : "_CUnicode",
"module_type" : "ClangTarget",
"name" : "_CUnicode",
"path" : "Sources/_CUnicode",
"product_memberships" : [
"_StringProcessing",
"RegexBenchmark",
"RegexTester",
"PatternConverter"
],
"sources" : [
"UnicodeData.c",
"UnicodeScalarProps.c"
],
"type" : "library"
},
{
"c99name" : "VariadicsGenerator",
"module_type" : "SwiftTarget",
"name" : "VariadicsGenerator",
"path" : "Sources/VariadicsGenerator",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"VariadicsGenerator"
],
"sources" : [
"VariadicsGenerator.swift"
],
"type" : "executable"
},
{
"c99name" : "TestSupport",
"module_type" : "SwiftTarget",
"name" : "TestSupport",
"path" : "Sources/TestSupport",
"sources" : [
"TestSupport.swift"
],
"type" : "library"
},
{
"c99name" : "RegexTests",
"module_type" : "SwiftTarget",
"name" : "RegexTests",
"path" : "Tests/RegexTests",
"sources" : [
"AlgorithmsInternalsTests.swift",
"AlgorithmsTests.swift",
"AllScalarsTests.swift",
"AnyRegexOutputTests.swift",
"CaptureTests.swift",
"CompileTests.swift",
"DSLListTests.swift",
"DiagnosticTests.swift",
"LexTests.swift",
"LiteralPrinterTests.swift",
"MatchTests.swift",
"OptimizationTests.swift",
"ParseTests.swift",
"RenderDSLTests.swift",
"SyntaxOptionsTests.swift",
"UTS18Tests.swift"
],
"target_dependencies" : [
"_StringProcessing",
"RegexBuilder",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "RegexTester",
"module_type" : "SwiftTarget",
"name" : "RegexTester",
"path" : "Sources/RegexTester",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"RegexTester"
],
"sources" : [
"CompileOnceTest.swift",
"Main.swift",
"RegexTester.swift"
],
"target_dependencies" : [
"_RegexParser",
"_StringProcessing"
],
"type" : "executable"
},
{
"c99name" : "RegexBuilderTests",
"module_type" : "SwiftTarget",
"name" : "RegexBuilderTests",
"path" : "Tests/RegexBuilderTests",
"sources" : [
"AlgorithmsTests.swift",
"AnyRegexOutputTests.swift",
"CustomTests.swift",
"MotivationTests.swift",
"RegexDSLTests.swift"
],
"target_dependencies" : [
"_StringProcessing",
"RegexBuilder",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "RegexBuilder",
"module_type" : "SwiftTarget",
"name" : "RegexBuilder",
"path" : "Sources/RegexBuilder",
"product_memberships" : [
"RegexBenchmark"
],
"sources" : [
"Algorithms.swift",
"Anchor.swift",
"Builder.swift",
"CharacterClass.swift",
"DSL.swift",
"Variadics.swift"
],
"target_dependencies" : [
"_StringProcessing",
"_RegexParser"
],
"type" : "library"
},
{
"c99name" : "RegexBenchmark",
"module_type" : "SwiftTarget",
"name" : "RegexBenchmark",
"path" : "Sources/RegexBenchmark",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"RegexBenchmark"
],
"sources" : [
"Benchmark.swift",
"BenchmarkChart.swift",
"BenchmarkRegistration.swift",
"BenchmarkResults.swift",
"BenchmarkRunner.swift",
"CLI.swift",
"Debug.swift",
"Inputs/CSS.swift",
"Inputs/CompilerOutput.swift",
"Inputs/Dice.swift",
"Inputs/DnaFASTA.swift",
"Inputs/Email.swift",
"Inputs/FSPaths.swift",
"Inputs/GraphemeBreakData.swift",
"Inputs/HTML.swift",
"Inputs/NetworkingData.swift",
"Inputs/TaggedUnicode.swift",
"Inputs/URL.swift",
"Suite/BuiltinCC.swift",
"Suite/CssRegex.swift",
"Suite/CustomCharacterClasses.swift",
"Suite/DiceNotation.swift",
"Suite/Dna.swift",
"Suite/EmailRegex.swift",
"Suite/ErrorMessages.swift",
"Suite/FSPathsRegex.swift",
"Suite/GraphemeBreak.swift",
"Suite/HtmlRegex.swift",
"Suite/IpAddress.swift",
"Suite/LiteralSearch.swift",
"Suite/NotFound.swift",
"Suite/ReluctantQuant.swift",
"Suite/URLRegex.swift",
"Suite/Unicode.swift",
"Utils/Size.swift",
"Utils/Stats.swift",
"Utils/Tick.swift",
"Utils/Time.swift",
"Utils/Timer.swift"
],
"target_dependencies" : [
"_RegexParser",
"_StringProcessing",
"RegexBuilder"
],
"type" : "executable"
},
{
"c99name" : "PatternConverter",
"module_type" : "SwiftTarget",
"name" : "PatternConverter",
"path" : "Sources/PatternConverter",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"PatternConverter"
],
"sources" : [
"PatternConverter.swift"
],
"target_dependencies" : [
"_RegexParser",
"_StringProcessing"
],
"type" : "executable"
},
{
"c99name" : "MatchingEngineTests",
"module_type" : "SwiftTarget",
"name" : "MatchingEngineTests",
"path" : "Tests/MatchingEngineTests",
"sources" : [
"MatchingEngineTests.swift",
"UtilTests.swift"
],
"target_dependencies" : [
"_RegexParser",
"_StringProcessing"
],
"type" : "test"
},
{
"c99name" : "ExercisesTests",
"module_type" : "SwiftTarget",
"name" : "ExercisesTests",
"path" : "Tests/ExercisesTests",
"sources" : [
"ExercisesTests.swift"
],
"target_dependencies" : [
"Exercises"
],
"type" : "test"
},
{
"c99name" : "Exercises",
"module_type" : "SwiftTarget",
"name" : "Exercises",
"path" : "Sources/Exercises",
"sources" : [
"Exercises.swift",
"GraphemeBreakData.swift",
"Participant.swift",
"Participants/HandWrittenParticipant.swift",
"Participants/NSREParticipant.swift",
"Participants/NaiveParticipant.swift",
"Participants/PEGParticipant.swift",
"Participants/ReferenceParticipant.swift",
"Participants/RegexParticipant.swift"
],
"target_dependencies" : [
"_RegexParser",
"_StringProcessing",
"RegexBuilder"
],
"type" : "library"
},
{
"c99name" : "DocumentationTests",
"module_type" : "SwiftTarget",
"name" : "DocumentationTests",
"path" : "Tests/DocumentationTests",
"sources" : [
"RegexBuilderTests.swift",
"RegexTests.swift"
],
"target_dependencies" : [
"_StringProcessing",
"RegexBuilder"
],
"type" : "test"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/32] Write sources
[4/32] Write RegexTester-entitlement.plist
[4/32] Write VariadicsGenerator-entitlement.plist
[5/32] Write sources
[12/32] Write PatternConverter-entitlement.plist
[14/32] Write RegexBenchmark-entitlement.plist
[14/32] Write sources
[17/32] Write swift-version-2F0A5646E1D333AE.txt
[18/32] Compiling _CUnicode UnicodeScalarProps.c
[19/65] Compiling _CUnicode UnicodeData.c
[21/65] Compiling _RegexParser TreeProtocols.swift
[22/65] Compiling _RegexParser AllScalars.swift
[23/65] Compiling _RegexParser Errors.swift
[24/68] Compiling _RegexParser PrettyPrinter.swift
[25/68] Compiling _RegexParser PrintAsCanonical.swift
[26/68] Compiling _RegexParser RenderRanges.swift
[27/68] Compiling _RegexParser Conditional.swift
[28/68] Compiling _RegexParser CustomCharClass.swift
[29/68] Compiling _RegexParser Group.swift
[30/68] Compiling _RegexParser SourceLocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/SourceLocation.swift:68:16: warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
12 | extension Source {
13 | /// The location in the input of a parsed entity, presented as a region over the input
14 | public struct Location: Hashable {
| `- note: consider making struct 'Location' conform to the 'Sendable' protocol
15 | public var range: Range<Source.Position>
16 |
:
66 | public struct LocatedError<E: Error>: Error, LocatedErrorProtocol {
67 | public let error: E
68 | public let location: SourceLocation
| `- warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
69 |
70 | init(_ e: E, _ r: SourceLocation) {
[31/68] Compiling _RegexParser SyntaxOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/SourceLocation.swift:68:16: warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
12 | extension Source {
13 | /// The location in the input of a parsed entity, presented as a region over the input
14 | public struct Location: Hashable {
| `- note: consider making struct 'Location' conform to the 'Sendable' protocol
15 | public var range: Range<Source.Position>
16 |
:
66 | public struct LocatedError<E: Error>: Error, LocatedErrorProtocol {
67 | public let error: E
68 | public let location: SourceLocation
| `- warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
69 |
70 | init(_ e: E, _ r: SourceLocation) {
[32/68] Compiling _RegexParser DumpAST.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/SourceLocation.swift:68:16: warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
12 | extension Source {
13 | /// The location in the input of a parsed entity, presented as a region over the input
14 | public struct Location: Hashable {
| `- note: consider making struct 'Location' conform to the 'Sendable' protocol
15 | public var range: Range<Source.Position>
16 |
:
66 | public struct LocatedError<E: Error>: Error, LocatedErrorProtocol {
67 | public let error: E
68 | public let location: SourceLocation
| `- warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
69 |
70 | init(_ e: E, _ r: SourceLocation) {
[33/68] Emitting module _RegexParser
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/DelimiterLexing.swift:96:14: warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
86 |
87 | public struct DelimiterLexError: Error, CustomStringConvertible {
88 | public enum Kind: Hashable {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
89 | case unterminated
90 | case invalidUTF8 // TODO: better range reporting
:
94 | }
95 |
96 | public var kind: Kind
| `- warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
97 |
98 | var resumeLocation: UnsafeSourceLocation
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/Diagnostics.swift:364:13: warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
269 |
270 | /// A diagnostic to emit.
271 | public struct Diagnostic: Hashable {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
272 | public let behavior: Behavior
273 | public let message: String
:
362 | for diag in diags where diag.isAnyError {
363 | struct ErrorDiagnostic: Error, CustomStringConvertible {
364 | var diag: Diagnostic
| `- warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
365 | var description: String { diag.message }
366 | }
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/SourceLocation.swift:68:16: warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
12 | extension Source {
13 | /// The location in the input of a parsed entity, presented as a region over the input
14 | public struct Location: Hashable {
| `- note: consider making struct 'Location' conform to the 'Sendable' protocol
15 | public var range: Range<Source.Position>
16 |
:
66 | public struct LocatedError<E: Error>: Error, LocatedErrorProtocol {
67 | public let error: E
68 | public let location: SourceLocation
| `- warning: stored property 'location' of 'Sendable'-conforming generic struct 'LocatedError' has non-sendable type 'SourceLocation' (aka 'Source.Location'); this is an error in the Swift 6 language mode
69 |
70 | init(_ e: E, _ r: SourceLocation) {
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[34/68] Compiling _RegexParser Parse.swift
[35/68] Compiling _RegexParser Sema.swift
[36/68] Compiling _RegexParser Source.swift
[37/68] Compiling ArgumentParserToolInfo ToolInfo.swift
[38/68] Emitting module ArgumentParserToolInfo
[39/68] Compiling _RegexParser DelimiterLexing.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/DelimiterLexing.swift:96:14: warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
86 |
87 | public struct DelimiterLexError: Error, CustomStringConvertible {
88 | public enum Kind: Hashable {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
89 | case unterminated
90 | case invalidUTF8 // TODO: better range reporting
:
94 | }
95 |
96 | public var kind: Kind
| `- warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
97 |
98 | var resumeLocation: UnsafeSourceLocation
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/Diagnostics.swift:364:13: warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
269 |
270 | /// A diagnostic to emit.
271 | public struct Diagnostic: Hashable {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
272 | public let behavior: Behavior
273 | public let message: String
:
362 | for diag in diags where diag.isAnyError {
363 | struct ErrorDiagnostic: Error, CustomStringConvertible {
364 | var diag: Diagnostic
| `- warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
365 | var description: String { diag.message }
366 | }
[40/68] Compiling _RegexParser Diagnostics.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/DelimiterLexing.swift:96:14: warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
86 |
87 | public struct DelimiterLexError: Error, CustomStringConvertible {
88 | public enum Kind: Hashable {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
89 | case unterminated
90 | case invalidUTF8 // TODO: better range reporting
:
94 | }
95 |
96 | public var kind: Kind
| `- warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
97 |
98 | var resumeLocation: UnsafeSourceLocation
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/Diagnostics.swift:364:13: warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
269 |
270 | /// A diagnostic to emit.
271 | public struct Diagnostic: Hashable {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
272 | public let behavior: Behavior
273 | public let message: String
:
362 | for diag in diags where diag.isAnyError {
363 | struct ErrorDiagnostic: Error, CustomStringConvertible {
364 | var diag: Diagnostic
| `- warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
365 | var description: String { diag.message }
366 | }
[41/68] Compiling _RegexParser LexicalAnalysis.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/DelimiterLexing.swift:96:14: warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
86 |
87 | public struct DelimiterLexError: Error, CustomStringConvertible {
88 | public enum Kind: Hashable {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
89 | case unterminated
90 | case invalidUTF8 // TODO: better range reporting
:
94 | }
95 |
96 | public var kind: Kind
| `- warning: stored property 'kind' of 'Sendable'-conforming struct 'DelimiterLexError' has non-sendable type 'DelimiterLexError.Kind'; this is an error in the Swift 6 language mode
97 |
98 | var resumeLocation: UnsafeSourceLocation
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Regex/Parse/Diagnostics.swift:364:13: warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
269 |
270 | /// A diagnostic to emit.
271 | public struct Diagnostic: Hashable {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
272 | public let behavior: Behavior
273 | public let message: String
:
362 | for diag in diags where diag.isAnyError {
363 | struct ErrorDiagnostic: Error, CustomStringConvertible {
364 | var diag: Diagnostic
| `- warning: stored property 'diag' of 'Sendable'-conforming struct 'ErrorDiagnostic' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
365 | var description: String { diag.message }
366 | }
[42/115] Compiling ArgumentParser ArgumentDefinition.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[43/115] Compiling ArgumentParser ArgumentSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[44/115] Compiling ArgumentParser CommandParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[45/115] Compiling ArgumentParser Platform.swift
[46/115] Compiling ArgumentParser SequenceExtensions.swift
[47/115] Compiling ArgumentParser StringExtensions.swift
[48/115] Compiling ArgumentParser SwiftExtensions.swift
[49/115] Compiling ArgumentParser Tree.swift
[50/115] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/115] Compiling ArgumentParser CompletionsGenerator.swift
[52/115] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/115] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/115] Compiling ArgumentParser Argument.swift
[55/182] Emitting module _StringProcessing
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
[56/189] Compiling _StringProcessing ZSearcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[57/189] Compiling _StringProcessing ByteCodeGen+DSLList.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[58/189] Compiling _StringProcessing ByteCodeGen.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[59/189] Compiling _StringProcessing Capture.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[60/189] Compiling _StringProcessing Compiler.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[61/189] Compiling _StringProcessing ConsumerInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[62/189] Compiling _StringProcessing Backtracking.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[63/189] Compiling _StringProcessing InstPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:124:21: warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
122 | }
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
| |- warning: static property 'disableOptimizations' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:125:21: warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
123 |
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
| |- warning: static property 'enableTracing' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:126:21: warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
124 | public static let disableOptimizations = _CompileOptions(rawValue: 1 << 0)
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
| |- warning: static property 'enableMetrics' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public static let `default`: _CompileOptions = []
128 | }
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Compiler.swift:127:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
116 |
117 | @_spi(RegexBenchmark)
118 | public struct _CompileOptions: OptionSet {
| `- note: consider making struct '_CompileOptions' conform to the 'Sendable' protocol
119 | public let rawValue: Int
120 | public init(rawValue: Int) {
:
125 | public static let enableTracing = _CompileOptions(rawValue: 1 << 1)
126 | public static let enableMetrics = _CompileOptions(rawValue: 1 << 2)
127 | public static let `default`: _CompileOptions = []
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '_CompileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | }
129 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ConsumerInterface.swift:339:5: error: type of expression is ambiguous without a type annotation
337 | ) -> (@escaping ScalarPredicate) -> MEProgram.ConsumeFunction {
338 | opts.semanticLevel == .graphemeCluster
339 | ? consumeCharacterWithLeadingScalar
| `- error: type of expression is ambiguous without a type annotation
340 | : consumeScalar
341 | }
[64/189] Compiling _StringProcessing Instruction.swift
[65/189] Compiling _StringProcessing MEBuilder.swift
[66/189] Compiling _StringProcessing MEBuiltins.swift
[67/189] Compiling _StringProcessing MECapture.swift
[68/189] Compiling _StringProcessing MEProgram.swift
[69/189] Compiling _StringProcessing MEQuantify.swift
[70/189] Compiling _StringProcessing Metrics.swift
[71/189] Compiling _StringProcessing Contains.swift
[72/189] Compiling _StringProcessing FirstRange.swift
[73/189] Compiling _StringProcessing Ranges.swift
[74/189] Compiling _StringProcessing Replace.swift
[75/189] Compiling _StringProcessing Split.swift
[76/189] Compiling _StringProcessing StartsWith.swift
[77/189] Compiling _StringProcessing SubstringSearcher.swift
[78/189] Compiling _StringProcessing Trim.swift
[79/189] Compiling _StringProcessing Protocols.swift
[80/189] Compiling _StringProcessing RegexFactory.swift
[81/189] Compiling _StringProcessing Traced.swift
[82/189] Compiling _StringProcessing TypeVerification.swift
[83/189] Compiling _StringProcessing TypedIndex.swift
[84/189] Compiling _StringProcessing TypedInt.swift
[85/189] Compiling _StringProcessing _CharacterClassModel.swift
[86/189] Compiling _StringProcessing CollectionConsumer.swift
[87/189] Compiling _StringProcessing FixedPatternConsumer.swift
[88/189] Compiling _StringProcessing FirstMatch.swift
[89/189] Compiling _StringProcessing MatchReplace.swift
[90/189] Compiling _StringProcessing MatchResult.swift
[91/189] Compiling _StringProcessing Matches.swift
[92/189] Compiling _StringProcessing MatchingCollectionSearcher.swift
[93/189] Compiling _StringProcessing CollectionSearcher.swift
[94/189] Compiling _StringProcessing DSLTree.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
[95/189] Compiling _StringProcessing Match.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
[96/189] Compiling _StringProcessing Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
[97/189] Compiling _StringProcessing ASCII.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
[98/189] Compiling _StringProcessing CaseConversion.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
[99/189] Compiling _StringProcessing CharacterProps.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
[100/189] Compiling _StringProcessing Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Regex/DSLTree.swift:419:22: warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
417 | @_spi(RegexBuilder)
418 | public struct ReferenceID: Hashable {
419 | private static var counter: Int = 0
| |- warning: static property 'counter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'counter' to a 'let' constant to make 'Sendable' shared state immutable
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
420 | var base: Int
421 |
[101/189] Compiling _StringProcessing Processor.swift
[102/189] Compiling _StringProcessing Registers.swift
[103/189] Compiling _StringProcessing Structuralize.swift
[104/189] Compiling _StringProcessing Tracing.swift
[105/189] Compiling _StringProcessing Executor.swift
[106/189] Compiling _StringProcessing LiteralPrinter.swift
[107/189] Compiling _StringProcessing MatchingOptions.swift
[108/189] Compiling _StringProcessing AutoPossessification.swift
[109/189] Compiling _StringProcessing PrintAsPattern.swift
[110/189] Compiling _StringProcessing ASTConversion.swift
[111/189] Compiling _StringProcessing AnyRegexOutput.swift
[112/189] Compiling _StringProcessing Core.swift
[113/189] Compiling _StringProcessing CustomComponents.swift
[114/189] Compiling _StringProcessing DSLList.swift
[115/189] Compiling _StringProcessing Transcoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[116/189] Compiling _StringProcessing UCD.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[117/189] Compiling _StringProcessing Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[118/189] Compiling _StringProcessing WordBreaking.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[119/189] Compiling _StringProcessing ASTBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[120/189] Compiling _StringProcessing AsciiBitset.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[121/189] Compiling _StringProcessing Misc.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[122/189] Compiling _StringProcessing Decoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[123/189] Compiling _StringProcessing Encodings.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[124/189] Compiling _StringProcessing Formatting.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[125/189] Compiling _StringProcessing NFC.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[126/189] Compiling _StringProcessing NecessaryEvils.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[127/189] Compiling _StringProcessing NumberParsing.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[128/189] Compiling _StringProcessing ScalarProps.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.03s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write swift-version-2F0A5646E1D333AE.txt
[4/48] Compiling _RegexParser SourceLocation.swift
[5/48] Compiling _RegexParser SyntaxOptions.swift
[6/48] Compiling _RegexParser DumpAST.swift
[7/51] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/51] Emitting module ArgumentParserToolInfo
[9/51] Compiling _RegexParser Conditional.swift
[10/51] Compiling _RegexParser CustomCharClass.swift
[11/51] Compiling _RegexParser Group.swift
[12/98] Compiling ArgumentParser UsageGenerator.swift
[13/98] Compiling ArgumentParser CollectionExtensions.swift
[14/98] Compiling ArgumentParser Foundation.swift
[15/98] Compiling ArgumentParser ExpressibleByArgument.swift
[16/98] Compiling ArgumentParser ParsableArguments.swift
[17/98] Compiling ArgumentParser MessageInfo.swift
[18/98] Compiling ArgumentParser CommandConfiguration.swift
[19/98] Compiling ArgumentParser CommandGroup.swift
[20/98] Compiling ArgumentParser EnumerableFlag.swift
[21/98] Compiling ArgumentParser Mutex.swift
[22/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/98] Compiling ArgumentParser CompletionsGenerator.swift
[24/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[26/98] Compiling ArgumentParser Argument.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[27/98] Compiling ArgumentParser ArgumentDiscussion.swift
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[28/98] Compiling ArgumentParser OptionGroup.swift
[29/98] Compiling ArgumentParser ParentCommand.swift
[30/98] Compiling ArgumentParser AsyncParsableCommand.swift
[31/98] Emitting module ArgumentParser
[32/103] Compiling ArgumentParser NameSpecification.swift
[33/103] Compiling ArgumentParser Option.swift
[37/103] Compiling ArgumentParser CodingKeyValidator.swift
[38/103] Compiling ArgumentParser NonsenseFlagsValidator.swift
[39/103] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/103] Compiling ArgumentParser PositionalArgumentsValidator.swift
[41/103] Compiling ArgumentParser UniqueNamesValidator.swift
[42/103] Compiling ArgumentParser ArgumentHelp.swift
[43/103] Compiling ArgumentParser ArgumentVisibility.swift
[44/103] Compiling ArgumentParser CompletionKind.swift
[45/103] Compiling ArgumentParser Errors.swift
[46/103] Compiling ArgumentParser Flag.swift
[47/103] Compiling ArgumentParser ParserError.swift
[48/103] Compiling ArgumentParser SplitArguments.swift
[49/103] Compiling ArgumentParser DumpHelpGenerator.swift
[50/103] Compiling ArgumentParser HelpCommand.swift
[51/103] Compiling ArgumentParser HelpGenerator.swift
[58/103] Compiling ArgumentParser Platform.swift
[59/103] Compiling ArgumentParser SequenceExtensions.swift
[60/103] Compiling ArgumentParser StringExtensions.swift
[61/103] Compiling ArgumentParser SwiftExtensions.swift
[62/103] Compiling ArgumentParser Tree.swift
[63/103] Compiling ArgumentParser ParsableCommand.swift
[64/103] Compiling ArgumentParser ArgumentDecoder.swift
[65/103] Compiling ArgumentParser ArgumentDefinition.swift
[66/103] Compiling ArgumentParser ArgumentSet.swift
[67/103] Compiling ArgumentParser CommandParser.swift
[68/103] Compiling ArgumentParser InputKey.swift
[69/103] Compiling ArgumentParser InputOrigin.swift
[70/103] Compiling ArgumentParser Name.swift
[71/103] Compiling ArgumentParser Parsed.swift
[72/103] Compiling ArgumentParser ParsedValues.swift
[73/103] Emitting module _RegexParser
/Users/admin/builder/spi-builder-workspace/Sources/_RegexParser/Utility/TypeConstruction.swift:22:2: warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
20 |
21 |
22 | @_silgen_name("swift_getTupleTypeMetadata")
| `- warning: symbol name 'swift_getTupleTypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
23 | private func swift_getTupleTypeMetadata(
24 | request: Int,
[90/172] Compiling _StringProcessing Decoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[91/172] Compiling _StringProcessing Encodings.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[92/172] Compiling _StringProcessing Formatting.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[93/172] Compiling _StringProcessing NFC.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[94/172] Compiling _StringProcessing NecessaryEvils.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[95/172] Compiling _StringProcessing NumberParsing.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[96/172] Compiling _StringProcessing ScalarProps.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:33:32: error: value of type 'String' has no member '_nfc'
31 | // SwiftStdlib is always >= 5.7 for a shipped StringProcessing.
32 | guard #available(SwiftStdlib 5.7, *) else { return nil }
33 | var nfcIter = String(self)._nfc.makeIterator()
| `- error: value of type 'String' has no member '_nfc'
34 | guard let scalar = nfcIter.next(), nfcIter.next() == nil else { return nil }
35 | return scalar
[97/179] Compiling _StringProcessing Transcoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[98/179] Compiling _StringProcessing UCD.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[99/179] Compiling _StringProcessing Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[100/179] Compiling _StringProcessing WordBreaking.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[101/179] Compiling _StringProcessing ASTBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[102/179] Compiling _StringProcessing AsciiBitset.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[103/179] Compiling _StringProcessing Misc.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:94:13: error: cannot find '_wordIndex' in scope
92 | guard inserted else { return true }
93 |
94 | j = _wordIndex(after: j)
| `- error: cannot find '_wordIndex' in scope
95 | }
96 |
[104/179] Compiling _StringProcessing Instruction.swift
[105/179] Compiling _StringProcessing MEBuilder.swift
[106/179] Compiling _StringProcessing MEBuiltins.swift
[107/179] Compiling _StringProcessing MECapture.swift
[108/179] Compiling _StringProcessing MEProgram.swift
[109/179] Compiling _StringProcessing MEQuantify.swift
[110/179] Compiling _StringProcessing Metrics.swift
[111/179] Compiling _StringProcessing Protocols.swift
[112/179] Compiling _StringProcessing RegexFactory.swift
[113/179] Compiling _StringProcessing Traced.swift
[114/179] Compiling _StringProcessing TypeVerification.swift
[115/179] Compiling _StringProcessing TypedIndex.swift
[116/179] Compiling _StringProcessing TypedInt.swift
[117/179] Compiling _StringProcessing _CharacterClassModel.swift
[118/179] Emitting module VariadicsGenerator
[119/179] Compiling VariadicsGenerator VariadicsGenerator.swift
[119/179] Write Objects.LinkFileList
[121/179] Compiling _StringProcessing DSLTree.swift
[122/179] Compiling _StringProcessing Match.swift
[123/179] Compiling _StringProcessing Options.swift
[124/179] Compiling _StringProcessing ASCII.swift
[125/179] Compiling _StringProcessing CaseConversion.swift
[126/179] Compiling _StringProcessing CharacterProps.swift
[127/179] Compiling _StringProcessing Comparison.swift
[128/179] Compiling _StringProcessing Processor.swift
[129/179] Compiling _StringProcessing Registers.swift
[130/179] Compiling _StringProcessing Structuralize.swift
[131/179] Compiling _StringProcessing Tracing.swift
[132/179] Compiling _StringProcessing Executor.swift
[133/179] Compiling _StringProcessing LiteralPrinter.swift
[134/179] Compiling _StringProcessing MatchingOptions.swift
[135/179] Compiling _StringProcessing CollectionConsumer.swift
[136/179] Compiling _StringProcessing FixedPatternConsumer.swift
[137/179] Compiling _StringProcessing FirstMatch.swift
[138/179] Compiling _StringProcessing MatchReplace.swift
[139/179] Compiling _StringProcessing MatchResult.swift
[140/179] Compiling _StringProcessing Matches.swift
[141/179] Compiling _StringProcessing MatchingCollectionSearcher.swift
[142/179] Compiling _StringProcessing CollectionSearcher.swift
[143/179] Compiling _StringProcessing AutoPossessification.swift
[144/179] Compiling _StringProcessing PrintAsPattern.swift
[145/179] Compiling _StringProcessing ASTConversion.swift
[146/179] Compiling _StringProcessing AnyRegexOutput.swift
[147/179] Compiling _StringProcessing Core.swift
[148/179] Compiling _StringProcessing CustomComponents.swift
[149/179] Compiling _StringProcessing DSLList.swift
[149/179] Linking VariadicsGenerator
[150/179] Applying VariadicsGenerator
[152/179] Compiling _StringProcessing Contains.swift
[153/179] Compiling _StringProcessing FirstRange.swift
[154/179] Compiling _StringProcessing Ranges.swift
[155/179] Compiling _StringProcessing Replace.swift
[156/179] Compiling _StringProcessing Split.swift
[157/179] Compiling _StringProcessing StartsWith.swift
[158/179] Compiling _StringProcessing SubstringSearcher.swift
[159/179] Compiling _StringProcessing Trim.swift
[160/179] Emitting module _StringProcessing
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/NFC.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/Unicode/WordBreaking.swift:14:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
12 | internal import _RegexParser
13 |
14 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
15 | import Swift
16 |
[161/179] Compiling _StringProcessing ZSearcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
[162/179] Compiling _StringProcessing ByteCodeGen+DSLList.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
[163/179] Compiling _StringProcessing ByteCodeGen.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
[164/179] Compiling _StringProcessing Capture.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
[165/179] Compiling _StringProcessing Compiler.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
[166/179] Compiling _StringProcessing ConsumerInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
[167/179] Compiling _StringProcessing Backtracking.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
[168/179] Compiling _StringProcessing InstPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/_StringProcessing/ByteCodeGen.swift:12:2: warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_spi(_Unicode)
| `- warning: '@_spi' import of 'Swift' will not include any SPI symbols; 'Swift' was built from the public interface at /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface
13 | import Swift
14 |
BUILD FAILURE 6.1 macosSpm