The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Rosalind, reference 0.7.94 (22cca9), with Swift 6.0 for Linux on 28 Apr 2026 22:53:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/Rosalind.git
Reference: 0.7.94
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tuist/Rosalind
 * tag               0.7.94     -> FETCH_HEAD
HEAD is now at 22cca91 [Release] Rosalind 0.7.94
Cloned https://github.com/tuist/Rosalind.git
Revision (git rev-parse @):
22cca91d2997970c172f7d97cacc5a16a3133444
SUCCESS checkout https://github.com/tuist/Rosalind.git at 0.7.94
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tuist/Rosalind.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/tuist/Command.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/p-x9/MachOKit
Fetching https://github.com/Kolos65/Mockable
Fetching https://github.com/apple/swift-crypto.git
[1/6695] Fetching machokit
[2546/8762] Fetching machokit, mockable
[8763/26209] Fetching machokit, mockable, swift-crypto
[9287/28241] Fetching machokit, mockable, swift-crypto, command
Fetched https://github.com/p-x9/MachOKit from cache (0.53s)
Fetching https://github.com/tuist/FileSystem.git
[2786/21546] Fetching mockable, swift-crypto, command
[3972/69301] Fetching mockable, swift-crypto, command, swift-protobuf
[7742/85370] Fetching mockable, swift-crypto, command, swift-protobuf, swift-snapshot-testing
[8396/90066] Fetching mockable, swift-crypto, command, swift-protobuf, swift-snapshot-testing, filesystem
Fetched https://github.com/tuist/FileSystem.git from cache (0.57s)
[10946/85370] Fetching mockable, swift-crypto, command, swift-protobuf, swift-snapshot-testing
Fetching https://github.com/tuist/Path.git
[18362/85771] Fetching mockable, swift-crypto, command, swift-protobuf, swift-snapshot-testing, path
Fetched https://github.com/tuist/Path.git from cache (0.38s)
[21850/85370] Fetching mockable, swift-crypto, command, swift-protobuf, swift-snapshot-testing
Fetched https://github.com/Kolos65/Mockable from cache (2.73s)
[55258/83303] Fetching swift-crypto, command, swift-protobuf, swift-snapshot-testing
Fetched https://github.com/apple/swift-crypto.git from cache (2.78s)
[40042/65856] Fetching command, swift-protobuf, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.95s)
[49310/49787] Fetching command, swift-protobuf
Fetched https://github.com/tuist/Command.git from cache (8.37s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.49s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.87s)
Computing version for https://github.com/Kolos65/Mockable
Computed https://github.com/Kolos65/Mockable at 0.6.2 (0.94s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5723] Fetching xctest-dynamic-overlay
[3550/80762] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.90s)
[12007/75039] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.91s)
Computing version for https://github.com/p-x9/MachOKit
warning: 'machokit': /Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
130 |     public static var allCases: [Self] {
131 |         [
Computed https://github.com/p-x9/MachOKit at 0.49.0 (0.83s)
Fetching https://github.com/p-x9/ObjectArchiveKit.git
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/p-x9/swift-fileio-extra.git
[1/48] Fetching swift-fileio-extra
[49/290] Fetching swift-fileio-extra, swift-binary-parse-support
[291/549] Fetching swift-fileio-extra, swift-binary-parse-support, objectarchivekit
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.34s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.34s)
[1/246] Fetching swift-fileio
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.51s)
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (6.10s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.65s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.38s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (0.75s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (0.69s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.5.0 (0.67s)
Computing version for https://github.com/p-x9/swift-fileio-extra.git
Computed https://github.com/p-x9/swift-fileio-extra.git at 0.2.2 (1.21s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.58s)
Computing version for https://github.com/tuist/Command.git
Computed https://github.com/tuist/Command.git at 0.14.1 (0.66s)
Fetching https://github.com/apple/swift-log
[1/6726] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.64s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.51s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (1.95s)
Computing version for https://github.com/tuist/FileSystem.git
Computed https://github.com/tuist/FileSystem.git at 0.17.1 (0.79s)
Fetching https://github.com/tuist/ZIPFoundation
[1/4879] Fetching zipfoundation
Fetched https://github.com/tuist/ZIPFoundation from cache (0.56s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.21 (0.61s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.92s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.21
Creating working copy for https://github.com/tuist/Command.git
Working copy of https://github.com/tuist/Command.git resolved at 0.14.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/tuist/FileSystem.git
Working copy of https://github.com/tuist/FileSystem.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/p-x9/MachOKit
Working copy of https://github.com/p-x9/MachOKit resolved at 0.49.0
Creating working copy for https://github.com/p-x9/swift-fileio-extra.git
Working copy of https://github.com/p-x9/swift-fileio-extra.git resolved at 0.2.2
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Creating working copy for https://github.com/Kolos65/Mockable
Working copy of https://github.com/Kolos65/Mockable resolved at 0.6.2
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.37.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
Creating working copy for https://github.com/p-x9/ObjectArchiveKit.git
Working copy of https://github.com/p-x9/ObjectArchiveKit.git resolved at 0.5.0
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
130 |     public static var allCases: [Self] {
131 |         [
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Rosalind/Proto/Configuration.proto
    /host/spi-builder-workspace/Sources/Rosalind/Proto/Resources.proto
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/464] Compiling VendoredCSystem shims.c
[1/464] Copying PrivacyInfo.xcprivacy
[2/464] Write sources
[12/464] Copying PrivacyInfo.xcprivacy
[12/464] Write sources
[20/464] Compiling _SwiftSyntaxCShims PlatformMutex.c
[21/464] Write sources
[44/464] Compiling fiat_p256_adx_sqr.S
[45/464] Compiling fiat_p256_adx_mul.S
[46/464] Compiling fiat_curve25519_adx_square.S
[47/464] Compiling CCryptoBoringSSLShims shims.c
[48/464] Compiling fiat_curve25519_adx_mul.S
[49/464] Compiling md5-x86_64-linux.S
[50/464] Write swift-version-24593BA9C3E375BF.txt
[51/464] Compiling md5-x86_64-apple.S
[51/464] Compiling CFileSystemShims CFileSystemShims.c
[53/464] Compiling md5-586-apple.S
[54/464] Compiling md5-586-linux.S
[55/468] Compiling a_d2i_fp.cc
[56/487] Compiling a_dup.cc
[58/518] Emitting module SwiftSyntax602
[58/518] Compiling blake2.cc
[59/522] Compiling a_gentm.cc
[61/611] Emitting module VendoredSystemPackage
[62/615] Compiling SwiftSyntax509 Empty.swift
[63/615] Emitting module SwiftSyntax509
[64/616] Emitting module SwiftSyntax601
[65/616] Compiling SwiftSyntax601 Empty.swift
[66/617] Compiling SwiftSyntax602 Empty.swift
[69/618] Compiling SwiftSyntax510 Empty.swift
[70/618] Emitting module SwiftSyntax510
[72/619] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[73/619] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[74/619] Compiling SwiftProtobuf BytecodeInterpreter.swift
[75/619] Compiling SwiftProtobuf BytecodeReader.swift
[77/619] Emitting module SwiftSyntax600
[78/619] Compiling SwiftSyntax600 Empty.swift
[79/620] Compiling VendoredSystemPackage SystemString.swift
[80/620] Compiling VendoredSystemPackage Util+StringArray.swift
[81/620] Compiling VendoredSystemPackage Util.swift
[82/620] Compiling VendoredSystemPackage UtilConsumers.swift
[83/620] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[84/620] Compiling SwiftProtobuf BinaryDelimited.swift
[85/620] Compiling SwiftProtobuf BinaryEncoder.swift
[86/620] Compiling SwiftProtobuf BinaryEncodingError.swift
[87/620] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[88/620] Compiling SwiftProtobuf AnyMessageStorage.swift
[89/620] Compiling SwiftProtobuf AnyUnpackError.swift
[90/620] Compiling SwiftProtobuf AsyncMessageSequence.swift
[91/620] Compiling SwiftProtobuf BinaryDecoder.swift
[92/620] Compiling SwiftProtobuf BinaryDecodingError.swift
[94/709] Emitting module IssueReportingPackageSupport
[95/709] Compiling IssueReportingPackageSupport _Test.swift
[97/710] Compiling StandardLibraryExtensions Slice.swift
[98/710] Compiling StandardLibraryExtensions StaticString.swift
[99/710] Compiling StandardLibraryExtensions StrideThrough.swift
[100/710] Compiling StandardLibraryExtensions StrideTo.swift
[101/710] Compiling StandardLibraryExtensions String.Builder.swift
[102/710] Compiling StandardLibraryExtensions String.swift
[103/710] Compiling StandardLibraryExtensions StringProtocol.swift
[104/710] Compiling StandardLibraryExtensions Substring.swift
[105/710] Compiling StandardLibraryExtensions UInt8.swift
[106/710] Compiling StandardLibraryExtensions Unicode.swift
[107/720] Emitting module Logging
[108/720] Emitting module StandardLibraryExtensions
[109/720] Compiling StandardLibraryExtensions AutoreleasingUnsafeMutablePointer.swift
[110/720] Compiling StandardLibraryExtensions Bool.Builder.swift
[111/720] Compiling StandardLibraryExtensions Bool.swift
[112/720] Compiling StandardLibraryExtensions Character.swift
[113/720] Compiling StandardLibraryExtensions ClosedRange.swift
[114/720] Compiling StandardLibraryExtensions Collection.swift
[115/720] Compiling StandardLibraryExtensions CollectionOfOne.Builder.swift
[116/720] Compiling StandardLibraryExtensions CollectionOfOne.swift
[117/720] Compiling StandardLibraryExtensions CommandLine.swift
[118/720] Compiling StandardLibraryExtensions Comparable.swift
[119/720] Compiling StandardLibraryExtensions ContiguousArray.swift
[120/720] Compiling StandardLibraryExtensions Dictionary.Builder.swift
[121/720] Compiling StandardLibraryExtensions Dictionary.swift
[122/720] Compiling StandardLibraryExtensions Double.swift
[123/720] Compiling StandardLibraryExtensions Duration.swift
[124/720] Compiling StandardLibraryExtensions EmptyCollection.swift
[125/720] Compiling StandardLibraryExtensions EnumeratedSequence.swift
[126/720] Compiling StandardLibraryExtensions FlattenSequence.swift
[127/720] Compiling StandardLibraryExtensions Float.swift
[128/720] Compiling StandardLibraryExtensions FloatingPoint.swift
[129/720] Compiling StandardLibraryExtensions Unmanaged.swift
[130/720] Compiling StandardLibraryExtensions UnsafeBufferPointer.swift
[131/720] Compiling StandardLibraryExtensions UnsafeMutableBufferPointer.swift
[132/720] Compiling StandardLibraryExtensions UnsafeMutablePointer.swift
[133/720] Compiling StandardLibraryExtensions UnsafeMutableRawBufferPointer.swift
[134/720] Compiling StandardLibraryExtensions UnsafeMutableRawPointer.swift
[135/720] Compiling StandardLibraryExtensions UnsafePointer.swift
[136/720] Compiling StandardLibraryExtensions UnsafeRawBufferPointer.swift
[137/720] Compiling StandardLibraryExtensions UnsafeRawPointer.swift
[138/720] Compiling StandardLibraryExtensions Zip2Sequence.swift
[139/763] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[140/763] Compiling SwiftSyntax SyntaxBaseNodes.swift
[141/763] Compiling StandardLibraryExtensions Repeated.swift
[142/763] Compiling StandardLibraryExtensions Result.Builder.swift
[143/763] Compiling StandardLibraryExtensions Result.swift
[144/763] Compiling StandardLibraryExtensions ReversedCollection.swift
[145/763] Compiling StandardLibraryExtensions Sequence.swift
[146/763] Compiling StandardLibraryExtensions Set.Builder.swift
[147/763] Compiling StandardLibraryExtensions Set.swift
[148/763] Compiling StandardLibraryExtensions SetString.swift
[149/768] Compiling SwiftSyntax SyntaxText.swift
[150/768] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[151/768] Compiling SwiftSyntax TokenDiagnostic.swift
[152/768] Compiling SwiftSyntax TokenSequence.swift
[153/768] Compiling SwiftSyntax TokenSyntax.swift
[154/768] Compiling SwiftSyntax Trivia.swift
[155/768] Compiling SwiftSyntax Utils.swift
[156/768] Compiling SwiftSyntax AbsolutePosition.swift
[157/768] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[158/768] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[159/768] Compiling SwiftSyntax Identifier.swift
[160/768] Compiling SwiftSyntax MemoryLayout.swift
[161/768] Compiling SwiftSyntax MissingNodeInitializers.swift
[162/768] Compiling SwiftSyntax RawSyntax.swift
[163/768] Compiling SwiftSyntax RawSyntaxArena.swift
[164/768] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[165/768] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[166/768] Compiling SwiftSyntax RawSyntaxTokenView.swift
[167/768] Compiling SwiftSyntax SourceEdit.swift
[168/768] Compiling SwiftSyntax SourceLength.swift
[169/768] Compiling StandardLibraryExtensions AdditiveArithmetic.swift
[170/768] Compiling StandardLibraryExtensions AnyBidirectionalCollection.swift
[171/768] Compiling StandardLibraryExtensions AnyCollection.swift
[172/768] Compiling StandardLibraryExtensions AnyHashable.swift
[173/768] Compiling StandardLibraryExtensions AnyIterator.swift
[174/768] Compiling StandardLibraryExtensions AnyRandomAccessCollection.swift
[175/768] Compiling StandardLibraryExtensions AnySequence.swift
[176/768] Compiling StandardLibraryExtensions Array.Builder.swift
[177/768] Compiling StandardLibraryExtensions Array.swift
[178/768] Compiling StandardLibraryExtensions ArraySlice.swift
[179/784] Compiling Logging MetadataProvider.swift
[180/784] Compiling Logging Locks.swift
[189/784] Compiling SwiftSyntax SyntaxNodeStructure.swift
[190/784] Compiling SwiftSyntax SyntaxProtocol.swift
[193/784] Compiling SwiftSyntax SyntaxChildren.swift
[194/784] Compiling SwiftSyntax SyntaxCollection.swift
[195/784] Compiling SwiftSyntax SyntaxHashable.swift
[196/784] Compiling SwiftSyntax SyntaxIdentifier.swift
[199/785] Emitting module ZIPFoundation
[211/829] Compiling Path Path.swift
[212/829] Emitting module Path
[213/830] Compiling StandardTime Time.Picosecond.swift
[214/830] Compiling StandardTime Time.Second.swift
[215/830] Compiling StandardTime Time.TimezoneOffset.swift
[216/830] Compiling StandardTime Time.Month.Day.swift
[217/830] Compiling StandardTime Time.Month.swift
[218/830] Compiling StandardTime Time.Nanosecond.swift
[219/830] Compiling StandardTime Time.Year.swift
[220/830] Compiling ZIPFoundation resource_bundle_accessor.swift
[221/830] Compiling Logging Logging.swift
[222/830] Compiling Logging LogHandler.swift
[223/830] Compiling Logging LogEvent.swift
[225/831] Compiling StandardTime Time.Epoch.swift
[226/831] Compiling StandardTime Time.Femtosecond.swift
[227/831] Compiling StandardTime Time.Hour.swift
[230/832] Compiling StandardTime Time.Week.Day.swift
[231/832] Compiling StandardTime Time.Week.swift
[232/835] Wrapping AST for VendoredSystemPackage for debugging
[234/835] Compiling StandardTime Time.Microsecond.swift
[235/835] Compiling StandardTime Time.Millisecond.swift
[236/835] Compiling StandardTime Time.Minute.swift
[243/835] Compiling StandardTime Duration.swift
[244/835] Compiling StandardTime Instant.swift
[245/835] Compiling StandardTime Time.Attosecond.swift
[246/835] Compiling StandardTime Time.Calendar.Gregorian.swift
[247/835] Compiling StandardTime Time.Calendar.swift
[248/835] Compiling StandardTime Time.Epoch.Conversion.swift
[261/835] Compiling StandardTime Time.Yoctosecond.swift
[262/835] Compiling StandardTime Time.Zeptosecond.swift
[263/835] Compiling StandardTime Time.swift
[263/846] Wrapping AST for ZIPFoundation for debugging
[265/847] Emitting module StandardTime
[273/858] Emitting module Locale
[276/858] Wrapping AST for SwiftSyntax602 for debugging
[278/858] Compiling Formatting Format.Numeric.swift
[279/858] Compiling Locale Locale.swift
[280/858] Compiling Formatting Format.Numeric.DecimalSeparatorStrategy.swift
[281/858] Compiling Formatting Format.Numeric.Notation.swift
[282/858] Compiling Formatting Format.Numeric.SignDisplayStrategy.swift
[283/859] Compiling Formatting Formatting.swift
[284/859] Compiling Formatting Format.FloatingPoint.swift
[285/859] Emitting module IssueReporting
[285/859] Wrapping AST for SwiftSyntax601 for debugging
[288/859] Emitting module Formatting
[289/859] Compiling Formatting Format.BinaryInteger.swift
[289/860] Wrapping AST for SwiftSyntax600 for debugging
[293/861] Wrapping AST for SwiftSyntax510 for debugging
[296/861] Wrapping AST for SwiftSyntax509 for debugging
[297/861] Wrapping AST for StandardLibraryExtensions for debugging
[298/861] Wrapping AST for Path for debugging
[300/861] Emitting module SwiftProtobuf
[300/861] Wrapping AST for IssueReportingPackageSupport for debugging
[301/861] Wrapping AST for StandardTime for debugging
[311/861] Wrapping AST for Logging for debugging
[312/861] Wrapping AST for Locale for debugging
[313/861] Wrapping AST for Formatting for debugging
[314/861] Compiling chacha20_poly1305_x86_64-apple.S
[315/861] Compiling chacha20_poly1305_armv8-win.S
[316/861] Compiling chacha20_poly1305_armv8-linux.S
[317/861] Compiling chacha20_poly1305_x86_64-linux.S
[318/861] Compiling chacha20_poly1305_armv8-apple.S
[320/861] Compiling IssueReporting WithExpectedIssue.swift
[321/861] Compiling IssueReporting WithIssueContext.swift
[321/862] Compiling chacha-x86-linux.S
[322/862] Compiling chacha-x86_64-linux.S
[323/862] Compiling chacha-x86_64-apple.S
[324/862] Compiling chacha-x86-apple.S
[325/862] Compiling chacha-armv8-win.S
[327/862] Compiling chacha-armv8-linux.S
[328/862] Compiling chacha-armv8-apple.S
[329/862] Compiling chacha-armv4-linux.S
[331/862] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[331/862] Compiling aes128gcmsiv-x86_64-apple.S
[332/862] Compiling aes128gcmsiv-x86_64-linux.S
[333/862] Compiling x86_64-mont5-linux.S
[334/862] Compiling x86_64-mont5-apple.S
[335/862] Compiling x86_64-mont-linux.S
[336/862] Wrapping AST for IssueReporting for debugging
[337/862] Compiling x86-mont-linux.S
[338/862] Compiling x86_64-mont-apple.S
[339/862] Compiling x86-mont-apple.S
[340/862] Compiling err_data.cc
[341/862] Compiling vpaes-x86_64-linux.S
[342/862] Compiling vpaes-x86_64-apple.S
[343/862] Compiling vpaes-armv8-win.S
[344/862] Compiling vpaes-x86-apple.S
[345/862] Compiling vpaes-x86-linux.S
[346/862] Compiling vpaes-armv8-linux.S
[347/862] Compiling sha512-x86_64-apple.S
[348/862] Compiling vpaes-armv8-apple.S
[349/862] Compiling vpaes-armv7-linux.S
[350/862] Compiling sha512-armv8-win.S
[351/862] Compiling sha512-x86_64-linux.S
[352/862] Compiling sha512-armv4-linux.S
[353/862] Compiling sha512-armv8-apple.S
[354/862] Compiling sha512-586-linux.S
[355/862] Compiling sha512-armv8-linux.S
[356/862] Compiling sha512-586-apple.S
[357/862] Compiling sha256-armv8-apple.S
[358/862] Compiling sha256-x86_64-apple.S
[359/862] Compiling sha256-x86_64-linux.S
[360/862] Compiling sha256-armv8-win.S
[361/862] Compiling sha256-armv8-linux.S
[363/862] Compiling Glob Pattern.swift
[363/862] Compiling sha256-armv4-linux.S
[364/862] Compiling sha256-586-linux.S
[365/862] Compiling sha1-x86_64-apple.S
[366/862] Compiling sha256-586-apple.S
[367/862] Compiling sha1-armv8-linux.S
[368/862] Compiling sha1-x86_64-linux.S
[370/862] Compiling Glob Pattern+Options.swift
[370/862] Compiling sha1-armv8-apple.S
[372/862] Compiling Glob Pattern+Parser.swift
[372/862] Compiling sha1-armv8-win.S
[373/862] Compiling sha1-586-apple.S
[374/862] Compiling sha1-armv4-large-linux.S
[375/862] Compiling rsaz-avx2-linux.S
[376/862] Compiling sha1-586-linux.S
[377/862] Compiling rsaz-avx2-apple.S
[379/862] Compiling Glob InvalidPattern.swift
[380/862] Compiling Glob Pattern+Match.swift
[380/862] Compiling p256_beeu-x86_64-asm-linux.S
[381/862] Compiling rdrand-x86_64-linux.S
[382/862] Compiling p256_beeu-armv8-asm-win.S
[383/862] Compiling p256_beeu-x86_64-asm-apple.S
[384/862] Compiling rdrand-x86_64-apple.S
[385/862] Compiling p256_beeu-armv8-asm-linux.S
[386/862] Compiling p256_beeu-armv8-asm-apple.S
[387/862] Compiling p256-armv8-asm-apple.S
[388/862] Compiling p256-armv8-asm-win.S
[389/862] Compiling p256-x86_64-asm-linux.S
[390/862] Compiling p256-x86_64-asm-apple.S
[391/862] Compiling p256-armv8-asm-linux.S
[392/862] Compiling ghashv8-armv8-win.S
[393/862] Compiling ghashv8-armv8-apple.S
[394/862] Compiling ghashv8-armv7-linux.S
[395/862] Compiling ghashv8-armv8-linux.S
[396/862] Compiling ghash-x86_64-linux.S
[397/862] Compiling ghash-x86_64-apple.S
[398/862] Compiling ghash-x86-apple.S
[399/862] Compiling ghash-ssse3-x86_64-linux.S
[401/862] Emitting module Glob
[402/862] Compiling Glob GlobSearch.swift
[403/863] Compiling SwiftSyntax ChildNameForKeyPath.swift
[404/863] Compiling SwiftSyntax Keyword.swift
[405/863] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[406/863] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[409/863] Compiling SwiftSyntax SyntaxCollections.swift
[410/863] Compiling SwiftSyntax SyntaxEnum.swift
[411/863] Compiling SwiftSyntax SyntaxKind.swift
[412/863] Compiling SwiftSyntax SyntaxRewriter.swift
[413/863] Compiling SwiftSyntax SyntaxTraits.swift
[414/863] Compiling SwiftSyntax SyntaxVisitor.swift
[421/863] Compiling SwiftSyntax Assert.swift
[422/863] Compiling SwiftSyntax BumpPtrAllocator.swift
[423/863] Compiling SwiftSyntax CommonAncestor.swift
[424/863] Compiling SwiftSyntax Convenience.swift
[425/863] Compiling SwiftSyntax CustomTraits.swift
[426/863] Compiling SwiftSyntax EditorPlaceholder.swift
[426/863] Compiling ghash-x86-linux.S
[427/863] Compiling ghash-ssse3-x86_64-apple.S
[428/863] Compiling ghash-ssse3-x86-linux.S
[429/863] Compiling ghash-ssse3-x86-apple.S
[430/863] Compiling ghash-neon-armv8-win.S
[431/863] Compiling ghash-armv4-linux.S
[432/863] Compiling ghash-neon-armv8-linux.S
[434/863] Compiling SwiftSyntax RawSyntaxValidation.swift
[435/863] Compiling SwiftSyntax SyntaxNodesAB.swift
[446/863] Compiling SwiftSyntax TokenKind.swift
[447/863] Compiling SwiftSyntax Tokens.swift
[448/863] Compiling SwiftSyntax TriviaPieces.swift
[449/863] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[450/863] Compiling SwiftSyntax RawSyntaxNodesC.swift
[451/863] Compiling SwiftSyntax RawSyntaxNodesD.swift
[452/863] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[453/863] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[454/863] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[455/863] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[456/863] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[457/863] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[466/863] Compiling SwiftProtobuf Visitor.swift
[467/863] Compiling SwiftProtobuf WireFormat.swift
[468/863] Compiling SwiftProtobuf ZigZag.swift
[469/863] Compiling SwiftProtobuf any.pb.swift
[469/863] Compiling bsaes-armv7-linux.S
[470/863] Compiling co-586-linux.S
[471/863] Compiling co-586-apple.S
[472/863] Compiling ghash-neon-armv8-apple.S
[473/863] Compiling bn-armv8-apple.S
[474/863] Compiling bn-armv8-win.S
[475/863] Compiling bn-armv8-linux.S
[477/863] Compiling bn-586-apple.S
[478/863] Compiling bn-586-linux.S
[479/863] Compiling armv8-mont-linux.S
[480/863] Compiling armv8-mont-win.S
[481/863] Compiling armv8-mont-apple.S
[482/863] Compiling aesv8-gcm-armv8-win.S
[483/863] Compiling armv4-mont-linux.S
[484/863] Compiling aesv8-gcm-armv8-apple.S
[485/863] Compiling aesv8-armv8-win.S
[486/863] Compiling aesv8-gcm-armv8-linux.S
[487/863] Compiling aesv8-armv8-linux.S
[488/863] Compiling aesv8-armv7-linux.S
[489/863] Wrapping AST for Glob for debugging
[490/863] Compiling aesv8-armv8-apple.S
[491/863] Compiling aesni-x86_64-apple.S
[492/863] Compiling aesni-x86_64-linux.S
[493/863] Compiling aesni-x86-linux.S
[494/863] Compiling aesni-x86-apple.S
[495/863] Compiling aesni-gcm-x86_64-linux.S
[496/863] Compiling aes-gcm-avx512-x86_64-linux.S
[497/863] Compiling aesni-gcm-x86_64-apple.S
[498/863] Compiling aes-gcm-avx512-x86_64-apple.S
[499/863] Compiling aes-gcm-avx2-x86_64-linux.S
[500/863] Compiling aes-gcm-avx2-x86_64-apple.S
[513/863] Compiling x_spki.cc
[514/863] Compiling xwing.cc
[533/871] Compiling x_req.cc
[534/871] Compiling x_sig.cc
[535/871] Compiling x_x509.cc
[536/871] Compiling x_x509a.cc
[537/871] Compiling x_name.cc
[538/871] Compiling x_pubkey.cc
[539/871] Compiling x_crl.cc
[540/871] Compiling x_exten.cc
[541/871] Compiling x509rset.cc
[542/871] Compiling x_all.cc
[543/871] Compiling x_attrib.cc
[544/871] Compiling x509spki.cc
[545/871] Compiling x_algor.cc
[546/871] Compiling x509name.cc
[547/871] Compiling x509cset.cc
[548/871] Compiling x509_vpm.cc
[549/871] Compiling x509_txt.cc
[550/871] Compiling x509_vfy.cc
[551/871] Compiling x509_v3.cc
[552/871] Compiling x509_trs.cc
[553/871] Compiling x509_set.cc
[554/871] Compiling x509_obj.cc
[555/871] Compiling x509_req.cc
[556/871] Compiling x509_lu.cc
[557/871] Compiling x509_ext.cc
[558/871] Compiling x509.cc
[559/871] Compiling x509_def.cc
[559/871] Compiling x509_d2.cc
[561/871] Compiling x509_att.cc
[562/871] Compiling x509_cmp.cc
[563/871] Compiling v3_utl.cc
[564/871] Compiling v3_skey.cc
[565/871] Compiling v3_prn.cc
[566/871] Compiling v3_purp.cc
[567/871] Compiling v3_pmaps.cc
[568/871] Compiling v3_pcons.cc
[569/871] Compiling v3_ncons.cc
[570/871] Compiling v3_ocsp.cc
[571/871] Compiling v3_int.cc
[572/871] Compiling v3_lib.cc
[573/871] Compiling v3_ia5.cc
[574/871] Compiling v3_info.cc
[575/871] Compiling v3_enum.cc
[576/871] Compiling v3_extku.cc
[577/871] Compiling v3_genn.cc
[578/871] Compiling v3_crld.cc
[579/871] Compiling v3_alt.cc
[580/871] Compiling v3_akey.cc
[581/871] Compiling v3_cpols.cc
[583/871] Compiling SwiftProtobuf api.pb.swift
[584/871] Compiling SwiftProtobuf descriptor.pb.swift
[585/871] Compiling SwiftProtobuf duration.pb.swift
[586/871] Compiling SwiftProtobuf empty.pb.swift
[587/871] Compiling SwiftProtobuf field_mask.pb.swift
[588/871] Compiling SwiftProtobuf source_context.pb.swift
[589/871] Compiling SwiftProtobuf struct.pb.swift
[590/871] Compiling SwiftProtobuf timestamp.pb.swift
[591/871] Compiling SwiftProtobuf type.pb.swift
[592/871] Compiling SwiftProtobuf wrappers.pb.swift
[593/871] Compiling SwiftProtobuf resource_bundle_accessor.swift
[594/872] Emitting module SwiftSyntax
[595/872] Compiling v3_bcons.cc
[596/872] Compiling t_x509a.cc
[597/872] Compiling v3_conf.cc
[598/872] Compiling v3_bitst.cc
[599/872] Wrapping AST for SwiftProtobuf for debugging
[600/872] Compiling v3_akeya.cc
[601/872] Compiling i2d_pr.cc
[602/872] Compiling policy.cc
[603/872] Compiling t_x509.cc
[604/872] Compiling t_req.cc
[605/872] Compiling t_crl.cc
[606/872] Compiling rsa_pss.cc
[607/872] Compiling name_print.cc
[608/872] Compiling algorithm.cc
[609/872] Compiling by_file.cc
[610/872] Compiling a_sign.cc
[611/872] Compiling asn1_gen.cc
[612/872] Compiling trust_token.cc
[613/872] Compiling thread_pthread.cc
[614/872] Compiling thread_none.cc
[615/872] Compiling a_verify.cc
[616/872] Compiling by_dir.cc
[617/872] Compiling thread.cc
[618/872] Compiling thread_win.cc
[619/872] Compiling voprf.cc
[620/872] Compiling a_digest.cc
[621/872] Compiling siphash.cc
[622/872] Compiling sha1.cc
[623/872] Compiling stack.cc
[624/872] Compiling pmbtoken.cc
[625/872] Compiling sha512.cc
[626/872] Compiling spake2plus.cc
[627/872] Compiling refcount.cc
[628/872] Compiling sha256.cc
[629/872] Compiling rsa_print.cc
[630/872] Compiling slhdsa.cc
[631/872] Compiling rsa_extra.cc
[632/872] Compiling rc4.cc
[633/872] Compiling rsa_crypt.cc
[634/872] Compiling rsa_asn1.cc
[635/872] Compiling windows.cc
[636/872] Compiling trusty.cc
[637/872] Compiling urandom.cc
[638/872] Compiling getentropy.cc
[639/872] Compiling deterministic.cc
[640/872] Compiling rand.cc
[641/872] Compiling ios.cc
[642/872] Compiling passive.cc
[643/872] Compiling poly1305_arm_asm.S
[644/872] Compiling fork_detect.cc
[645/872] Compiling forkunsafe.cc
[646/872] Compiling poly1305.cc
[647/872] Compiling poly1305_arm.cc
[648/872] Compiling pkcs8.cc
[649/872] Compiling poly1305_vec.cc
[650/872] Compiling pkcs8_x509.cc
[651/872] Compiling pool.cc
[652/872] Compiling p5_pbev2.cc
[653/872] Compiling pkcs7.cc
[654/872] Compiling pkcs7_x509.cc
[655/872] Compiling pem_lib.cc
[656/872] Compiling pem_xaux.cc
[657/872] Compiling pem_x509.cc
[658/872] Compiling pem_pkey.cc
[659/872] Compiling pem_pk8.cc
[660/872] Compiling obj_xref.cc
[661/872] Compiling pem_oth.cc
[662/872] Compiling mlkem.cc
[663/872] Compiling mldsa.cc
[664/872] Compiling md5.cc
[665/872] Compiling mem.cc
[666/872] Compiling lhash.cc
[667/872] Compiling pem_all.cc
[668/872] Compiling pem_info.cc
[669/872] Compiling poly_rq_mul.S
[670/872] Compiling fips_shared_support.cc
[671/872] Compiling obj.cc
[672/872] Compiling md4.cc
[673/872] Compiling kyber.cc
[674/872] Compiling fuzzer_mode.cc
[675/872] Compiling ex_data.cc
[676/872] Compiling hrss.cc
[677/872] Compiling hpke.cc
[678/872] Compiling scrypt.cc
[679/872] Compiling sign.cc
[680/872] Compiling pbkdf.cc
[681/872] Compiling print.cc
[682/872] Compiling p_x25519_asn1.cc
[683/872] Compiling p_x25519.cc
[684/872] Compiling p_rsa_asn1.cc
[685/872] Compiling p_hkdf.cc
[686/872] Compiling p_ed25519.cc
[687/872] Compiling p_rsa.cc
[688/872] Compiling p_ed25519_asn1.cc
[689/872] Compiling p_ec_asn1.cc
[690/872] Compiling p_ec.cc
[691/872] Compiling p_dh.cc
[692/872] Compiling p_dsa_asn1.cc
[702/872] Compiling p_dh_asn1.cc
[703/872] Compiling evp_ctx.cc
[704/872] Compiling err.cc
[705/872] Compiling engine.cc
[706/872] Compiling ecdsa_p1363.cc
[707/872] Compiling evp_asn1.cc
[716/872] Compiling evp.cc
[717/872] Compiling ecdh.cc
[718/872] Compiling ecdsa_asn1.cc
[719/872] Compiling ec_derive.cc
[720/872] Compiling hash_to_curve.cc
[721/872] Compiling dsa.cc
[722/872] Compiling ec_asn1.cc
[723/872] Compiling dh_asn1.cc
[724/872] Compiling dsa_asn1.cc
[725/872] Compiling des.cc
[726/872] Compiling digest_extra.cc
[727/872] Compiling x25519-asm-arm.S
[728/872] Compiling curve25519.cc
[729/872] Compiling params.cc
[730/872] Compiling cpu_arm_linux.cc
[731/872] Compiling cpu_intel.cc
[732/872] Compiling crypto.cc
[733/872] Compiling cpu_arm_freebsd.cc
[734/872] Compiling spake25519.cc
[735/872] Compiling cpu_aarch64_win.cc
[736/872] Compiling cpu_aarch64_openbsd.cc
[737/872] Compiling cpu_aarch64_sysreg.cc
[738/872] Compiling cpu_aarch64_linux.cc
[739/872] Compiling curve25519_64_adx.cc
[740/872] Compiling cpu_aarch64_apple.cc
[741/872] Compiling tls_cbc.cc
[742/872] Compiling e_tls.cc
[743/872] Compiling cpu_aarch64_fuchsia.cc
[744/872] Compiling conf.cc
[745/872] Compiling get_cipher.cc
[746/872] Compiling e_rc4.cc
[747/872] Compiling e_rc2.cc
[748/872] Compiling e_null.cc
[749/872] Compiling e_aeseax.cc
[750/872] Compiling e_des.cc
[751/872] Compiling e_chacha20poly1305.cc
[752/872] Compiling e_aesgcmsiv.cc
[753/872] Compiling cms.cc
[754/872] Compiling e_aesctrhmac.cc
[755/872] Compiling derive_key.cc
[756/872] Compiling chacha.cc
[757/872] Compiling unicode.cc
[758/872] Compiling sqrt.cc
[759/872] Compiling ber.cc
[760/872] Compiling buf.cc
[761/872] Compiling exponentiation.cc
[762/872] Compiling cbs.cc
[763/872] Compiling cbb.cc
[764/872] Compiling asn1_compat.cc
[765/872] Compiling div.cc
[766/872] Compiling printf.cc
[767/872] Compiling pair.cc
[768/872] Compiling convert.cc
[769/872] Compiling hexdump.cc
[770/872] Compiling bn_asn1.cc
[771/872] Compiling file.cc
[772/872] Compiling fd.cc
[773/872] Compiling errno.cc
[774/872] Compiling bio_mem.cc
[775/872] Compiling base64.cc
[776/872] Compiling bio.cc
[777/872] Compiling tasn_typ.cc
[778/872] Compiling tasn_fre.cc
[779/872] Compiling tasn_utl.cc
[780/872] Compiling tasn_enc.cc
[781/872] Compiling posix_time.cc
[782/872] Compiling tasn_new.cc
[783/872] Compiling f_string.cc
[784/872] Compiling asn_pack.cc
[785/872] Compiling asn1_par.cc
[786/872] Compiling tasn_dec.cc
[787/872] Compiling f_int.cc
[788/872] Compiling asn1_lib.cc
[789/872] Compiling a_time.cc
[790/872] Compiling a_utctm.cc
[791/872] Compiling a_type.cc
[792/872] Compiling a_strex.cc
[793/872] Compiling a_strnid.cc
[794/872] Compiling a_octet.cc
[795/872] Compiling a_i2d_fp.cc
[796/872] Compiling a_mbstr.cc
[797/872] Write sources
[799/872] Compiling a_object.cc
[800/872] Compiling a_bool.cc
[802/876] Emitting module Algebra
[802/876] Compiling a_int.cc
[803/876] Compiling a_bitstr.cc
[804/876] Compiling aes.cc
[806/876] Compiling Algebra Algebra.swift
[807/876] Compiling Algebra Bit.swift
[808/876] Compiling Algebra Tagged.swift
[809/877] Wrapping AST for Algebra for debugging
[811/894] Compiling Binary Int16.swift
[812/894] Compiling Binary Int32.swift
[813/896] Compiling Binary FixedWidthInteger+Binary.swift
[814/896] Compiling Binary Int.swift
[815/896] Compiling Binary Int64.swift
[816/896] Compiling Binary Int8.swift
[817/896] Compiling Binary UInt16.swift
[818/896] Compiling Binary UInt32.swift
[819/896] Compiling Binary RangeReplaceableCollection+Bytes.swift
[820/896] Compiling Binary UInt.swift
[821/896] Compiling Binary UInt64.swift
[822/896] Compiling Binary exports.swift
[823/896] Compiling Binary Binary.swift
[824/896] Compiling Binary Bit.Order.swift
[825/896] Compiling Binary CollectionUInt8.swift
[826/896] Emitting module Binary
[827/896] Compiling Binary Array+Bytes.swift
[828/896] Compiling Binary Binary.Endianness.swift
[829/896] Compiling Binary Binary.Serializable.swift
[830/897] Wrapping AST for Binary for debugging
[832/899] Emitting module Standards
[833/899] Compiling Standards Standards.swift
[834/900] Compiling bcm.cc
[835/900] Wrapping AST for Standards for debugging
[837/932] Compiling INCITS_4_1986 INCITS_4_1986.Validation.swift
[838/932] Compiling INCITS_4_1986 INCITS_4_1986.swift
[839/932] Compiling INCITS_4_1986 NCITS_4_1986.FormatEffectors.LineEnding.swift
[840/932] Compiling INCITS_4_1986 SetCharacter+INCITS_4_1986.swift
[841/932] Compiling INCITS_4_1986 SetUInt8+INCITS_4_1986.swift
[842/932] Compiling INCITS_4_1986 StringProtocol+INCITS_4_1986.swift
[843/935] Compiling INCITS_4_1986 UInt8+INCITS_4_1986.swift
[844/935] Compiling INCITS_4_1986 UInt8.ASCII.RawRepresentable.swift
[845/935] Compiling INCITS_4_1986 UInt8.ASCII.Serializable.swift
[846/935] Compiling INCITS_4_1986 INCITS_4_1986.GraphicCharacters.swift
[847/935] Compiling INCITS_4_1986 INCITS_4_1986.LineEndingDetection.swift
[848/935] Compiling INCITS_4_1986 INCITS_4_1986.NumericParsing.swift
[849/935] Compiling INCITS_4_1986 INCITS_4_1986.NumericSerialization.swift
[850/935] Compiling INCITS_4_1986 INCITS_4_1986.SPACE.swift
[851/935] Compiling INCITS_4_1986 INCITS_4_1986.StringClassification.swift
[852/935] Compiling INCITS_4_1986 Character+INCITS_4_1986.swift
[853/935] Compiling INCITS_4_1986 Collection+INCITS_4_1986.swift
[854/935] Compiling INCITS_4_1986 INCITS_4_1986.ASCII.swift
[855/935] Compiling INCITS_4_1986 INCITS_4_1986.ByteArrayClassification.swift
[856/935] Compiling INCITS_4_1986 INCITS_4_1986.CaseConversion.swift
[857/935] Compiling INCITS_4_1986 INCITS_4_1986.CharacterClassification.swift
[858/935] Compiling INCITS_4_1986 INCITS_4_1986.ControlCharacters.swift
[859/935] Compiling INCITS_4_1986 INCITS_4_1986.FormatEffectors.swift
[865/935] Compiling INCITS_4_1986 UInt8.ASCII.swift
[866/935] Compiling INCITS_4_1986 [UInt8]+INCITS_4_1986.swift
[867/935] Compiling INCITS_4_1986 exports.swift
[887/935] Compiling CryptoBoringWrapper RandomBytes.swift
[891/935] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[892/935] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[893/935] Emitting module INCITS_4_1986
[894/936] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[896/936] Emitting module CryptoBoringWrapper
[897/936] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[898/936] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[899/936] Compiling CryptoBoringWrapper EllipticCurve.swift
[899/937] Wrapping AST for INCITS 4 1986 for debugging
[901/937] Wrapping AST for CryptoBoringWrapper for debugging
[903/950] Compiling RFC_4648 String+RFC4648.swift
[904/961] Compiling RFC_4648 RFC_4648.swift
[905/1022] Compiling RFC_4648 exports.swift
[906/1022] Compiling Crypto ASN1Identifier.swift
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.Hex.swift:80:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32-HEX encoding per RFC 4648 Section 7
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32-HEX Type
    :
 78 |             padding: Bool = true
 79 |         ) -> String {
 80 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 81 |         }
 82 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.Hex.swift:80:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32-HEX encoding per RFC 4648 Section 7
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32-HEX Type
    :
 78 |             padding: Bool = true
 79 |         ) -> String {
 80 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 81 |         }
 82 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.swift:82:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32 encoding per RFC 4648 Section 6
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32 Type
    :
 80 |             padding: Bool = true
 81 |         ) -> String {
 82 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 83 |         }
 84 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.swift:82:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32 encoding per RFC 4648 Section 6
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32 Type
    :
 80 |             padding: Bool = true
 81 |         ) -> String {
 82 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 83 |         }
 84 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
