Build Information
Failed to build SwiftDocC, reference main (ca63f5
), with Swift 6.1 for Android on 12 Jun 2025 12:40:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
63 | "color": \PageColor._color,
64 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/PageImage.swift:40:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 | public private(set) var alt: String? = nil
39 |
40 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | "purpose" : \PageImage._purpose,
42 | "source" : \PageImage._source,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/PageKind.swift:71:20: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
69 | public var kind: Kind
70 |
71 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | "kind" : \PageKind._kind
73 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/SupportedLanguage.swift:49:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | public var language: SourceLanguage
48 |
49 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | "language": \SupportedLanguage._language,
51 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/TechnologyRoot.swift:45:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public let originalMarkup: BlockDirective
44 |
45 | static var keyPaths: [String : AnyKeyPath] = [:]
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 | @available(*, deprecated, message: "Do not call directly. Required for 'AutomaticDirectiveConvertible'.")
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/TitleHeading.swift:34:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | public var heading: String
33 |
34 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | "heading" : \TitleHeading._heading,
36 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Options/AutomaticArticleSubheading.swift:44:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 | }
43 |
44 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | "enabledness" : \AutomaticArticleSubheading._enabledness,
46 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Options/AutomaticSeeAlso.swift:41:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 |
41 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | "enabledness" : \AutomaticSeeAlso._enabledness,
43 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Options/AutomaticTitleHeading.swift:43:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | }
42 |
43 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | "enabledness" : \AutomaticTitleHeading._enabledness,
45 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Options/Options.swift:77:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | }
76 |
77 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | "scope" : \Options._scope,
79 | "_automaticSeeAlso" : \Options.__automaticSeeAlso,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Options/TopicsVisualStyle.swift:43:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | }
42 |
43 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | "style" : \TopicsVisualStyle._style,
45 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Redirect.swift:45:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
43 | public private(set) var oldPath: URL
44 |
45 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | "oldPath" : \Redirect._oldPath,
47 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Redirect.swift:49:16: warning: static property 'hiddenFromDocumentation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | ]
48 |
49 | static var hiddenFromDocumentation = false
| |- warning: static property 'hiddenFromDocumentation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'hiddenFromDocumentation' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'hiddenFromDocumentation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 | @available(*, deprecated, message: "Do not call directly. Required for 'AutomaticDirectiveConvertible'.")
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Reference/Links.swift:70:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
68 | }
69 |
70 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | "content" : \Links._content,
72 | "visualStyle" : \Links._visualStyle,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Reference/Row.swift:62:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
60 | public private(set) var columns: [Column]
61 |
62 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
63 | "_numberOfColumns" : \Row.__numberOfColumns,
64 | "columns" : \Row._columns,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Reference/Row.swift:111:20: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
109 | public private(set) var content: MarkupContainer
110 |
111 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 | "size" : \Column._size,
113 | "content" : \Column._content,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Reference/Small.swift:43:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 | public private(set) var content: MarkupContainer
42 |
43 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | "content" : \Small._content,
45 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Reference/TabNavigator.swift:46:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 | public private(set) var tabs: [Tab]
45 |
46 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | "tabs" : \TabNavigator._tabs,
48 | ]
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Reference/TabNavigator.swift:79:20: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
77 | public private(set) var content: MarkupContainer
78 |
79 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 | "title" : \Tab._title,
81 | "content" : \Tab._content,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Snippets/Snippet.swift:28:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | public var slice: String? = nil
27 |
28 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | "path" : \Snippet._path,
30 | "slice" : \Snippet._slice,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Snippets/Snippet.swift:33:16: warning: static property 'hiddenFromDocumentation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
31 | ]
32 |
33 | static var hiddenFromDocumentation = true
| |- warning: static property 'hiddenFromDocumentation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'hiddenFromDocumentation' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'hiddenFromDocumentation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |
35 | @available(*, deprecated, message: "Do not call directly. Required for 'AutomaticDirectiveConvertible'.")
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Symbol/DeprecationSummary.swift:46:16: warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 | }
45 |
46 | static var keyPaths: [String : AnyKeyPath] = [
| |- warning: static property 'keyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keyPaths' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'keyPaths' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | "content" : \DeprecationSummary._content
48 | ]
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/32] Write swift-version-24593BA9C3E375BF.txt
[5/197] Compiling NIOConcurrencyHelpers NIOLock.swift
[6/197] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/198] Compiling Markdown DoxygenParameter.swift
[8/198] Compiling Markdown DoxygenReturns.swift
[9/198] Compiling Markdown ListItem.swift
[10/198] Compiling Markdown ChildIndexPath.swift
[11/198] Compiling _NIOBase64 Base64.swift
[12/198] Compiling Markdown CustomBlock.swift
[13/198] Compiling Markdown DoxygenAbstract.swift
[14/198] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[15/198] Emitting module _NIOBase64
[16/199] Compiling Markdown BasicBlockContainer.swift
[17/199] Compiling Markdown BasicInlineContainer.swift
[18/199] Compiling Markdown BlockContainer.swift
[19/199] Compiling Markdown BlockMarkup.swift
[20/199] Compiling Markdown InlineContainer.swift
[21/199] Compiling Markdown InlineMarkup.swift
[22/199] Compiling Markdown ListItemContainer.swift
[23/199] Compiling Markdown AtomicCounter.swift
[24/207] Compiling CryptoBoringWrapper EllipticCurve.swift
[25/207] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/207] Emitting module InternalCollectionsUtilities
[27/207] Compiling Markdown BlockDirective.swift
[28/207] Compiling Markdown BlockQuote.swift
[29/207] Emitting module CryptoBoringWrapper
[30/207] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[32/207] Compiling Markdown OrderedList.swift
[33/207] Compiling Markdown UnorderedList.swift
[34/207] Compiling Markdown Paragraph.swift
[35/207] Compiling Markdown CodeBlock.swift
[36/207] Compiling Markdown HTMLBlock.swift
[37/207] Compiling Markdown Heading.swift
[38/207] Compiling Markdown ThematicBreak.swift
[39/207] Compiling Markdown Table.swift
[40/207] Compiling Markdown TableBody.swift
[41/207] Emitting module NIOConcurrencyHelpers
[42/207] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/207] Compiling Markdown LiteralMarkup.swift
[44/207] Compiling Markdown Markup.swift
[47/207] Compiling Markdown DirectiveArgument.swift
[48/207] Compiling Markdown Document.swift
[55/207] Compiling Markdown DoxygenDiscussion.swift
[56/207] Compiling Markdown DoxygenNote.swift
[57/209] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[58/209] Compiling CryptoBoringWrapper RandomBytes.swift
[59/208] Compiling NIOConcurrencyHelpers atomics.swift
[60/208] Compiling NIOConcurrencyHelpers lock.swift
[61/208] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[63/208] Compiling _NIODataStructures Heap.swift
[64/208] Compiling _NIODataStructures PriorityQueue.swift
[65/208] Emitting module _NIODataStructures
[66/208] Compiling _NIODataStructures _TinyArray.swift
[67/209] Emitting module Markdown
[77/211] Compiling Markdown TableCell.swift
[78/211] Compiling Markdown TableCellContainer.swift
[79/211] Compiling Markdown TableHead.swift
[80/211] Compiling Markdown TableRow.swift
[81/211] Compiling Markdown Replacement.swift
[82/211] Compiling Markdown SourceLocation.swift
[83/211] Compiling Markdown Emphasis.swift
[84/211] Compiling Markdown Image.swift
[85/211] Compiling Markdown InlineAttributes.swift
[86/211] Compiling Markdown Link.swift
[87/211] Compiling Markdown Strikethrough.swift
[88/211] Compiling Markdown Strong.swift
[89/211] Compiling Markdown CustomInline.swift
[90/211] Compiling Markdown InlineCode.swift
[91/211] Compiling Markdown InlineHTML.swift
[92/211] Compiling Markdown LineBreak.swift
[93/211] Compiling Markdown SoftBreak.swift
[94/211] Compiling Markdown SymbolLink.swift
[95/211] Compiling Atomics IntegerOperations.swift
[96/211] Compiling Atomics Unmanaged extensions.swift
[98/210] Emitting module ArgumentParserToolInfo
[99/210] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[100/210] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[120/218] Wrapping AST for InternalCollectionsUtilities for debugging
[121/218] Wrapping AST for CryptoBoringWrapper for debugging
[123/218] Emitting module SymbolKit
[124/218] Compiling Markdown MarkupChildren.swift
[125/218] Compiling Markdown MarkupData.swift
[126/218] Compiling Markdown PlainTextConvertibleMarkup.swift
[138/304] Compiling ArgumentParserToolInfo ToolInfo.swift
[139/305] Compiling Crypto ChaChaPoly_boring.swift
[140/305] Compiling Crypto ChaChaPoly.swift
[141/307] Compiling Crypto ASN1Null.swift
[142/307] Compiling Crypto ASN1OctetString.swift
[143/307] Compiling Crypto ASN1BitString.swift
[144/307] Compiling Crypto ASN1Boolean.swift
[146/306] Compiling Crypto Cipher.swift
[147/306] Compiling Crypto Nonces.swift
[148/306] Compiling Crypto ASN1.swift
[149/306] Compiling Crypto ASN1Any.swift
[151/306] Compiling Crypto ASN1Identifier.swift
[152/306] Compiling Crypto ASN1Integer.swift
[155/306] Compiling DequeModule _DequeSlot.swift
[156/306] Compiling DequeModule _UnsafeWrappedBuffer.swift
[157/306] Compiling Crypto GeneralizedTime.swift
[158/306] Compiling Crypto ObjectIdentifier.swift
[161/306] Compiling Crypto Digest.swift
[162/306] Compiling Crypto Digests.swift
[163/306] Compiling Crypto HashFunctions.swift
[164/306] Compiling Crypto HashFunctions_SHA2.swift
[165/306] Compiling Crypto HPKE-AEAD.swift
[166/306] Compiling Crypto HPKE-Ciphersuite.swift
[167/306] Compiling Crypto HPKE-KDF.swift
[171/312] Compiling Crypto DH.swift
[172/312] Compiling Crypto ECDH.swift
[173/312] Compiling Crypto PKCS8PrivateKey.swift
[174/312] Compiling Crypto SEC1PrivateKey.swift
[175/312] Compiling Crypto SubjectPublicKeyInfo.swift
[176/312] Compiling Crypto CryptoKitErrors.swift
[177/312] Compiling Crypto Digest_boring.swift
[178/312] Compiling Crypto HPKE-KexKeyDerivation.swift
[179/312] Compiling Crypto HPKE-LabeledExtract.swift
[180/313] Compiling Crypto HPKE-Utils.swift
[181/313] Compiling Crypto DHKEM.swift
[182/313] Compiling Crypto HPKE-KEM-Curve25519.swift
[183/313] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[184/313] Compiling Crypto HPKE-KEM.swift
[185/344] Compiling ArgumentParser Flag.swift
[186/344] Compiling ArgumentParser NameSpecification.swift
[187/344] Compiling ArgumentParser OptionGroup.swift
[188/344] Compiling ArgumentParser AsyncParsableCommand.swift
[191/344] Compiling ArgumentParser CommandConfiguration.swift
[192/344] Compiling ArgumentParser CommandGroup.swift
[193/344] Compiling ArgumentParser EnumerableFlag.swift
[194/349] Emitting module Atomics
[199/349] Compiling Crypto HPKE-Errors.swift
[200/349] Compiling Crypto HKDF.swift
[201/349] Compiling Crypto AESWrap.swift
[202/349] Compiling Crypto AESWrap_boring.swift
[203/349] Compiling Crypto Ed25519_boring.swift
[204/350] Compiling Crypto MACFunctions.swift
[205/350] Compiling Crypto MessageAuthenticationCode.swift
[206/350] Compiling Crypto AES.swift
[207/350] Compiling Crypto ECDSASignature_boring.swift
[208/350] Compiling Crypto ECDSA_boring.swift
[209/350] Compiling Crypto EdDSA_boring.swift
[210/350] Compiling Crypto ECDSA.swift
[211/350] Compiling Crypto Ed25519.swift
[218/350] Compiling Crypto NISTCurvesKeys_boring.swift
[219/350] Compiling Crypto X25519Keys_boring.swift
[220/350] Compiling Crypto Curve25519.swift
[221/350] Compiling Crypto Ed25519Keys.swift
[222/350] Compiling Crypto NISTCurvesKeys.swift
[223/350] Compiling Crypto X25519Keys.swift
[224/350] Compiling Crypto SymmetricKeys.swift
[225/350] Compiling Crypto HMAC.swift
[234/359] Emitting module DequeModule
[234/359] Wrapping AST for Atomics for debugging
[236/360] Wrapping AST for DequeModule for debugging
[244/360] Compiling ArgumentParser CollectionExtensions.swift
[245/360] Compiling ArgumentParser Platform.swift
[246/360] Compiling ArgumentParser SequenceExtensions.swift
[247/360] Compiling ArgumentParser StringExtensions.swift
[248/360] Compiling ArgumentParser Tree.swift
[250/361] Compiling ArgumentParser DumpHelpGenerator.swift
[251/361] Compiling ArgumentParser HelpCommand.swift
[252/361] Compiling ArgumentParser HelpGenerator.swift
[253/361] Compiling ArgumentParser MessageInfo.swift
[254/361] Compiling ArgumentParser UsageGenerator.swift
[255/361] Compiling ArgumentParser ArgumentVisibility.swift
[256/361] Compiling ArgumentParser CompletionKind.swift
[257/361] Compiling ArgumentParser Errors.swift
[260/361] Compiling ArgumentParser Option.swift
[266/361] Compiling ArgumentParser BashCompletionsGenerator.swift
[267/361] Compiling ArgumentParser CompletionsGenerator.swift
[268/361] Compiling ArgumentParser FishCompletionsGenerator.swift
[269/361] Compiling ArgumentParser ZshCompletionsGenerator.swift
[270/361] Compiling ArgumentParser Argument.swift
[271/421] Emitting module Crypto
[271/421] Wrapping AST for SymbolKit for debugging
[273/421] Compiling NIOCore ChannelInvoker.swift
[274/421] Compiling NIOCore ChannelOption.swift
[275/421] Compiling NIOCore ChannelPipeline.swift
[276/421] Compiling NIOCore IO.swift
[277/421] Compiling NIOCore IOData.swift
[278/421] Compiling NIOCore IPProtocol.swift
[279/421] Compiling NIOCore IntegerBitPacking.swift
[280/421] Compiling NIOCore IntegerTypes.swift
[281/421] Compiling NIOCore Interfaces.swift
[282/421] Compiling NIOCore Linux.swift
[283/421] Compiling NIOCore FileDescriptor.swift
[284/421] Compiling NIOCore FileHandle.swift
[285/421] Compiling NIOCore FileRegion.swift
[286/421] Compiling NIOCore GlobalSingletons.swift
[287/421] Compiling NIOCore ByteBuffer-multi-int.swift
[288/421] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[289/421] Compiling NIOCore ByteBuffer-views.swift
[290/421] Compiling NIOCore Channel.swift
[291/421] Compiling NIOCore ChannelHandler.swift
[292/421] Compiling NIOCore ChannelHandlers.swift
[293/421] Compiling NIOCore ConvenienceOptionSupport.swift
[294/421] Compiling NIOCore DeadChannel.swift
[295/421] Compiling NIOCore DispatchQueue+WithFuture.swift
[296/421] Compiling NIOCore EventLoop+Deprecated.swift
[297/421] Compiling NIOCore EventLoop+SerialExecutor.swift
[298/421] Compiling NIOCore EventLoop.swift
[299/421] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[300/421] Compiling NIOCore EventLoopFuture+Deprecated.swift
[301/421] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[302/421] Compiling NIOCore EventLoopFuture.swift
[303/421] Compiling NIOCore BSDSocketAPI.swift
[304/421] Compiling NIOCore ByteBuffer-aux.swift
[305/421] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[306/421] Compiling NIOCore ByteBuffer-conversions.swift
[307/421] Compiling NIOCore ByteBuffer-core.swift
[308/421] Compiling NIOCore ByteBuffer-hex.swift
[309/421] Compiling NIOCore ByteBuffer-int.swift
[310/421] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[311/421] Compiling NIOCore CircularBuffer.swift
[312/421] Compiling NIOCore Codec.swift
[313/421] Emitting module ArgumentParser
[314/421] Compiling NIOCore AsyncChannelOutboundWriter.swift
[315/421] Compiling NIOCore NIOAsyncSequenceProducer.swift
[316/421] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[317/421] Compiling NIOCore NIOAsyncWriter.swift
[318/421] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[325/421] Compiling Crypto Signature.swift
[326/421] Compiling Crypto CryptoKitErrors_boring.swift
[327/421] Compiling Crypto RNG_boring.swift
[328/421] Compiling Crypto SafeCompare_boring.swift
[329/421] Compiling Crypto Zeroization_boring.swift
[330/421] Compiling Crypto PrettyBytes.swift
[331/421] Compiling Crypto SafeCompare.swift
[332/421] Compiling Crypto SecureBytes.swift
[333/421] Compiling Crypto Zeroization.swift
[345/423] Compiling NIOCore MulticastChannel.swift
[346/423] Compiling NIOCore NIOAny.swift
[347/423] Compiling NIOCore NIOCloseOnErrorHandler.swift
[348/423] Compiling NIOCore NIOLoopBound.swift
[349/423] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[350/423] Compiling NIOCore NIOScheduledCallback.swift
[351/423] Compiling NIOCore NIOSendable.swift
[352/423] Compiling NIOCore RecvByteBufferAllocator.swift
[353/430] Wrapping AST for Crypto for debugging
[362/430] Compiling NIOCore MarkedCircularBuffer.swift
[371/430] Compiling NIOCore AddressedEnvelope.swift
[372/430] Compiling NIOCore AsyncAwaitSupport.swift
[373/430] Compiling NIOCore AsyncChannel.swift
[374/430] Compiling NIOCore AsyncChannelHandler.swift
[375/430] Compiling NIOCore AsyncChannelInboundStream.swift
[380/605] Compiling SwiftDocC ConvertRequest.swift
[381/605] Compiling SwiftDocC ConvertRequestContextWrapper.swift
[382/605] Compiling SwiftDocC ConvertResponse.swift
[383/605] Compiling SwiftDocC ConvertServiceError.swift
[384/605] Compiling SwiftDocC Indexable.swift
[385/605] Compiling SwiftDocC IndexingError.swift
[386/605] Compiling SwiftDocC IndexingRecord.swift
[387/605] Compiling SwiftDocC Benchmark.swift
[388/605] Compiling SwiftDocC RenderInlineContent+TextIndexing.swift
[389/605] Compiling SwiftDocC RenderNode+Indexable.swift
[390/605] Compiling SwiftDocC RenderNode+Relationships.swift
[391/605] Compiling SwiftDocC RenderSection+TextIndexing.swift
[392/605] Compiling SwiftDocC TutorialSectionsRenderSection+Indexable.swift
[393/605] Compiling SwiftDocC BundleData.swift
[394/605] Compiling SwiftDocC DataAssetManager.swift
[395/605] Compiling SwiftDocC SVGIDExtractor.swift
[396/605] Emitting module NIOCore
[397/605] Compiling SwiftDocC LinkCompletionTools.swift
[398/605] Compiling SwiftDocC DocumentationServer+createDefaultServer.swift
[399/605] Compiling SwiftDocC ExternalReferenceResolverServiceClient.swift
[400/605] Compiling SwiftDocC DocumentationServer+Message.swift
[401/605] Compiling SwiftDocC DocumentationServer+MessageType.swift
[402/605] Compiling SwiftDocC DocumentationServer.swift
[403/605] Compiling SwiftDocC DocumentationServerError.swift
[404/605] Compiling SwiftDocC DocumentationServerProtocol.swift
[405/605] Compiling SwiftDocC DocumentationService.swift
[406/605] Compiling SwiftDocC GeneratedCurationWriter.swift
[407/605] Compiling SwiftDocC Checker.swift
[408/605] Compiling SwiftDocC AbstractContainsFormattedTextOnly.swift
[409/605] Compiling SwiftDocC DuplicateTopicsSection.swift
[410/605] Compiling SwiftDocC InvalidAdditionalTitle.swift
[411/605] Compiling SwiftDocC MissingAbstract.swift
[412/605] Compiling SwiftDocC NonInclusiveLanguageChecker.swift
[413/605] Compiling SwiftDocC NonOverviewHeadingChecker.swift
[414/605] Compiling SwiftDocC SeeAlsoInTopicsHeadingChecker.swift
[416/617] Emitting module NIOEmbedded
error: emit-module command failed with exit code 1 (use -v to see invocation)
[417/655] Compiling NIOPosix BSDSocketAPICommon.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[418/655] Compiling NIOPosix BSDSocketAPIPosix.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[419/655] Compiling NIOPosix BSDSocketAPIWindows.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[420/655] Compiling NIOPosix BaseSocket.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[421/655] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[422/655] Compiling NIOPosix BaseSocketChannel.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[423/655] Compiling NIOPosix BaseStreamSocketChannel.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[424/655] Compiling NIOPosix Bootstrap.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[425/655] Compiling NIOPosix ControlMessage.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[426/655] Compiling NIOPosix DatagramVectorReadManager.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[427/655] Compiling NIOPosix Errors+Any.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[428/655] Compiling NIOPosix FileDescriptor.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[429/655] Compiling NIOPosix GetaddrinfoResolver.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[430/655] Compiling NIOPosix HappyEyeballs.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[431/655] Compiling NIOPosix IO.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[432/655] Compiling NIOPosix IntegerBitPacking.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[433/655] Compiling NIOPosix IntegerTypes.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[434/655] Compiling NIOPosix Linux.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[435/655] Compiling NIOPosix LinuxCPUSet.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[436/655] Compiling NIOPosix LinuxUring.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[437/655] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[438/655] Compiling NIOPosix NIOThreadPool.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[439/655] Compiling NIOPosix NonBlockingFileIO.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[440/655] Compiling NIOPosix PendingDatagramWritesManager.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[441/655] Compiling NIOPosix PendingWritesManager.swift
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:74:21: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
72 | defer { resultGroup.leave() }
73 |
74 | result = self.decodeMessage(responseData).map(\.payload)
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
/host/spi-builder-workspace/Sources/SwiftDocC/DocumentationService/ExternalReferenceResolverServiceClient.swift:77:17: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
75 | }
76 | } catch {
77 | result = .failure(.failedToEncodeRequest(underlyingError: error))
| `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
78 | resultGroup.leave()
79 | }
[442/655] Emitting module SwiftDocC
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[443/703] Compiling NIOEmbedded AsyncTestingChannel.swift
[444/703] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[445/703] Compiling NIOEmbedded Embedded.swift
[447/704] Compiling NIOPosix Pool.swift
[448/704] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[449/704] Compiling NIOPosix PosixSingletons.swift
[450/704] Compiling NIOPosix RawSocketBootstrap.swift
[451/704] Compiling NIOPosix Resolver.swift
[452/704] Compiling NIOPosix Selectable.swift
[453/709] Compiling NIOPosix ServerSocket.swift
[454/709] Compiling NIOPosix Socket.swift
[455/709] Compiling NIOPosix SocketChannel.swift
[456/709] Compiling NIOPosix SocketProtocols.swift
[457/709] Compiling NIOPosix System.swift
[458/709] Compiling NIOPosix Thread.swift
[463/709] Compiling NIOPosix PipeChannel.swift
[464/709] Compiling NIOPosix PipePair.swift
[472/709] Compiling NIOPosix ThreadPosix.swift
[473/709] Compiling NIOPosix ThreadWindows.swift
[474/709] Compiling NIOPosix UnsafeTransfer.swift
[475/709] Compiling NIOPosix Utilities.swift
[476/709] Compiling NIOPosix VsockAddress.swift
[477/709] Compiling NIOPosix VsockChannelEvents.swift
[485/709] Compiling NIOPosix SelectableChannel.swift
[486/709] Compiling NIOPosix SelectableEventLoop.swift
[487/709] Compiling NIOPosix SelectorEpoll.swift
[488/709] Compiling NIOPosix SelectorGeneric.swift
[489/709] Compiling NIOPosix SelectorKqueue.swift
[490/709] Compiling NIOPosix SelectorUring.swift
[498/709] Emitting module NIOPosix
[500/711] Emitting module NIO
[501/711] Compiling NIO Exports.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[503/712] Compiling SwiftDocC AvailabilityIndex.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[504/712] Compiling SwiftDocC NavigatorIndex+Ext.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[505/712] Compiling SwiftDocC NavigatorIndex.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[506/712] Compiling SwiftDocC NavigatorItem.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[507/712] Compiling SwiftDocC NavigatorTree.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[508/712] Compiling SwiftDocC RenderNode+NavigatorIndex.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[509/712] Compiling SwiftDocC RenderBlockContent+TextIndexing.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[510/712] Compiling SwiftDocC RenderIndex.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[519/712] Compiling SwiftDocC CodeColors.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[520/712] Compiling SwiftDocC CodeColorsPreferenceKey.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[521/712] Compiling SwiftDocC SRGBColor.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[522/712] Compiling SwiftDocC CommunicationBridge.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[523/712] Compiling SwiftDocC AnyCodable.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[524/712] Compiling SwiftDocC JSON.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[525/712] Compiling SwiftDocC Message+Codable.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[526/712] Compiling SwiftDocC Message.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Indexing/Navigator/NavigatorTree.swift:120:14: warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
118 | let readingCursor = ReadingCursor(data: data)
119 |
120 | func __read() {
| `- warning: concurrently-executed local function '__read()' must be marked as '@Sendable'; this is an error in the Swift 6 language mode
121 | let deadline = DispatchTime.now() + timeout
122 | #if swift(>=5.10)
[553/775] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[554/775] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[555/777] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[556/777] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[557/777] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[558/777] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[559/777] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[560/777] Compiling NIOHTTP1 HTTPTypes.swift
[561/777] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[562/777] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[563/777] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[564/777] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[565/777] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[566/777] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[567/777] Emitting module NIOHTTP1
[568/777] Compiling NIOHTTP1 ByteCollectionUtils.swift
[569/777] Compiling NIOHTTP1 HTTPDecoder.swift
[570/777] Compiling NIOHTTP1 HTTPEncoder.swift
[572/777] Compiling SwiftDocC PathHierarchyBasedLinkResolver+Breadcrumbs.swift
[573/777] Compiling SwiftDocC PathHierarchyBasedLinkResolver+Overloads.swift
[574/777] Compiling SwiftDocC PathHierarchyBasedLinkResolver.swift
[575/777] Compiling SwiftDocC NodeURLGenerator.swift
[576/777] Compiling SwiftDocC AccessControl+Comparable.swift
[577/777] Compiling SwiftDocC ExtendedTypeFormatExtension.swift
[578/777] Compiling SwiftDocC ExtendedTypeFormatTransformation.swift
[579/777] Compiling SwiftDocC GeneratedDocumentationTopics.swift
[580/777] Compiling SwiftDocC ResolvedTopicReference+Symbol.swift
[581/777] Compiling SwiftDocC SymbolGraphConcurrentDecoder.swift
[582/777] Compiling SwiftDocC SymbolGraphLoader.swift
[583/777] Compiling SwiftDocC SymbolGraphRelationshipsBuilder.swift
[584/777] Compiling SwiftDocC SymbolReference.swift
[585/777] Compiling SwiftDocC UnresolvedTopicReference+Symbol.swift
[586/777] Compiling SwiftDocC AutomaticCuration.swift
[587/777] Compiling SwiftDocC TopicGraph.swift
[588/777] Compiling SwiftDocC DefaultAvailability.swift
[589/777] Compiling SwiftDocC DocumentationBundle+Info.swift
[590/777] Compiling SwiftDocC DocumentationWorkspace.swift
[591/777] Compiling SwiftDocC DocumentationWorkspaceDataProvider.swift
[592/777] Compiling SwiftDocC FeatureFlags+Info.swift
[593/777] Compiling SwiftDocC FileSystemProvider.swift
[594/777] Compiling SwiftDocC GeneratedDataProvider.swift
[595/777] Compiling SwiftDocC LocalFileSystemDataProvider+BundleDiscovery.swift
[596/777] Compiling SwiftDocC LocalFileSystemDataProvider.swift
[597/777] Compiling SwiftDocC PrebuiltLocalFileSystemDataProvider.swift
[598/777] Compiling SwiftDocC LinkDestinationSummary.swift
[599/777] Compiling SwiftDocC AnchorSection.swift
[600/777] Compiling SwiftDocC AvailabilityParser.swift
[601/777] Compiling SwiftDocC BuildMetadata.swift
[602/777] Compiling SwiftDocC DocumentationMarkup.swift
[603/777] Compiling SwiftDocC DocumentationNode.swift
[604/777] Compiling SwiftDocC Identifier.swift
[605/777] Compiling SwiftDocC Kind.swift
[606/777] Compiling SwiftDocC Markup+parsing.swift
[607/777] Compiling SwiftDocC Name.swift
[608/777] Compiling SwiftDocC ParametersAndReturnValidator.swift
[609/777] Compiling SwiftDocC RenderTermLists.swift
[610/777] Compiling SwiftDocC RenderBlockContent+Capitalization.swift
[611/777] Compiling SwiftDocC RenderBlockContent.swift
[612/777] Compiling SwiftDocC RenderContentMetadata.swift
[613/777] Compiling SwiftDocC RenderInlineContent.swift
[614/777] Compiling SwiftDocC AnyRenderReference.swift
[615/777] Compiling SwiftDocC AnyRenderSection.swift
[616/777] Compiling SwiftDocC DifferenceBuilder.swift
[617/777] Compiling SwiftDocC Differences.swift
[618/777] Compiling SwiftDocC RenderNode+Diffable.swift
[619/777] Compiling SwiftDocC DocumentationContentRenderer.swift
[620/777] Compiling SwiftDocC LinkTitleResolver.swift
[621/825] Compiling SwiftDocC RenderHierarchy.swift
[622/825] Compiling SwiftDocC RenderHierarchyChapter.swift
[623/825] Compiling SwiftDocC RenderHierarchyLandmark.swift
[624/825] Compiling SwiftDocC RenderHierarchyTranslator.swift
[625/825] Compiling SwiftDocC RenderHierarchyTutorial.swift
[626/825] Compiling SwiftDocC RenderReferenceHierarchy.swift
[627/825] Compiling SwiftDocC RenderTutorialsHierarchy.swift
[628/825] Compiling SwiftDocC PresentationURLGenerator.swift
[629/825] Compiling SwiftDocC AssetReferences.swift
[630/825] Compiling SwiftDocC FileReference.swift
[631/825] Compiling SwiftDocC ImageReference.swift
[632/825] Compiling SwiftDocC LinkReference.swift
[633/825] Compiling SwiftDocC MediaReference.swift
[634/825] Compiling SwiftDocC RenderReference.swift
[635/825] Compiling SwiftDocC TopicColor.swift
[636/825] Compiling SwiftDocC TopicImage.swift
[637/825] Compiling SwiftDocC TopicRenderReference.swift
[638/825] Compiling SwiftDocC UnresolvedReference.swift
[639/825] Compiling SwiftDocC VideoReference.swift
[640/825] Compiling SwiftDocC RenderContentCompiler.swift
[641/825] Compiling SwiftDocC RenderContentConvertible.swift
[642/825] Compiling SwiftDocC RenderContext.swift
[643/825] Compiling SwiftDocC RenderNode.Tag.swift
[644/825] Compiling SwiftDocC RenderNode.swift
[645/825] Compiling SwiftDocC AnyMetadata.swift
[646/825] Compiling SwiftDocC CodableContentSection.swift
[647/825] Compiling SwiftDocC CodableRenderReference.swift
[648/825] Compiling SwiftDocC CodableRenderSection.swift
[649/825] Compiling SwiftDocC RenderMetadata.swift
[650/825] Compiling SwiftDocC RenderNode+Codable.swift
[651/825] Compiling SwiftDocC RenderNodeTranslator.swift
[652/825] Compiling SwiftDocC RenderNodeVariant.swift
[653/825] Compiling SwiftDocC RenderReferenceStore.swift
[654/825] Compiling SwiftDocC RenderSection.swift
[655/825] Compiling SwiftDocC AttributesSectionTranslator.swift
[656/825] Compiling SwiftDocC DeclarationsSectionTranslator.swift
[657/825] Compiling SwiftDocC DictionaryKeysSectionTranslator.swift
[658/825] Compiling SwiftDocC DiscussionSectionTranslator.swift
[659/825] Compiling SwiftDocC HTTPBodySectionTranslator.swift
[660/825] Compiling SwiftDocC HTTPEndpointSectionTranslator.swift
[661/825] Compiling SwiftDocC HTTPParametersSectionTranslator.swift
[662/825] Compiling SwiftDocC HTTPResponsesSectionTranslator.swift
[663/825] Compiling SwiftDocC MentionsSectionTranslator.swift
[664/825] Compiling SwiftDocC ParametersSectionTranslator.swift
[665/825] Compiling SwiftDocC PlistDetailsSectionTranslator.swift
[666/825] Compiling SwiftDocC PossibleValuesSectionTranslator.swift
[667/825] Compiling SwiftDocC RenderSectionTranslator.swift
[668/825] Compiling SwiftDocC ReturnsSectionTranslator.swift
[669/873] Compiling SwiftDocC VariantPatchOperation.swift
[670/873] Compiling SwiftDocC Section.swift
[671/873] Compiling SwiftDocC Abstract.swift
[672/873] Compiling SwiftDocC AutomaticTaskGroupSection.swift
[673/873] Compiling SwiftDocC DefaultImplementations.swift
[674/873] Compiling SwiftDocC DeprecatedSection.swift
[675/873] Compiling SwiftDocC DictionaryKeysSection.swift
[676/873] Compiling SwiftDocC Discussion.swift
[677/873] Compiling SwiftDocC GroupedSection.swift
[678/873] Compiling SwiftDocC HTTPBodySection.swift
[679/873] Compiling SwiftDocC HTTPEndpointSection.swift
[680/873] Compiling SwiftDocC HTTPParametersSection.swift
[681/873] Compiling SwiftDocC HTTPResponsesSection.swift
[682/873] Compiling SwiftDocC ParametersSection.swift
[683/873] Compiling SwiftDocC PropertyListPossibleValuesSection.swift
[684/873] Compiling SwiftDocC Relationships.swift
[685/873] Compiling SwiftDocC ReturnsSection.swift
[686/873] Compiling SwiftDocC SeeAlso.swift
[687/873] Compiling SwiftDocC Topics.swift
[688/873] Compiling SwiftDocC DictionaryKey.swift
[689/873] Compiling SwiftDocC HTTPBody.swift
[690/873] Compiling SwiftDocC HTTPParameter.swift
[691/873] Compiling SwiftDocC HTTPResponse.swift
[692/873] Compiling SwiftDocC LegacyTag.swift
[693/897] Compiling SwiftDocC LineHighlighter.swift
[694/897] Compiling SwiftDocC DownloadReference.swift
[695/897] Compiling SwiftDocC XcodeRequirementReference.swift
[696/897] Compiling SwiftDocC IntroRenderSection.swift
[697/897] Compiling SwiftDocC TutorialAssessmentsRenderSection.swift
[698/897] Compiling SwiftDocC TutorialSectionsRenderSection.swift
[699/897] Compiling SwiftDocC RenderTile.swift
[700/897] Compiling SwiftDocC CallToActionSection.swift
[701/897] Compiling SwiftDocC ContentAndMediaGroupSection.swift
[702/897] Compiling SwiftDocC ContentAndMediaSection.swift
[703/897] Compiling SwiftDocC ResourcesRenderSection.swift
[704/897] Compiling SwiftDocC VolumeRenderSection.swift
[705/897] Compiling SwiftDocC JSONPatchApplier.swift
[706/897] Compiling SwiftDocC JSONPatchOperation.swift
[707/897] Compiling SwiftDocC JSONPointer.swift
[708/897] Compiling SwiftDocC PatchOperation.swift
[709/897] Compiling SwiftDocC RenderNodeVariantOverridesApplier.swift
[710/897] Compiling SwiftDocC VariantCollection+Coding.swift
[711/897] Compiling SwiftDocC VariantCollection+Symbol.swift
[712/897] Compiling SwiftDocC VariantCollection+Variant.swift
[713/897] Compiling SwiftDocC VariantCollection.swift
[714/897] Compiling SwiftDocC VariantContainer.swift
[715/897] Compiling SwiftDocC VariantOverride.swift
[716/897] Compiling SwiftDocC VariantOverrides.swift
[717/921] Compiling SwiftDocC DocumentationBundle.swift
[718/921] Compiling SwiftDocC DocumentationBundleFileTypes.swift
[719/921] Compiling SwiftDocC DocumentationContext+Breadcrumbs.swift
[720/921] Compiling SwiftDocC DocumentationContext.swift
[721/921] Compiling SwiftDocC DocumentationConverter.swift
[722/921] Compiling SwiftDocC DocumentationCurator.swift
[723/921] Compiling SwiftDocC KindIdentifier+Curation.swift
[724/921] Compiling SwiftDocC SymbolGraph.Symbol.Location+URL.swift
[725/921] Compiling SwiftDocC ExternalDocumentationSource.swift
[726/921] Compiling SwiftDocC ExternalMetadata.swift
[727/921] Compiling SwiftDocC GlobalExternalSymbolResolver.swift
[728/921] Compiling SwiftDocC OutOfProcessReferenceResolver.swift
[729/921] Compiling SwiftDocC DataProvider.swift
[730/921] Compiling SwiftDocC DocumentationInputsProvider.swift
[731/921] Compiling SwiftDocC ExternalPathHierarchyResolver.swift
[732/921] Compiling SwiftDocC LinkResolver.swift
[733/921] Compiling SwiftDocC PathHierarchy+DisambiguatedPaths.swift
[734/921] Compiling SwiftDocC PathHierarchy+Dump.swift
[735/921] Compiling SwiftDocC PathHierarchy+Error.swift
[736/921] Compiling SwiftDocC PathHierarchy+Find.swift
[737/921] Compiling SwiftDocC PathHierarchy+PathComponent.swift
[738/921] Compiling SwiftDocC PathHierarchy+Serialization.swift
[739/921] Compiling SwiftDocC PathHierarchy+TypeSignature.swift
[740/921] Compiling SwiftDocC PathHierarchy+TypeSignatureDisambiguation.swift
[741/921] Compiling SwiftDocC PathHierarchy.swift
[742/921] Compiling SwiftDocC MessageType.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[743/921] Compiling SwiftDocC WebKitCommunicationBridge.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[744/921] Compiling SwiftDocC ContentCache.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[745/921] Compiling SwiftDocC DocumentationContext+Deprecated.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[746/921] Compiling SwiftDocC DocumentationContext+Configuration.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[747/921] Compiling SwiftDocC ConvertActionConverter.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[748/921] Compiling SwiftDocC ConvertOutputConsumer.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[749/921] Compiling SwiftDocC CoverageDataEntry.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[750/921] Compiling SwiftDocC ANSIAnnotation.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[751/921] Compiling SwiftDocC Diagnostic.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[752/921] Compiling SwiftDocC DiagnosticConsoleWriter.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[753/921] Compiling SwiftDocC DiagnosticConsumer.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[754/921] Compiling SwiftDocC DiagnosticEngine.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[755/921] Compiling SwiftDocC DiagnosticFile.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[756/921] Compiling SwiftDocC DiagnosticFileWriter.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[757/921] Compiling SwiftDocC DiagnosticFormattingOptions.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[758/921] Compiling SwiftDocC DiagnosticNote.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[759/921] Compiling SwiftDocC DiagnosticSeverity.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[760/921] Compiling SwiftDocC ParseDirectiveArguments.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[761/921] Compiling SwiftDocC Problem.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[762/921] Compiling SwiftDocC Replacement.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[763/921] Compiling SwiftDocC Solution.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[764/921] Compiling SwiftDocC SourcePosition.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[765/921] Compiling SwiftDocC TerminalHelper.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[766/921] Compiling SwiftDocC DocumentationBundle+Identifier.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:9: error: cannot find 'isatty' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'isatty' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:16: error: cannot find 'fileno' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'fileno' in scope
24 | }
25 | }
/host/spi-builder-workspace/Sources/SwiftDocC/Infrastructure/Diagnostics/TerminalHelper.swift:23:23: error: cannot find 'stderr' in scope
21 | enum TerminalHelper {
22 | static var isConnectedToTerminal: Bool {
23 | isatty(fileno(stderr)) != 0
| `- error: cannot find 'stderr' in scope
24 | }
25 | }
[767/969] Compiling SwiftDocC SemanticVersion.swift
[768/969] Compiling SwiftDocC AttributesRenderSection.swift
[769/969] Compiling SwiftDocC AvailabilityRenderMetadataItem.swift
[770/969] Compiling SwiftDocC AvailabilitySortOrder.swift
[771/969] Compiling SwiftDocC ConformanceSection.swift
[772/969] Compiling SwiftDocC ContentRenderSection.swift
[773/969] Compiling SwiftDocC DeclarationRenderSection+SymbolGraph.swift
[774/969] Compiling SwiftDocC DeclarationsRenderSection.swift
[775/969] Compiling SwiftDocC DiffAvailability.swift
[776/969] Compiling SwiftDocC MentionsRenderSection.swift
[777/969] Compiling SwiftDocC ParameterRenderSection.swift
[778/969] Compiling SwiftDocC PossibleValuesRenderSection.swift
[779/969] Compiling SwiftDocC PropertiesRenderSection.swift
[780/969] Compiling SwiftDocC PropertyListDetailsRenderSection.swift
[781/969] Compiling SwiftDocC RESTBodyRenderSection.swift
[782/969] Compiling SwiftDocC RESTEndpointRenderSection.swift
[783/969] Compiling SwiftDocC RESTExampleRenderSection.swift
[784/969] Compiling SwiftDocC RESTParametersRenderSection.swift
[785/969] Compiling SwiftDocC RESTResponseRenderSection.swift
[786/969] Compiling SwiftDocC RelationshipsRenderSection.swift
[787/969] Compiling SwiftDocC SampleDownloadSection.swift
[788/969] Compiling SwiftDocC TaskGroupRenderSection.swift
[789/969] Compiling SwiftDocC TopicsSectionStyle.swift
[790/969] Compiling SwiftDocC TutorialArticleSection.swift
[791/969] Compiling SwiftDocC Parameter.swift
[792/969] Compiling SwiftDocC Return.swift
[793/969] Compiling SwiftDocC Throw.swift
[794/969] Compiling SwiftDocC SourceLanguage.swift
[795/969] Compiling SwiftDocC TaskGroup.swift
[796/969] Compiling SwiftDocC Abstracted.swift
[797/969] Compiling SwiftDocC Article.swift
[798/969] Compiling SwiftDocC ArticleSymbolMentions.swift
[799/969] Compiling SwiftDocC MarkupConvertible.swift
[800/969] Compiling SwiftDocC Comment.swift
[801/969] Compiling SwiftDocC ContentAndMedia.swift
[802/969] Compiling SwiftDocC DirectiveConvertable.swift
[803/969] Compiling SwiftDocC AutomaticDirectiveConvertible.swift
[804/969] Compiling SwiftDocC ChildDirectiveWrapper.swift
[805/969] Compiling SwiftDocC ChildMarkdownWrapper.swift
[806/969] Compiling SwiftDocC DirectiveArgumentValueConvertible.swift
[807/969] Compiling SwiftDocC DirectiveArgumentWrapper.swift
[808/969] Compiling SwiftDocC DirectiveIndex.swift
[809/969] Compiling SwiftDocC DirectiveMirror.swift
[810/969] Compiling SwiftDocC MarkupContaining.swift
[811/969] Compiling SwiftDocC DirectiveParser.swift
[812/969] Compiling SwiftDocC ExternalMarkupReferenceWalker.swift
[813/969] Compiling SwiftDocC ExternalReferenceWalker.swift
[814/969] Compiling SwiftDocC DeprecatedArgument.swift
[815/969] Compiling SwiftDocC DirectedGraph.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[816/969] Compiling SwiftDocC LMDB+Database.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[817/969] Compiling SwiftDocC LMDB+Environment.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[818/969] Compiling SwiftDocC LMDB+Error.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[819/969] Compiling SwiftDocC LMDB+Transaction.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[820/969] Compiling SwiftDocC LMDB.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[821/969] Compiling SwiftDocC EnglishLanguage.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[822/969] Compiling SwiftDocC NativeLanguage.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[823/969] Compiling SwiftDocC ListItemUpdatable.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[824/969] Compiling SwiftDocC LogHandle.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[825/969] Compiling SwiftDocC AnyLink.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[826/969] Compiling SwiftDocC BlockDirectiveExtensions.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[827/969] Compiling SwiftDocC DocumentExtensions.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[828/969] Compiling SwiftDocC ImageExtensions.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[829/969] Compiling SwiftDocC ListItemExtractor.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[830/969] Compiling SwiftDocC MarkupChildrenExtensions.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[831/969] Compiling SwiftDocC SourceRangeExtensions.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[832/969] Compiling SwiftDocC NearMiss.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[833/969] Compiling SwiftDocC RenderNodeDataExtractor.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[834/969] Compiling SwiftDocC SemanticVersion+Comparable.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[835/969] Compiling SwiftDocC SymbolGraphAvailability+Filter.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[836/969] Compiling SwiftDocC Synchronization.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[837/969] Compiling SwiftDocC ValidatedURL.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[838/969] Compiling SwiftDocC Version.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:51: error: cannot find 'S_IRWXU' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRWXU' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:61: error: cannot find 'S_IRGRP' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IRGRP' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:71: error: cannot find 'S_IROTH' in scope
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot find 'S_IROTH' in scope
49 | #endif
50 |
/host/spi-builder-workspace/Sources/SwiftDocC/Utility/LMDB/LMDB.swift:48:69: error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
46 | public static let defaultFileMode: ModeType = _S_IREAD | _S_IWRITE
47 | #else
48 | public static let defaultFileMode: ModeType = S_IRWXU | S_IRGRP | S_IROTH
| `- error: cannot convert value of type 'UInt8' to specified type 'LMDB.ModeType' (aka 'UInt32')
49 | #endif
50 |
[839/969] Compiling SwiftDocC Collection+indexed.swift
[840/969] Compiling SwiftDocC Dictionary+TypedValues.swift
[841/969] Compiling SwiftDocC NoOpSignposterShim.swift
[842/969] Compiling SwiftDocC Optional+baseType.swift
[843/969] Compiling SwiftDocC PlainTextShim.swift
[844/969] Compiling SwiftDocC RangeReplaceableCollection+Group.swift
[845/969] Compiling SwiftDocC Sequence+Categorize.swift
[846/969] Compiling SwiftDocC Sequence+FirstMap.swift
[847/969] Compiling SwiftDocC Sequence+RenderBlockContentElemenet.swift
[848/969] Compiling SwiftDocC SortByKeyPath.swift
[849/969] Compiling SwiftDocC String+Capitalization.swift
[850/969] Compiling SwiftDocC String+Hashing.swift
[851/969] Compiling SwiftDocC String+Path.swift
[852/969] Compiling SwiftDocC String+SingleQuoted.swift
[853/969] Compiling SwiftDocC String+Splitting.swift
[854/969] Compiling SwiftDocC String+Whitespace.swift
[855/969] Compiling SwiftDocC StringCollection+List.swift
[856/969] Compiling SwiftDocC URL+IsAbsoluteWebURL.swift
[857/969] Compiling SwiftDocC URL+Relative.swift
[858/969] Compiling SwiftDocC URL+WithFragment.swift
[859/969] Compiling SwiftDocC URL+WithoutHostAndPortAndScheme.swift
[860/969] Compiling SwiftDocC DirectedGraph+Cycles.swift
[861/969] Compiling SwiftDocC DirectedGraph+Paths.swift
[862/969] Compiling SwiftDocC DirectedGraph+Traversal.swift
[863/969] Compiling SwiftDocC XcodeRequirement.swift
[864/969] Compiling SwiftDocC Stack.swift
[865/969] Compiling SwiftDocC TutorialArticle.swift
[866/969] Compiling SwiftDocC SemanticVisitor.swift
[867/969] Compiling SwiftDocC SemanticWalker.swift
[868/969] Compiling SwiftDocC SemanticTreeDumper.swift
[869/969] Compiling SwiftDocC DocumentationSchemeHandler.swift
[870/969] Compiling SwiftDocC FileServer.swift
[871/969] Compiling SwiftDocC SourceRepository.swift
[872/969] Compiling SwiftDocC Checksum.swift
[873/969] Compiling SwiftDocC Collection+ConcurrentPerform.swift
[874/969] Compiling SwiftDocC CollectionChanges.swift
[875/969] Compiling SwiftDocC BidirectionalMap.swift
[876/969] Compiling SwiftDocC GroupedSequence.swift
[877/969] Compiling SwiftDocC DispatchGroup+Async.swift
[878/969] Compiling SwiftDocC DescribedError.swift
[879/969] Compiling SwiftDocC ErrorWithProblems.swift
[880/969] Compiling SwiftDocC ExternalIdentifier.swift
[881/969] Compiling SwiftDocC FeatureFlags.swift
[882/969] Compiling SwiftDocC FileManagerProtocol+FilesSequence.swift
[883/969] Compiling SwiftDocC FileManagerProtocol.swift
[884/969] Compiling SwiftDocC Array+baseType.swift
[885/969] Compiling SwiftDocC AutoreleasepoolShim.swift
[886/969] Compiling SwiftDocC CharacterSet.swift
[887/969] Compiling SwiftDocC DocumentationDataVariants+SymbolGraphSymbol.swift
[888/969] Compiling SwiftDocC DocumentationDataVariants.swift
[889/969] Compiling SwiftDocC PlatformName.swift
[890/969] Compiling SwiftDocC Relationship.swift
[891/969] Compiling SwiftDocC Symbol.swift
[892/969] Compiling SwiftDocC UnifiedSymbol+Extensions.swift
[893/969] Compiling SwiftDocC Resources.swift
[894/969] Compiling SwiftDocC Tile.swift
[895/969] Compiling SwiftDocC TutorialTableOfContents.swift
[896/969] Compiling SwiftDocC Chapter.swift
[897/969] Compiling SwiftDocC TutorialReference.swift
[898/969] Compiling SwiftDocC Volume.swift
[899/969] Compiling SwiftDocC TechnologyBound.swift
[900/969] Compiling SwiftDocC Timed.swift
[901/969] Compiling SwiftDocC Titled.swift
[902/969] Compiling SwiftDocC Assessments.swift
[903/969] Compiling SwiftDocC Choice.swift
[904/969] Compiling SwiftDocC Justification.swift
[905/969] Compiling SwiftDocC MultipleChoice.swift
[906/969] Compiling SwiftDocC Code.swift
[907/969] Compiling SwiftDocC Step.swift
[908/969] Compiling SwiftDocC Steps.swift
[909/969] Compiling SwiftDocC TutorialSection.swift
[910/969] Compiling SwiftDocC Tutorial.swift
[911/969] Compiling SwiftDocC Metadata.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[912/969] Compiling SwiftDocC PageColor.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[913/969] Compiling SwiftDocC PageImage.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[914/969] Compiling SwiftDocC PageKind.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[915/969] Compiling SwiftDocC SupportedLanguage.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[916/969] Compiling SwiftDocC TechnologyRoot.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[917/969] Compiling SwiftDocC TitleHeading.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[918/969] Compiling SwiftDocC AutomaticArticleSubheading.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[919/969] Compiling SwiftDocC AutomaticSeeAlso.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[920/969] Compiling SwiftDocC AutomaticTitleHeading.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[921/969] Compiling SwiftDocC Options.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[922/969] Compiling SwiftDocC TopicsVisualStyle.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[923/969] Compiling SwiftDocC Redirect.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[924/969] Compiling SwiftDocC Redirected.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[925/969] Compiling SwiftDocC Links.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[926/969] Compiling SwiftDocC Row.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[927/969] Compiling SwiftDocC Small.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[928/969] Compiling SwiftDocC TabNavigator.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[929/969] Compiling SwiftDocC ReferenceResolver.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[930/969] Compiling SwiftDocC Semantic.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[931/969] Compiling SwiftDocC SemanticAnalysis.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[932/969] Compiling SwiftDocC SemanticAnalyzer.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[933/969] Compiling SwiftDocC Snippet.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[934/969] Compiling SwiftDocC DeprecationSummary.swift
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1795ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1795ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
/host/spi-builder-workspace/Sources/SwiftDocC/Semantics/Metadata/Metadata.swift:209:73: warning: expression took 1730ms to type-check (limit: 1000ms)
207 | problems: inout [Problem]
208 | ) {
209 | let invalidDirectives: [(any AutomaticDirectiveConvertible)?] = [
| `- warning: expression took 1730ms to type-check (limit: 1000ms)
210 | documentationOptions,
211 | technologyRoot,
[935/969] Compiling SwiftDocC Extract.swift
[936/969] Compiling SwiftDocC HasArgumentOfType.swift
[937/969] Compiling SwiftDocC HasAtLeastOne.swift
[938/969] Compiling SwiftDocC HasAtMostOne.swift
[939/969] Compiling SwiftDocC HasContent.swift
[940/969] Compiling SwiftDocC HasExactlyOne.swift
[941/969] Compiling SwiftDocC HasOnlyKnownArguments.swift
[942/969] Compiling SwiftDocC HasOnlyKnownDirectives.swift
[943/969] Compiling SwiftDocC HasOnlySequentialHeadings.swift
[944/969] Compiling SwiftDocC SymbolKind.Swift.swift
[945/969] Compiling SwiftDocC Intro.swift
[946/969] Compiling SwiftDocC Landmark.swift
[947/969] Compiling SwiftDocC Layout.swift
[948/969] Compiling SwiftDocC MarkupContainer.swift
[949/969] Compiling SwiftDocC MarkupReferenceResolver.swift
[950/969] Compiling SwiftDocC ImageMedia.swift
[951/969] Compiling SwiftDocC Media.swift
[952/969] Compiling SwiftDocC VideoMedia.swift
[953/969] Compiling SwiftDocC AlternateRepresentation.swift
[954/969] Compiling SwiftDocC Availability.swift
[955/969] Compiling SwiftDocC CallToAction.swift
[956/969] Compiling SwiftDocC CustomMetadata.swift
[957/969] Compiling SwiftDocC DisplayName.swift
[958/969] Compiling SwiftDocC DocumentationExtension.swift
BUILD FAILURE 6.1 android