Build Information
Failed to build TypeFill, reference master (c5879f
), with Swift 6.1 for Linux on 28 Apr 2025 07:05:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yume190/TypeFill.git
Reference: master
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/yume190/TypeFill
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c5879fc change swift syntax to 5.9.1
Cloned https://github.com/yume190/TypeFill.git
Revision (git rev-parse @):
c5879fcb75573dddc02a438abe6d4b2b072c154a
SUCCESS checkout https://github.com/yume190/TypeFill.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/yume190/TypeFill.git
https://github.com/yume190/TypeFill.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"identity" : "sourcekitten",
"requirement" : {
"range" : [
{
"lower_bound" : "0.34.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/SourceKitten"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "TypeFill",
"name" : "TypeFill",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "typefill",
"targets" : [
"TypeFill"
],
"type" : {
"executable" : null
}
},
{
"name" : "derivedPath",
"targets" : [
"DerivedPath"
],
"type" : {
"executable" : null
}
},
{
"name" : "TypeFillKit",
"targets" : [
"TypeFillKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKClient",
"targets" : [
"SKClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypeFillTests",
"module_type" : "SwiftTarget",
"name" : "TypeFillTests",
"path" : "Tests/TypeFillTests",
"product_dependencies" : [
"SwiftSyntax"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TypeFillTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AutoFillTests.swift",
"IndexStoreDBTests.swift",
"Util.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "test"
},
{
"c99name" : "TypeFillKit",
"module_type" : "SwiftTarget",
"name" : "TypeFillKit",
"path" : "Sources/TypeFillKit",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit"
],
"sources" : [
"Rewriters/Rewrite.swift",
"Rewriters/Symbols.swift",
"Rewriters/SyntaxBinding.swift",
"Rewriters/TypeFillRewriter.swift",
"Util/ArrayBuilder.swift",
"Util/CompilerArgument.swift",
"Util/Configable.swift",
"Util/Data.swift",
"Util/Event.swift",
"Util/Logger.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "library"
},
{
"c99name" : "TypeFill",
"module_type" : "SwiftTarget",
"name" : "TypeFill",
"path" : "Sources/TypeFill",
"product_dependencies" : [
"ArgumentParser",
"SourceKittenFramework"
],
"product_memberships" : [
"typefill"
],
"sources" : [
"Command/Project.swift",
"Command/SPMModule.swift",
"Command/SingleFile.swift",
"Command/TypeFill.swift",
"Command/WorkSpace.swift",
"Command/XCode.swift",
"CommandBase.swift",
"Option/Option.swift",
"main.swift"
],
"target_dependencies" : [
"TypeFillKit",
"SKClient"
],
"type" : "executable"
},
{
"c99name" : "SKClientTests",
"module_type" : "SwiftTarget",
"name" : "SKClientTests",
"path" : "Tests/SKClientTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SKClientTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CursorTests.swift",
"Util.swift"
],
"target_dependencies" : [
"SKClient"
],
"type" : "test"
},
{
"c99name" : "SKClient",
"module_type" : "SwiftTarget",
"name" : "SKClient",
"path" : "Sources/SKClient",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SourceKittenFramework",
"Rainbow"
],
"product_memberships" : [
"typefill",
"TypeFillKit",
"SKClient"
],
"sources" : [
"CodeLocation.swift",
"Demangle.swift",
"Duration.swift",
"Env.swift",
"Exec.swift",
"IndexDB.swift",
"Kind.swift",
"Reportable.swift",
"SDK.swift",
"SKClient.swift",
"SourceConvert.swift",
"SourceKitResponse.swift",
"String+XML.swift",
"USR.swift",
"XCodeSetting.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "library"
},
{
"c99name" : "DerivedPath",
"module_type" : "SwiftTarget",
"name" : "DerivedPath",
"path" : "Sources/DerivedPath",
"product_memberships" : [
"derivedPath"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Derived"
],
"type" : "executable"
},
{
"c99name" : "Derived",
"module_type" : "SwiftTarget",
"name" : "Derived",
"path" : "Sources/Derived",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"typefill",
"derivedPath",
"TypeFillKit",
"SKClient"
],
"sources" : [
"DerivedPath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/jpsim/SourceKitten
[1/1196] Fetching rainbow
[1197/17308] Fetching rainbow, sourcekitten
[1359/30242] Fetching rainbow, sourcekitten, cryptoswift
[12192/45192] Fetching rainbow, sourcekitten, cryptoswift, swift-argument-parser
[35752/115425] Fetching rainbow, sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/jpsim/SourceKitten from cache (1.08s)
[42425/99313] Fetching rainbow, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.37s)
[48454/86379] Fetching rainbow, swift-argument-parser, swift-syntax
Fetched https://github.com/onevcat/Rainbow from cache (3.81s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.82s)
Fetched https://github.com/apple/swift-syntax from cache (3.86s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (5.67s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 509.1.1 (0.59s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.37.0 (0.47s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[2821/13109] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.86s)
Fetched https://github.com/jpsim/Yams.git from cache (0.90s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.36s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.42s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (0.46s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.45s)
Creating working copy for https://github.com/jpsim/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten resolved at 0.37.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.8.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/53] Write sources
[17/53] Copying PrivacyInfo.xcprivacy
[18/53] Write sources
[19/53] Compiling Clang_C Clang_C.c
[20/53] Compiling SourceKit SourceKit.c
[21/53] Write sources
[23/53] Compiling reader.c
[24/53] Compiling writer.c
[25/53] Compiling api.c
[26/53] Compiling parser.c
[27/53] Compiling emitter.c
[28/53] Compiling scanner.c
[29/53] Write swift-version-24593BA9C3E375BF.txt
[31/212] Emitting module SWXMLHash
[32/215] Compiling Rainbow StringGenerator.swift
[33/215] Compiling SwiftSyntax509 Empty.swift
[34/215] Emitting module SwiftSyntax509
[35/217] Compiling Rainbow String+Rainbow.swift
[36/217] Compiling SWXMLHash String+Extensions.swift
[37/217] Compiling SWXMLHash TextElement.swift
[38/217] Compiling CryptoSwift AEAD.swift
[39/217] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[40/219] Emitting module ArgumentParserToolInfo
[41/219] Compiling ArgumentParserToolInfo ToolInfo.swift
[44/220] Compiling Rainbow Style.swift
[44/220] Wrapping AST for SwiftSyntax509 for debugging
[45/220] Wrapping AST for ArgumentParserToolInfo for debugging
[47/303] Compiling Rainbow OutputTarget.swift
[48/303] Compiling ArgumentParser Argument.swift
[49/303] Compiling ArgumentParser ArgumentHelp.swift
[50/303] Compiling ArgumentParser CommandConfiguration.swift
[51/303] Compiling ArgumentParser CommandGroup.swift
[52/303] Compiling ArgumentParser EnumerableFlag.swift
[53/303] Emitting module Rainbow
[54/303] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/303] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/303] Compiling ArgumentParser ArgumentSet.swift
[57/303] Compiling ArgumentParser CommandParser.swift
[58/303] Compiling ArgumentParser InputKey.swift
[59/303] Compiling ArgumentParser OptionGroup.swift
[60/303] Compiling ArgumentParser AsyncParsableCommand.swift
[61/303] Compiling Rainbow Rainbow.swift
[63/304] Compiling ArgumentParser ExpressibleByArgument.swift
[64/304] Compiling ArgumentParser ParsableArguments.swift
[65/304] Compiling ArgumentParser ParsableArgumentsValidation.swift
[66/304] Compiling ArgumentParser ArgumentVisibility.swift
[67/304] Compiling ArgumentParser CompletionKind.swift
[68/304] Compiling ArgumentParser Errors.swift
[70/304] Compiling ArgumentParser Flag.swift
[71/304] Compiling ArgumentParser NameSpecification.swift
[76/304] Compiling ArgumentParser Option.swift
[82/304] Emitting module ArgumentParser
[83/304] Compiling ArgumentParser ParsableCommand.swift
[84/304] Compiling ArgumentParser ArgumentDecoder.swift
[85/304] Compiling ArgumentParser ArgumentDefinition.swift
[88/309] Compiling ArgumentParser BashCompletionsGenerator.swift
[90/309] Compiling ArgumentParser CompletionsGenerator.swift
[97/310] Emitting module Yams
[103/311] Compiling CryptoSwift CompactMap.swift
[104/311] Compiling CryptoSwift Cryptor.swift
[105/311] Compiling CryptoSwift Cryptors.swift
[106/311] Compiling CryptoSwift Digest.swift
[107/311] Compiling CryptoSwift DigestType.swift
[108/311] Compiling CryptoSwift AES+Foundation.swift
[109/311] Compiling CryptoSwift Array+Foundation.swift
[110/311] Compiling CryptoSwift Blowfish+Foundation.swift
[111/311] Compiling CryptoSwift ChaCha20+Foundation.swift
[112/311] Compiling CryptoSwift Data+Extension.swift
[113/311] Compiling CryptoSwift HMAC+Foundation.swift
[114/311] Compiling CryptoSwift Rabbit+Foundation.swift
[115/311] Compiling CryptoSwift String+FoundationExtension.swift
[116/311] Compiling CryptoSwift Utils+Foundation.swift
[116/312] Wrapping AST for Rainbow for debugging
[117/324] Wrapping AST for SWXMLHash for debugging
[118/325] Wrapping AST for Yams for debugging
[126/368] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[127/368] Compiling SourceKittenFramework SwiftDocKey.swift
[128/368] Compiling SourceKittenFramework SwiftDocs.swift
[129/368] Compiling SourceKittenFramework SwiftVersion.swift
[130/368] Compiling SourceKittenFramework SyntaxKind.swift
[131/368] Compiling SourceKittenFramework SyntaxMap.swift
[132/368] Compiling SourceKittenFramework SyntaxToken.swift
[133/368] Compiling SourceKittenFramework Text.swift
[134/368] Compiling SourceKittenFramework UID.swift
[135/368] Compiling SourceKittenFramework UIDRepresentable.swift
[136/368] Compiling SourceKittenFramework UncheckedSendable.swift
[137/368] Compiling SourceKittenFramework Version.swift
[138/368] Compiling SwiftSyntax RawSyntaxNodes.swift
[139/368] Compiling SwiftSyntax RawSyntaxValidation.swift
[140/368] Compiling SourceKittenFramework Dictionary+Merge.swift
[141/368] Compiling SourceKittenFramework Documentation.swift
[142/368] Compiling SourceKittenFramework Exec.swift
[143/368] Compiling SourceKittenFramework File+Hashable.swift
[144/368] Compiling SourceKittenFramework File.swift
[145/368] Compiling SourceKittenFramework JSONOutput.swift
[151/368] Compiling SourceKittenFramework Language.swift
[152/368] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[153/368] Compiling SourceKittenFramework Line.swift
[154/368] Compiling SourceKittenFramework LinuxCompatibility.swift
[155/368] Compiling SourceKittenFramework Module.swift
[156/368] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[157/368] Compiling SourceKittenFramework OffsetMap.swift
[158/368] Compiling SourceKittenFramework Parameter.swift
[159/368] Compiling SourceKittenFramework Request.swift
[160/368] Compiling SourceKittenFramework SourceDeclaration.swift
[173/374] Emitting module SourceKittenFramework
[174/374] Compiling SourceKittenFramework XcodeBuildSetting.swift
[175/374] Compiling SourceKittenFramework library_wrapper.swift
[176/374] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[177/374] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[178/374] Compiling CryptoSwift Shifts.swift
[179/374] Compiling CryptoSwift SquareRoot.swift
[180/374] Compiling CryptoSwift Strideable.swift
[181/374] Compiling CryptoSwift StringConversion.swift
[182/374] Compiling CryptoSwift Subtraction.swift
[183/374] Compiling CryptoSwift WordsAndBits.swift
[184/374] Compiling CryptoSwift ChaCha20.swift
[185/374] Compiling CryptoSwift Checksum.swift
[186/374] Compiling CryptoSwift Cipher.swift
[187/374] Compiling CryptoSwift Collection+Extension.swift
[193/374] Compiling SourceKittenFramework StringView.swift
[194/374] Compiling SourceKittenFramework Structure.swift
[195/374] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[198/374] Compiling SourceKittenFramework ByteCount.swift
[199/374] Compiling SourceKittenFramework ByteRange.swift
[200/374] Compiling SourceKittenFramework Clang+SourceKitten.swift
[201/374] Compiling SourceKittenFramework ClangTranslationUnit.swift
[202/374] Compiling SourceKittenFramework CodeCompletionItem.swift
[203/374] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[214/374] Compiling SourceKittenFramework SourceKitObject.swift
[215/374] Compiling SourceKittenFramework SourceLocation.swift
[224/374] Compiling SourceKittenFramework StatementKind.swift
[225/374] Compiling SourceKittenFramework String+SourceKitten.swift
[226/374] Compiling SourceKittenFramework StringView+SourceKitten.swift
[247/381] Wrapping AST for ArgumentParser for debugging
[249/381] Compiling SourceKittenFramework WindowsError.swift
[250/381] Compiling SourceKittenFramework Xcode.swift
[251/381] Compiling SwiftSyntax SyntaxDeclNodes.swift
[252/381] Compiling SwiftSyntax SyntaxExprNodes.swift
[253/381] Compiling SwiftSyntax SyntaxNodes.swift
[254/381] Compiling SwiftSyntax SyntaxPatternNodes.swift
[276/382] Wrapping AST for SourceKittenFramework for debugging
[278/382] Compiling CryptoSwift Signature.swift
[279/382] Compiling CryptoSwift StreamDecryptor.swift
[280/382] Compiling CryptoSwift StreamEncryptor.swift
[281/382] Compiling CryptoSwift String+Extension.swift
[282/382] Compiling CryptoSwift UInt128.swift
[283/382] Compiling CryptoSwift UInt16+Extension.swift
[284/382] Compiling CryptoSwift UInt32+Extension.swift
[285/382] Compiling CryptoSwift UInt64+Extension.swift
[286/382] Compiling CryptoSwift UInt8+Extension.swift
[287/382] Compiling CryptoSwift Updatable.swift
[288/382] Compiling CryptoSwift Utils.swift
[289/382] Compiling CryptoSwift XChaCha20.swift
[290/382] Compiling CryptoSwift ZeroPadding.swift
[291/382] Compiling CryptoSwift resource_bundle_accessor.swift
[292/382] Emitting module CryptoSwift
[308/382] Compiling CryptoSwift PKCS5.swift
[309/382] Compiling CryptoSwift PKCS7.swift
[310/382] Compiling CryptoSwift PKCS7Padding.swift
[311/382] Compiling CryptoSwift Padding.swift
[312/382] Compiling CryptoSwift Poly1305.swift
[313/382] Compiling CryptoSwift RSA+Cipher.swift
[314/382] Compiling CryptoSwift RSA+Signature.swift
[315/382] Compiling CryptoSwift RSA.swift
[316/382] Compiling CryptoSwift Rabbit.swift
[317/382] Compiling CryptoSwift SHA1.swift
[318/382] Compiling CryptoSwift SHA2.swift
[319/382] Compiling CryptoSwift SHA3.swift
[320/382] Compiling CryptoSwift Scrypt.swift
[321/382] Compiling CryptoSwift SecureBytes.swift
[322/382] Compiling CryptoSwift XChaCha20+Foundation.swift
[323/382] Compiling CryptoSwift Generics.swift
[324/382] Compiling CryptoSwift HKDF.swift
[325/382] Compiling CryptoSwift HMAC.swift
[326/382] Compiling CryptoSwift ISO10126Padding.swift
[327/382] Compiling CryptoSwift ISO78164Padding.swift
[328/382] Compiling CryptoSwift Int+Extension.swift
[329/382] Compiling CryptoSwift MD5.swift
[330/382] Compiling CryptoSwift NoPadding.swift
[331/382] Compiling CryptoSwift Operators.swift
[332/382] Compiling CryptoSwift DER.swift
[333/382] Compiling CryptoSwift PBKDF1.swift
[334/382] Compiling CryptoSwift PBKDF2.swift
[335/382] Compiling CryptoSwift PKCS1v15.swift
[336/383] Wrapping AST for CryptoSwift for debugging
[338/385] Emitting module Derived
[339/385] Compiling Derived DerivedPath.swift
/host/spi-builder-workspace/Sources/Derived/DerivedPath.swift:33:22: error: cannot find 'CFSwapInt64BigToHost' in scope
31 | var startValue: UInt64 = 0
32 |
33 | startValue = CFSwapInt64BigToHost(digest64[0])
| `- error: cannot find 'CFSwapInt64BigToHost' in scope
34 | for index in (0...13).reversed() {
35 | resultStr[index] = UInt8(startValue % 26) + 97 // 'a'
/host/spi-builder-workspace/Sources/Derived/DerivedPath.swift:39:22: error: cannot find 'CFSwapInt64BigToHost' in scope
37 | }
38 |
39 | startValue = CFSwapInt64BigToHost(digest64[1])
| `- error: cannot find 'CFSwapInt64BigToHost' in scope
40 | for index in (14...27).reversed() {
41 | resultStr[index] = UInt8(startValue % 26) + 97 // 'a'
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/25] Write swift-version-24593BA9C3E375BF.txt
[3/40] Compiling SwiftSyntax509 Empty.swift
[4/40] Emitting module SwiftSyntax509
[6/184] Compiling Rainbow OutputTarget.swift
[7/185] Compiling Rainbow StringGenerator.swift
[8/185] Compiling Rainbow String+Rainbow.swift
[9/185] Compiling Rainbow Rainbow.swift
[10/185] Compiling CryptoSwift AES.swift
[11/185] Compiling CryptoSwift ASN1.swift
[14/185] Compiling CryptoSwift ASN1Decoder.swift
[15/185] Compiling CryptoSwift ASN1Encoder.swift
[16/188] Compiling Rainbow Style.swift
[17/215] Compiling SwiftSyntax AbsolutePosition.swift
[18/215] Compiling SwiftSyntax Assert.swift
[19/215] Emitting module Rainbow
[20/215] Compiling SwiftSyntax BumpPtrAllocator.swift
[21/215] Compiling SwiftSyntax CommonAncestor.swift
[22/221] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[23/221] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[24/221] Compiling SwiftSyntax RawSyntaxTokenView.swift
[25/234] Compiling SwiftSyntax SyntaxChildren.swift
[26/234] Compiling SwiftSyntax SyntaxCollection.swift
[27/234] Compiling SwiftSyntax SyntaxData.swift
[28/234] Compiling SwiftSyntax ChildNameForKeyPath.swift
[29/234] Compiling SwiftSyntax Keyword.swift
[30/234] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[31/234] Emitting module SWXMLHash
[37/234] Compiling SwiftSyntax SourceLength.swift
[38/234] Compiling SwiftSyntax SourceLocation.swift
[39/234] Compiling SwiftSyntax SourcePresence.swift
[40/234] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[41/234] Compiling SwiftSyntax Syntax.swift
[42/234] Compiling SwiftSyntax SyntaxArena.swift
[47/235] Compiling CryptoSwift CompactMap.swift
[48/235] Compiling CryptoSwift Cryptor.swift
[49/235] Compiling CryptoSwift Cryptors.swift
[50/235] Compiling CryptoSwift Digest.swift
[51/235] Compiling CryptoSwift DigestType.swift
[52/235] Compiling CryptoSwift AES+Foundation.swift
[53/235] Compiling CryptoSwift Array+Foundation.swift
[54/235] Compiling CryptoSwift Blowfish+Foundation.swift
[55/235] Compiling CryptoSwift ChaCha20+Foundation.swift
[56/235] Compiling CryptoSwift Data+Extension.swift
[57/235] Compiling CryptoSwift HMAC+Foundation.swift
[58/235] Compiling CryptoSwift Rabbit+Foundation.swift
[59/235] Compiling CryptoSwift String+FoundationExtension.swift
[60/235] Compiling CryptoSwift Utils+Foundation.swift
[61/249] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[62/249] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[63/249] Compiling SwiftSyntax SyntaxBaseNodes.swift
[64/249] Emitting module ArgumentParserToolInfo
[65/249] Compiling ArgumentParserToolInfo ToolInfo.swift
[68/251] Emitting module Yams
[71/251] Compiling Yams YamlError.swift
[72/251] Compiling Yams YamlTagProviding.swift
[72/250] Wrapping AST for SWXMLHash for debugging
[74/278] Compiling ArgumentParser OptionGroup.swift
[75/278] Compiling ArgumentParser AsyncParsableCommand.swift
[76/278] Compiling ArgumentParser CommandConfiguration.swift
[77/278] Compiling ArgumentParser CommandGroup.swift
[78/278] Compiling ArgumentParser EnumerableFlag.swift
[79/278] Compiling ArgumentParser ArgumentVisibility.swift
[80/288] Compiling ArgumentParser BashCompletionsGenerator.swift
[81/288] Compiling ArgumentParser CompletionsGenerator.swift
[82/288] Compiling ArgumentParser FishCompletionsGenerator.swift
[83/288] Compiling ArgumentParser ZshCompletionsGenerator.swift
[84/288] Compiling ArgumentParser Argument.swift
[85/288] Compiling ArgumentParser ArgumentHelp.swift
[86/289] Wrapping AST for Yams for debugging
[88/332] Compiling CryptoSwift XChaCha20+Foundation.swift
[89/332] Compiling CryptoSwift Generics.swift
[90/332] Compiling CryptoSwift HKDF.swift
[91/332] Compiling CryptoSwift HMAC.swift
[92/332] Compiling CryptoSwift ISO10126Padding.swift
[93/332] Compiling CryptoSwift ISO78164Padding.swift
[94/332] Compiling CryptoSwift Int+Extension.swift
[95/332] Compiling CryptoSwift MD5.swift
[96/332] Compiling CryptoSwift NoPadding.swift
[97/332] Compiling CryptoSwift Operators.swift
[98/332] Compiling CryptoSwift DER.swift
[99/332] Compiling CryptoSwift PBKDF1.swift
[100/332] Compiling CryptoSwift PBKDF2.swift
[101/332] Compiling CryptoSwift PKCS1v15.swift
[102/332] Compiling SourceKittenFramework SyntaxToken.swift
[103/332] Compiling SourceKittenFramework Text.swift
[104/332] Compiling SourceKittenFramework UID.swift
[105/332] Compiling SourceKittenFramework UIDRepresentable.swift
[106/332] Compiling SourceKittenFramework UncheckedSendable.swift
[107/332] Compiling SourceKittenFramework Version.swift
[108/338] Compiling SourceKittenFramework ByteCount.swift
[109/338] Compiling SourceKittenFramework ByteRange.swift
[110/338] Compiling SourceKittenFramework Clang+SourceKitten.swift
[111/338] Compiling SourceKittenFramework ClangTranslationUnit.swift
[112/338] Compiling SourceKittenFramework CodeCompletionItem.swift
[113/338] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[114/338] Compiling CryptoSwift Signature.swift
[115/338] Compiling CryptoSwift StreamDecryptor.swift
[116/338] Compiling CryptoSwift StreamEncryptor.swift
[117/338] Compiling CryptoSwift String+Extension.swift
[118/338] Compiling CryptoSwift UInt128.swift
[119/338] Compiling CryptoSwift UInt16+Extension.swift
[120/338] Compiling CryptoSwift UInt32+Extension.swift
[121/338] Compiling CryptoSwift UInt64+Extension.swift
[122/338] Compiling CryptoSwift UInt8+Extension.swift
[123/338] Compiling CryptoSwift Updatable.swift
[124/338] Compiling CryptoSwift Utils.swift
[125/338] Compiling CryptoSwift XChaCha20.swift
[126/338] Compiling CryptoSwift ZeroPadding.swift
[127/338] Compiling CryptoSwift resource_bundle_accessor.swift
[128/338] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[129/338] Compiling SourceKittenFramework SwiftDocKey.swift
[130/338] Compiling SourceKittenFramework SwiftDocs.swift
[131/338] Compiling SourceKittenFramework SwiftVersion.swift
[132/338] Compiling SourceKittenFramework SyntaxKind.swift
[133/338] Compiling SourceKittenFramework SyntaxMap.swift
[140/338] Emitting module ArgumentParser
[141/343] Emitting module SourceKittenFramework
[148/343] Compiling SourceKittenFramework Dictionary+Merge.swift
[149/343] Compiling SourceKittenFramework Documentation.swift
[150/343] Compiling SourceKittenFramework Exec.swift
[151/343] Compiling SourceKittenFramework File+Hashable.swift
[152/343] Compiling SourceKittenFramework File.swift
[153/343] Compiling SourceKittenFramework JSONOutput.swift
[154/343] Compiling SourceKittenFramework Language.swift
[155/343] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[164/349] Compiling SourceKittenFramework Line.swift
[165/349] Compiling SourceKittenFramework LinuxCompatibility.swift
[166/349] Compiling SourceKittenFramework Module.swift
[167/349] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[168/349] Compiling SourceKittenFramework StatementKind.swift
[169/349] Compiling SourceKittenFramework String+SourceKitten.swift
[170/349] Compiling SourceKittenFramework StringView+SourceKitten.swift
[171/349] Compiling SourceKittenFramework StringView.swift
[195/349] Compiling SourceKittenFramework SourceDeclaration.swift
[196/349] Compiling SourceKittenFramework SourceKitObject.swift
[197/349] Compiling SourceKittenFramework SourceLocation.swift
[200/349] Compiling SourceKittenFramework OffsetMap.swift
[201/349] Compiling SourceKittenFramework Parameter.swift
[202/349] Compiling SourceKittenFramework Request.swift
[210/349] Compiling SourceKittenFramework Structure.swift
[211/349] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[212/349] Compiling SourceKittenFramework WindowsError.swift
[213/349] Compiling SourceKittenFramework Xcode.swift
[214/349] Compiling SwiftSyntax SyntaxDeclNodes.swift
[215/349] Compiling SwiftSyntax SyntaxExprNodes.swift
[216/349] Compiling SwiftSyntax SyntaxNodes.swift
[217/349] Compiling SwiftSyntax SyntaxPatternNodes.swift
[224/350] Compiling ArgumentParser CollectionExtensions.swift
[225/350] Compiling ArgumentParser Platform.swift
[226/350] Compiling ArgumentParser SequenceExtensions.swift
[227/350] Compiling ArgumentParser StringExtensions.swift
[228/350] Compiling ArgumentParser Tree.swift
[244/351] Compiling CryptoSwift IntegerConversion.swift
[245/351] Compiling CryptoSwift Multiplication.swift
[246/351] Compiling CryptoSwift PrimeTest.swift
[247/351] Compiling CryptoSwift Random.swift
[248/351] Compiling CryptoSwift Shifts.swift
[249/351] Compiling CryptoSwift SquareRoot.swift
[250/351] Compiling CryptoSwift Strideable.swift
[251/351] Compiling CryptoSwift StringConversion.swift
[252/351] Compiling CryptoSwift Subtraction.swift
[253/351] Compiling CryptoSwift WordsAndBits.swift
[254/351] Compiling CryptoSwift ChaCha20.swift
[255/351] Compiling CryptoSwift Checksum.swift
[256/351] Compiling CryptoSwift Cipher.swift
[257/351] Compiling CryptoSwift Collection+Extension.swift
[273/349] Emitting module CryptoSwift
[289/349] Compiling CryptoSwift PKCS5.swift
[290/349] Compiling CryptoSwift PKCS7.swift
[291/349] Compiling CryptoSwift PKCS7Padding.swift
[292/349] Compiling CryptoSwift Padding.swift
[293/349] Compiling CryptoSwift Poly1305.swift
[294/349] Compiling CryptoSwift RSA+Cipher.swift
[295/349] Compiling CryptoSwift RSA+Signature.swift
[296/349] Compiling CryptoSwift RSA.swift
[297/349] Compiling CryptoSwift Rabbit.swift
[298/349] Compiling CryptoSwift SHA1.swift
[299/349] Compiling CryptoSwift SHA2.swift
[300/349] Compiling CryptoSwift SHA3.swift
[301/349] Compiling CryptoSwift Scrypt.swift
[302/349] Compiling CryptoSwift SecureBytes.swift
[303/350] Wrapping AST for CryptoSwift for debugging
[305/352] Emitting module Derived
[306/352] Compiling Derived DerivedPath.swift
/host/spi-builder-workspace/Sources/Derived/DerivedPath.swift:33:22: error: cannot find 'CFSwapInt64BigToHost' in scope
31 | var startValue: UInt64 = 0
32 |
33 | startValue = CFSwapInt64BigToHost(digest64[0])
| `- error: cannot find 'CFSwapInt64BigToHost' in scope
34 | for index in (0...13).reversed() {
35 | resultStr[index] = UInt8(startValue % 26) + 97 // 'a'
/host/spi-builder-workspace/Sources/Derived/DerivedPath.swift:39:22: error: cannot find 'CFSwapInt64BigToHost' in scope
37 | }
38 |
39 | startValue = CFSwapInt64BigToHost(digest64[1])
| `- error: cannot find 'CFSwapInt64BigToHost' in scope
40 | for index in (14...27).reversed() {
41 | resultStr[index] = UInt8(startValue % 26) + 97 // 'a'
BUILD FAILURE 6.1 linux