[907/1022] Compiling Crypto ASN1Integer.swift
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.Hex.swift:80:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32-HEX encoding per RFC 4648 Section 7
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32-HEX Type
    :
 78 |             padding: Bool = true
 79 |         ) -> String {
 80 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 81 |         }
 82 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.Hex.swift:80:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32-HEX encoding per RFC 4648 Section 7
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32-HEX Type
    :
 78 |             padding: Bool = true
 79 |         ) -> String {
 80 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 81 |         }
 82 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.swift:82:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32 encoding per RFC 4648 Section 6
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32 Type
    :
 80 |             padding: Bool = true
 81 |         ) -> String {
 82 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 83 |         }
 84 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.swift:82:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32 encoding per RFC 4648 Section 6
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32 Type
    :
 80 |             padding: Bool = true
 81 |         ) -> String {
 82 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 83 |         }
 84 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
[908/1022] Compiling Crypto ASN1Strings.swift
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:117:43: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
115 |             uppercase: Bool = false
116 |         ) -> String {
117 |             prefix + callAsFunction(value.bytes(endianness: .big), uppercase: uppercase)
    |                                           `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
118 |         }
119 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:117:62: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
115 |             uppercase: Bool = false
116 |         ) -> String {
117 |             prefix + callAsFunction(value.bytes(endianness: .big), uppercase: uppercase)
    |                                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
118 |         }
119 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:308:28: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
306 |                 // Skip whitespace for first byte
307 |                 var high = first
308 |                 while high.ascii.isWhitespace {
    |                            `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
309 |                     guard let next = iterator.next() else { return false }
310 |                     high = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:308:34: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
306 |                 // Skip whitespace for first byte
307 |                 var high = first
308 |                 while high.ascii.isWhitespace {
    |                                  `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
309 |                     guard let next = iterator.next() else { return false }
310 |                     high = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:313:27: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
311 |                 }
312 |                 var low = second
313 |                 while low.ascii.isWhitespace {
    |                           `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
314 |                     guard let next = iterator.next() else { return false }
315 |                     low = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:313:33: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
311 |                 }
312 |                 var low = second
313 |                 while low.ascii.isWhitespace {
    |                                 `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
314 |                     guard let next = iterator.next() else { return false }
315 |                     low = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:328:28: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
326 |             // Skip whitespace
327 |             var highByte = high
328 |             while highByte.ascii.isWhitespace {
    |                            `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
329 |                 guard let next = iterator.next() else { return true }  // trailing whitespace ok
330 |                 highByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:328:34: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
326 |             // Skip whitespace
327 |             var highByte = high
328 |             while highByte.ascii.isWhitespace {
    |                                  `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
329 |                 guard let next = iterator.next() else { return true }  // trailing whitespace ok
330 |                 highByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:336:27: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
334 |
335 |             var lowByte = low
336 |             while lowByte.ascii.isWhitespace {
    |                           `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
337 |                 guard let next = iterator.next() else { return false }
338 |                 lowByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:336:33: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
334 |
335 |             var lowByte = low
336 |             while lowByte.ascii.isWhitespace {
    |                                 `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
337 |                 guard let next = iterator.next() else { return false }
338 |                 lowByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:437:39: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
435 |                     if second == 0x78 || second == 0x58 {  // 'x' or 'X'
436 |                         // Prefix consumed, continue
437 |                     } else if !second.ascii.isWhitespace {
    |                                       `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
438 |                         // Not a prefix, these are hex digits
439 |                         let highNibble = decodeTable[Int(first)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:437:45: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
435 |                     if second == 0x78 || second == 0x58 {  // 'x' or 'X'
436 |                         // Prefix consumed, continue
437 |                     } else if !second.ascii.isWhitespace {
    |                                             `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
438 |                         // Not a prefix, these are hex digits
439 |                         let highNibble = decodeTable[Int(first)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:455:30: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
453 |                     return 0
454 |                 }
455 |             } else if !first.ascii.isWhitespace {
    |                              `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
456 |                 let nibble = decodeTable[Int(first)]
457 |                 guard nibble != 255 else { return nil }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:455:36: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
453 |                     return 0
454 |                 }
455 |             } else if !first.ascii.isWhitespace {
    |                                    `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
456 |                 let nibble = decodeTable[Int(first)]
457 |                 guard nibble != 255 else { return nil }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:465:25: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
463 |         // Process remaining nibbles
464 |         while let byte = iterator.next() {
465 |             guard !byte.ascii.isWhitespace else { continue }
    |                         `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
466 |
467 |             let nibble = decodeTable[Int(byte)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:465:31: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
463 |         // Process remaining nibbles
464 |         while let byte = iterator.next() {
465 |             guard !byte.ascii.isWhitespace else { continue }
    |                               `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
466 |
467 |             let nibble = decodeTable[Int(byte)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
[909/1022] Compiling Crypto ArraySliceBigint.swift
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:117:43: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
115 |             uppercase: Bool = false
116 |         ) -> String {
117 |             prefix + callAsFunction(value.bytes(endianness: .big), uppercase: uppercase)
    |                                           `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
118 |         }
119 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:117:62: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
115 |             uppercase: Bool = false
116 |         ) -> String {
117 |             prefix + callAsFunction(value.bytes(endianness: .big), uppercase: uppercase)
    |                                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
118 |         }
119 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:308:28: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
306 |                 // Skip whitespace for first byte
307 |                 var high = first
308 |                 while high.ascii.isWhitespace {
    |                            `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
309 |                     guard let next = iterator.next() else { return false }
310 |                     high = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:308:34: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
306 |                 // Skip whitespace for first byte
307 |                 var high = first
308 |                 while high.ascii.isWhitespace {
    |                                  `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
309 |                     guard let next = iterator.next() else { return false }
310 |                     high = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:313:27: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
311 |                 }
312 |                 var low = second
313 |                 while low.ascii.isWhitespace {
    |                           `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
314 |                     guard let next = iterator.next() else { return false }
315 |                     low = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:313:33: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
311 |                 }
312 |                 var low = second
313 |                 while low.ascii.isWhitespace {
    |                                 `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
314 |                     guard let next = iterator.next() else { return false }
315 |                     low = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:328:28: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
326 |             // Skip whitespace
327 |             var highByte = high
328 |             while highByte.ascii.isWhitespace {
    |                            `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
329 |                 guard let next = iterator.next() else { return true }  // trailing whitespace ok
330 |                 highByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:328:34: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
326 |             // Skip whitespace
327 |             var highByte = high
328 |             while highByte.ascii.isWhitespace {
    |                                  `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
329 |                 guard let next = iterator.next() else { return true }  // trailing whitespace ok
330 |                 highByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:336:27: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
334 |
335 |             var lowByte = low
336 |             while lowByte.ascii.isWhitespace {
    |                           `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
337 |                 guard let next = iterator.next() else { return false }
338 |                 lowByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:336:33: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
334 |
335 |             var lowByte = low
336 |             while lowByte.ascii.isWhitespace {
    |                                 `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
337 |                 guard let next = iterator.next() else { return false }
338 |                 lowByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:437:39: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
435 |                     if second == 0x78 || second == 0x58 {  // 'x' or 'X'
436 |                         // Prefix consumed, continue
437 |                     } else if !second.ascii.isWhitespace {
    |                                       `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
438 |                         // Not a prefix, these are hex digits
439 |                         let highNibble = decodeTable[Int(first)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:437:45: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
435 |                     if second == 0x78 || second == 0x58 {  // 'x' or 'X'
436 |                         // Prefix consumed, continue
437 |                     } else if !second.ascii.isWhitespace {
    |                                             `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
438 |                         // Not a prefix, these are hex digits
439 |                         let highNibble = decodeTable[Int(first)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:455:30: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
453 |                     return 0
454 |                 }
455 |             } else if !first.ascii.isWhitespace {
    |                              `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
456 |                 let nibble = decodeTable[Int(first)]
457 |                 guard nibble != 255 else { return nil }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:455:36: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
453 |                     return 0
454 |                 }
455 |             } else if !first.ascii.isWhitespace {
    |                                    `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
456 |                 let nibble = decodeTable[Int(first)]
457 |                 guard nibble != 255 else { return nil }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:465:25: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
463 |         // Process remaining nibbles
464 |         while let byte = iterator.next() {
465 |             guard !byte.ascii.isWhitespace else { continue }
    |                         `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
466 |
467 |             let nibble = decodeTable[Int(byte)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:465:31: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
463 |         // Process remaining nibbles
464 |         while let byte = iterator.next() {
465 |             guard !byte.ascii.isWhitespace else { continue }
    |                               `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
466 |
467 |             let nibble = decodeTable[Int(byte)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
[910/1022] Emitting module Crypto
[911/1032] Compiling Crypto X25519Keys.swift
[912/1032] Compiling Crypto SymmetricKeys.swift
[913/1032] Compiling Crypto HMAC.swift
[914/1032] Compiling Crypto MACFunctions.swift
[915/1032] Compiling Crypto MessageAuthenticationCode.swift
[916/1032] Compiling Crypto AES.swift
[917/1032] Compiling Crypto ECDSASignature_boring.swift
[918/1032] Compiling Crypto ECDSA_boring.swift
[919/1032] Compiling Crypto EdDSA_boring.swift
[920/1032] Compiling Crypto ECDSA.swift
[921/1032] Compiling Crypto HPKE-AEAD.swift
[922/1032] Compiling Crypto HPKE-Ciphersuite.swift
[923/1032] Compiling Crypto HPKE-KDF.swift
[924/1032] Compiling Crypto HPKE-KexKeyDerivation.swift
[925/1032] Compiling Crypto HPKE-LabeledExtract.swift
[926/1032] Compiling Crypto HPKE-Utils.swift
[927/1032] Compiling Crypto DHKEM.swift
[928/1032] Compiling Crypto HPKE-KEM-Curve25519.swift
[929/1032] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[930/1032] Compiling Crypto HPKE-KEM.swift
[931/1032] Compiling Crypto PKCS8PrivateKey.swift
[932/1032] Compiling Crypto SEC1PrivateKey.swift
[933/1032] Compiling Crypto SubjectPublicKeyInfo.swift
[934/1032] Compiling Crypto CryptoError_boring.swift
[935/1032] Compiling Crypto CryptoKitErrors.swift
[936/1032] Compiling Crypto Digest_boring.swift
[937/1032] Compiling Crypto Digest.swift
[938/1032] Compiling Crypto Digests.swift
[939/1032] Compiling Crypto HashFunctions.swift
[940/1032] Compiling Crypto HashFunctions_SHA2.swift
[941/1032] Compiling Crypto HPKE-Errors.swift
[942/1032] Compiling Crypto HPKE.swift
[943/1032] Compiling Crypto HPKE-Context.swift
[944/1032] Compiling Crypto HPKE-KeySchedule.swift
[945/1032] Compiling Crypto HPKE-Modes.swift
[946/1032] Compiling Crypto Insecure.swift
[947/1032] Compiling Crypto Insecure_HashFunctions.swift
[948/1032] Compiling Crypto KEM.swift
[949/1032] Compiling Crypto ECDH_boring.swift
[950/1032] Compiling Crypto DH.swift
[951/1032] Compiling Crypto ECDH.swift
[952/1032] Compiling Crypto HKDF.swift
[953/1032] Compiling Crypto AESWrap.swift
[954/1032] Compiling Crypto AESWrap_boring.swift
[955/1032] Compiling Crypto Ed25519_boring.swift
[956/1032] Compiling Crypto NISTCurvesKeys_boring.swift
[957/1032] Compiling Crypto X25519Keys_boring.swift
[958/1032] Compiling Crypto Curve25519.swift
[959/1032] Compiling Crypto Ed25519Keys.swift
[960/1032] Compiling Crypto NISTCurvesKeys.swift
[961/1032] Compiling Crypto AES-GCM.swift
[962/1032] Compiling Crypto AES-GCM_boring.swift
[963/1032] Compiling Crypto ChaChaPoly_boring.swift
[964/1032] Compiling Crypto ChaChaPoly.swift
[965/1032] Compiling Crypto Cipher.swift
[966/1032] Compiling Crypto Nonces.swift
[967/1032] Compiling Crypto ASN1.swift
[968/1032] Compiling Crypto ASN1Any.swift
[969/1032] Compiling Crypto ASN1BitString.swift
[970/1032] Compiling Crypto ASN1Boolean.swift
[973/1032] Compiling Crypto ASN1Null.swift
[974/1032] Compiling Crypto ASN1OctetString.swift
[977/1032] Compiling Crypto GeneralizedTime.swift
[978/1032] Compiling Crypto ObjectIdentifier.swift
[979/1032] Compiling Crypto ECDSASignature.swift
[980/1032] Compiling Crypto PEMDocument.swift
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.URL.swift:79:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64URL encoding per RFC 4648 Section 5
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64URL Type
    :
 77 |             padding: Bool = false
 78 |         ) -> String {
 79 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 80 |         }
 81 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.URL.swift:79:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64URL encoding per RFC 4648 Section 5
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64URL Type
    :
 77 |             padding: Bool = false
 78 |         ) -> String {
 79 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 80 |         }
 81 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.swift:236:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64 encoding per RFC 4648 Section 4
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64 Type
    :
234 |             padding: Bool = true
235 |         ) -> String {
236 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
237 |         }
238 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.swift:236:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64 encoding per RFC 4648 Section 4
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64 Type
    :
234 |             padding: Bool = true
235 |         ) -> String {
236 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
237 |         }
238 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.URL.swift:79:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64URL encoding per RFC 4648 Section 5
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64URL Type
    :
 77 |             padding: Bool = false
 78 |         ) -> String {
 79 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 80 |         }
 81 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.URL.swift:79:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64URL encoding per RFC 4648 Section 5
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64URL Type
    :
 77 |             padding: Bool = false
 78 |         ) -> String {
 79 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 80 |         }
 81 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.swift:236:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64 encoding per RFC 4648 Section 4
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64 Type
    :
234 |             padding: Bool = true
235 |         ) -> String {
236 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
237 |         }
238 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.swift:236:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64 encoding per RFC 4648 Section 4
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64 Type
    :
234 |             padding: Bool = true
235 |         ) -> String {
236 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
237 |         }
238 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[985/1032] Emitting module RFC_4648
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:35:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 33 |     public init?(base64Encoded string: some StringProtocol) {
 34 |         guard let bytes = RFC_4648.Base64.decode(string) else { return nil }
 35 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 36 |     }
 37 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:35:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 33 |     public init?(base64Encoded string: some StringProtocol) {
 34 |         guard let bytes = RFC_4648.Base64.decode(string) else { return nil }
 35 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 36 |     }
 37 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:56:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 54 |     public init?(base64URLEncoded string: some StringProtocol) {
 55 |         guard let bytes = RFC_4648.Base64.URL.decode(string) else { return nil }
 56 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 57 |     }
 58 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:56:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 54 |     public init?(base64URLEncoded string: some StringProtocol) {
 55 |         guard let bytes = RFC_4648.Base64.URL.decode(string) else { return nil }
 56 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 57 |     }
 58 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:77:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 75 |     public init?(base32Encoded string: some StringProtocol) {
 76 |         guard let bytes = RFC_4648.Base32.decode(string) else { return nil }
 77 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 78 |     }
 79 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:77:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 75 |     public init?(base32Encoded string: some StringProtocol) {
 76 |         guard let bytes = RFC_4648.Base32.decode(string) else { return nil }
 77 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 78 |     }
 79 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:98:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 96 |     public init?(base32HexEncoded string: some StringProtocol) {
 97 |         guard let bytes = RFC_4648.Base32.Hex.decode(string) else { return nil }
 98 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 99 |     }
100 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:98:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 96 |     public init?(base32HexEncoded string: some StringProtocol) {
 97 |         guard let bytes = RFC_4648.Base32.Hex.decode(string) else { return nil }
 98 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 99 |     }
100 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:121:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
119 |     public init?(hexEncoded string: some StringProtocol) {
120 |         guard let bytes = RFC_4648.Base16.decode(string, skipPrefix: true) else { return nil }
121 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
122 |     }
123 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:121:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
119 |     public init?(hexEncoded string: some StringProtocol) {
120 |         guard let bytes = RFC_4648.Base16.decode(string, skipPrefix: true) else { return nil }
121 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
122 |     }
123 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:117:43: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
115 |             uppercase: Bool = false
116 |         ) -> String {
117 |             prefix + callAsFunction(value.bytes(endianness: .big), uppercase: uppercase)
    |                                           `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
118 |         }
119 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:117:62: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
115 |             uppercase: Bool = false
116 |         ) -> String {
117 |             prefix + callAsFunction(value.bytes(endianness: .big), uppercase: uppercase)
    |                                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
118 |         }
119 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:308:28: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
306 |                 // Skip whitespace for first byte
307 |                 var high = first
308 |                 while high.ascii.isWhitespace {
    |                            `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
309 |                     guard let next = iterator.next() else { return false }
310 |                     high = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:308:34: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
306 |                 // Skip whitespace for first byte
307 |                 var high = first
308 |                 while high.ascii.isWhitespace {
    |                                  `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
309 |                     guard let next = iterator.next() else { return false }
310 |                     high = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:313:27: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
311 |                 }
312 |                 var low = second
313 |                 while low.ascii.isWhitespace {
    |                           `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
314 |                     guard let next = iterator.next() else { return false }
315 |                     low = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:313:33: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
311 |                 }
312 |                 var low = second
313 |                 while low.ascii.isWhitespace {
    |                                 `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
314 |                     guard let next = iterator.next() else { return false }
315 |                     low = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:328:28: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
326 |             // Skip whitespace
327 |             var highByte = high
328 |             while highByte.ascii.isWhitespace {
    |                            `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
329 |                 guard let next = iterator.next() else { return true }  // trailing whitespace ok
330 |                 highByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:328:34: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
326 |             // Skip whitespace
327 |             var highByte = high
328 |             while highByte.ascii.isWhitespace {
    |                                  `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
329 |                 guard let next = iterator.next() else { return true }  // trailing whitespace ok
330 |                 highByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:336:27: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
334 |
335 |             var lowByte = low
336 |             while lowByte.ascii.isWhitespace {
    |                           `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
337 |                 guard let next = iterator.next() else { return false }
338 |                 lowByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:336:33: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
334 |
335 |             var lowByte = low
336 |             while lowByte.ascii.isWhitespace {
    |                                 `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
337 |                 guard let next = iterator.next() else { return false }
338 |                 lowByte = next
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:437:39: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
435 |                     if second == 0x78 || second == 0x58 {  // 'x' or 'X'
436 |                         // Prefix consumed, continue
437 |                     } else if !second.ascii.isWhitespace {
    |                                       `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
438 |                         // Not a prefix, these are hex digits
439 |                         let highNibble = decodeTable[Int(first)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:437:45: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
435 |                     if second == 0x78 || second == 0x58 {  // 'x' or 'X'
436 |                         // Prefix consumed, continue
437 |                     } else if !second.ascii.isWhitespace {
    |                                             `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
438 |                         // Not a prefix, these are hex digits
439 |                         let highNibble = decodeTable[Int(first)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:455:30: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
453 |                     return 0
454 |                 }
455 |             } else if !first.ascii.isWhitespace {
    |                              `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
456 |                 let nibble = decodeTable[Int(first)]
457 |                 guard nibble != 255 else { return nil }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:455:36: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
453 |                     return 0
454 |                 }
455 |             } else if !first.ascii.isWhitespace {
    |                                    `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
456 |                 let nibble = decodeTable[Int(first)]
457 |                 guard nibble != 255 else { return nil }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:465:25: error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'ascii' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
463 |         // Process remaining nibbles
464 |         while let byte = iterator.next() {
465 |             guard !byte.ascii.isWhitespace else { continue }
    |                         `- error: property 'ascii' is internal and cannot be referenced from an '@inlinable' function
466 |
467 |             let nibble = decodeTable[Int(byte)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8.ASCII.swift:57:16: note: property 'ascii' is not '@usableFromInline' or public
55 |     /// - ``ASCII``
56 |     /// - ``INCITS_4_1986``
57 |     public var ascii: Binary.ASCII {
   |                `- note: property 'ascii' is not '@usableFromInline' or public
58 |         Binary.ASCII(byte: self)
59 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base16.swift:465:31: error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base16 (Hexadecimal) encoding per RFC 4648 Section 8
  6 |
  7 | import INCITS_4_1986
    | `- note: property 'isWhitespace' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base16 Type
    :
463 |         // Process remaining nibbles
464 |         while let byte = iterator.next() {
465 |             guard !byte.ascii.isWhitespace else { continue }
    |                               `- error: property 'isWhitespace' is internal and cannot be referenced from an '@inlinable' function
466 |
467 |             let nibble = decodeTable[Int(byte)]
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/INCITS_4_1986/UInt8+INCITS_4_1986.swift:123:16: note: property 'isWhitespace' is not '@usableFromInline' or public
121 |     /// - ``INCITS_4_1986/CharacterClassification/isWhitespace(_:)``
122 |     @_transparent
123 |     public var isWhitespace: Bool {
    |                `- note: property 'isWhitespace' is not '@usableFromInline' or public
124 |         INCITS_4_1986.CharacterClassification.isWhitespace(byte)
125 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.Hex.swift:80:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32-HEX encoding per RFC 4648 Section 7
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32-HEX Type
    :
 78 |             padding: Bool = true
 79 |         ) -> String {
 80 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 81 |         }
 82 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.Hex.swift:80:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32-HEX encoding per RFC 4648 Section 7
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32-HEX Type
    :
 78 |             padding: Bool = true
 79 |         ) -> String {
 80 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 81 |         }
 82 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.swift:82:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32 encoding per RFC 4648 Section 6
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32 Type
    :
 80 |             padding: Bool = true
 81 |         ) -> String {
 82 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 83 |         }
 84 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base32.swift:82:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base32 encoding per RFC 4648 Section 6
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base32 Type
    :
 80 |             padding: Bool = true
 81 |         ) -> String {
 82 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 83 |         }
 84 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.URL.swift:79:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64URL encoding per RFC 4648 Section 5
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64URL Type
    :
 77 |             padding: Bool = false
 78 |         ) -> String {
 79 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
 80 |         }
 81 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.URL.swift:79:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64URL encoding per RFC 4648 Section 5
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64URL Type
    :
 77 |             padding: Bool = false
 78 |         ) -> String {
 79 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 80 |         }
 81 |     }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.swift:236:34: error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64 encoding per RFC 4648 Section 4
  6 |
  7 | import INCITS_4_1986
    | `- note: instance method 'bytes(endianness:)' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64 Type
    :
234 |             padding: Bool = true
235 |         ) -> String {
236 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                  `- error: instance method 'bytes(endianness:)' is internal and cannot be referenced from an '@inlinable' function
237 |         }
238 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:90:17: note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 88 |     /// x.bytes(endianness: .little)  // [0x34, 0x12]
 89 |     /// ```
 90 |     public func bytes(endianness: Binary.Endianness = .little) -> [UInt8] {
    |                 `- note: instance method 'bytes(endianness:)' is not '@usableFromInline' or public
 91 |         let converted: Self
 92 |         switch endianness {
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/RFC_4648.Base64.swift:236:53: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  5 | //  Base64 encoding per RFC 4648 Section 4
  6 |
  7 | import INCITS_4_1986
    | `- note: enum case 'big' imported as 'internal' from 'INCITS_4_1986' here
  8 |
  9 | // MARK: - Base64 Type
    :
234 |             padding: Bool = true
235 |         ) -> String {
236 |             callAsFunction(value.bytes(endianness: .big), padding: padding)
    |                                                     `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
237 |         }
238 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:35:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 33 |     public init?(base64Encoded string: some StringProtocol) {
 34 |         guard let bytes = RFC_4648.Base64.decode(string) else { return nil }
 35 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 36 |     }
 37 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:35:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 33 |     public init?(base64Encoded string: some StringProtocol) {
 34 |         guard let bytes = RFC_4648.Base64.decode(string) else { return nil }
 35 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 36 |     }
 37 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:56:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 54 |     public init?(base64URLEncoded string: some StringProtocol) {
 55 |         guard let bytes = RFC_4648.Base64.URL.decode(string) else { return nil }
 56 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 57 |     }
 58 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:56:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 54 |     public init?(base64URLEncoded string: some StringProtocol) {
 55 |         guard let bytes = RFC_4648.Base64.URL.decode(string) else { return nil }
 56 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 57 |     }
 58 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:77:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 75 |     public init?(base32Encoded string: some StringProtocol) {
 76 |         guard let bytes = RFC_4648.Base32.decode(string) else { return nil }
 77 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 78 |     }
 79 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:77:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 75 |     public init?(base32Encoded string: some StringProtocol) {
 76 |         guard let bytes = RFC_4648.Base32.decode(string) else { return nil }
 77 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 78 |     }
 79 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:98:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 96 |     public init?(base32HexEncoded string: some StringProtocol) {
 97 |         guard let bytes = RFC_4648.Base32.Hex.decode(string) else { return nil }
 98 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 99 |     }
100 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:98:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 96 |     public init?(base32HexEncoded string: some StringProtocol) {
 97 |         guard let bytes = RFC_4648.Base32.Hex.decode(string) else { return nil }
 98 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 99 |     }
100 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:121:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
119 |     public init?(hexEncoded string: some StringProtocol) {
120 |         guard let bytes = RFC_4648.Base16.decode(string, skipPrefix: true) else { return nil }
121 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
122 |     }
123 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:121:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
119 |     public init?(hexEncoded string: some StringProtocol) {
120 |         guard let bytes = RFC_4648.Base16.decode(string, skipPrefix: true) else { return nil }
121 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
122 |     }
123 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:35:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 33 |     public init?(base64Encoded string: some StringProtocol) {
 34 |         guard let bytes = RFC_4648.Base64.decode(string) else { return nil }
 35 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 36 |     }
 37 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:35:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 33 |     public init?(base64Encoded string: some StringProtocol) {
 34 |         guard let bytes = RFC_4648.Base64.decode(string) else { return nil }
 35 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 36 |     }
 37 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:56:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 54 |     public init?(base64URLEncoded string: some StringProtocol) {
 55 |         guard let bytes = RFC_4648.Base64.URL.decode(string) else { return nil }
 56 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 57 |     }
 58 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:56:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 54 |     public init?(base64URLEncoded string: some StringProtocol) {
 55 |         guard let bytes = RFC_4648.Base64.URL.decode(string) else { return nil }
 56 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 57 |     }
 58 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:77:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 75 |     public init?(base32Encoded string: some StringProtocol) {
 76 |         guard let bytes = RFC_4648.Base32.decode(string) else { return nil }
 77 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 78 |     }
 79 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:77:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 75 |     public init?(base32Encoded string: some StringProtocol) {
 76 |         guard let bytes = RFC_4648.Base32.decode(string) else { return nil }
 77 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 78 |     }
 79 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:98:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 96 |     public init?(base32HexEncoded string: some StringProtocol) {
 97 |         guard let bytes = RFC_4648.Base32.Hex.decode(string) else { return nil }
 98 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
 99 |     }
100 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:98:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
 96 |     public init?(base32HexEncoded string: some StringProtocol) {
 97 |         guard let bytes = RFC_4648.Base32.Hex.decode(string) else { return nil }
 98 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
 99 |     }
100 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:121:14: error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: initializer 'init(bytes:endianness:)' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
119 |     public init?(hexEncoded string: some StringProtocol) {
120 |         guard let bytes = RFC_4648.Base16.decode(string, skipPrefix: true) else { return nil }
121 |         self.init(bytes: bytes, endianness: .big)
    |              `- error: initializer 'init(bytes:endianness:)' is internal and cannot be referenced from an '@inlinable' function
122 |     }
123 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/FixedWidthInteger+Binary.swift:120:12: note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
118 |     ///   - endianness: Byte order of the input bytes (defaults to little-endian)
119 |     /// - Returns: Integer value, or nil if byte count doesn't match type size
120 |     public init?(bytes: [UInt8], endianness: Binary.Endianness = .little) {
    |            `- note: initializer 'init(bytes:endianness:)' is not '@usableFromInline' or public
121 |         guard bytes.count == MemoryLayout<Self>.size else { return nil }
122 |
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/RFC 4648/FixedWidthInteger+RFC4648.swift:121:46: error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
  8 | // for byte-to-integer conversion.
  9 |
 10 | import Standards
    | `- note: enum case 'big' imported as 'internal' from 'Standards' here
 11 |
 12 | // MARK: - FixedWidthInteger Decoding
    :
119 |     public init?(hexEncoded string: some StringProtocol) {
120 |         guard let bytes = RFC_4648.Base16.decode(string, skipPrefix: true) else { return nil }
121 |         self.init(bytes: bytes, endianness: .big)
    |                                              `- error: enum case 'big' is internal and cannot be referenced from an '@inlinable' function
122 |     }
123 | }
/host/spi-builder-workspace/.build/checkouts/FileSystem/Sources/Binary/Binary.Endianness.swift:42:14: note: enum case 'big' is not '@usableFromInline' or public
40 |
41 |         /// Most significant byte first (network byte order).
42 |         case big
   |              `- note: enum case 'big' is not '@usableFromInline' or public
43 |     }
44 | }
[988/1032] Compiling Crypto Ed25519.swift
[989/1032] Compiling Crypto Signature.swift
[990/1032] Compiling Crypto CryptoKitErrors_boring.swift
[991/1032] Compiling Crypto RNG_boring.swift
[992/1032] Compiling Crypto SafeCompare_boring.swift
[993/1032] Compiling Crypto Zeroization_boring.swift
[994/1032] Compiling Crypto PrettyBytes.swift
[995/1032] Compiling Crypto SafeCompare.swift
[996/1032] Compiling Crypto SecureBytes.swift
[997/1032] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.0 linux