Build Information
Failed to build LeakDetect, reference main (2726d6
), with Swift 6.1 for Linux on 27 Apr 2025 23:58:39 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/LeakDetect.git
Reference: main
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/LeakDetect
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2726d6c Move SyntaxParser to Parser
Cloned https://github.com/yume190/LeakDetect.git
Revision (git rev-parse @):
2726d6c55ef54392a06313fa9067db2e6ea600ef
SUCCESS checkout https://github.com/yume190/LeakDetect.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/yume190/LeakDetect.git
https://github.com/yume190/LeakDetect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "508.0.0",
"upper_bound" : "509.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "typefill",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.9",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yume190/TypeFill"
},
{
"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" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "humanstring",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zonble/HumanString.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.5",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
}
],
"manifest_display_name" : "LeakDetect",
"name" : "LeakDetect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "leakDetect",
"targets" : [
"LeakDetect"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LeakDetectTests",
"module_type" : "SwiftTarget",
"name" : "LeakDetectTests",
"path" : "Tests/LeakDetectTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SKClient",
"HumanString"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/LeakDetectTests/Resource",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Assign/AssignClosureVisitorTests.swift",
"Capture/LeakTests+Class+Extension+Obj.swift",
"Capture/LeakTests+Class+Extension+Self.swift",
"Capture/LeakTests+Class+Obj+GlobalFunction.swift",
"Capture/LeakTests+Class+Obj+StaticFunction.swift",
"Capture/LeakTests+Class+Obj.swift",
"Capture/LeakTests+Class+Self.swift",
"Capture/LeakTests+Normal.swift",
"Capture/LeakTests+Struct.swift",
"Capture/LeakTests.swift",
"Concept/CaptureListRewriteTests.swift",
"Concept/ClassInStructTests.swift",
"Concept/ConceptTests.swift",
"Concept/EscapingDetectorTests.swift",
"Concept/FunctionParameterListEscapeTests.swift",
"Concept/FunctionTests.swift",
"Concept/ReferenceTests.swift",
"Concept/SkipConceptTests.swift",
"Concept/SourceKitResponseStringTests.swift",
"Concept/USRTests.swift",
"Concept/WeakDetector.swift",
"Util.swift"
],
"target_dependencies" : [
"LeakDetectKit"
],
"type" : "test"
},
{
"c99name" : "LeakDetectKit",
"module_type" : "SwiftTarget",
"name" : "LeakDetectKit",
"path" : "Sources/LeakDetectKit",
"product_dependencies" : [
"Rainbow",
"PathKit",
"SwiftSyntax",
"SwiftParser",
"SKClient"
],
"product_memberships" : [
"leakDetect"
],
"sources" : [
"Assign/AssignClosureVisitor.swift",
"Capture/CaptureListRewriter.swift",
"Capture/DeclsVisitor.swift",
"Capture/IdentifierVisitor.swift",
"Capture/LeakVisitor.swift",
"Capture/LeakVisitorResult.swift",
"Capture/USR+Struct.swift",
"Escaping/EscapingDetector.swift",
"Escaping/FunctionParameterListEscapeVisitor.swift",
"Escaping/TypeEscapeVisitor.swift",
"Escaping/WeakDetector.swift",
"LeakResult.swift",
"Pipeline/Pipeline.swift",
"Pipeline/Visitors.swift",
"Skip/BuiltinTypeList.swift",
"Skip/SkipsFunction.swift",
"SourceKit/SDK+Target.swift",
"SourceKit/SKClient+Ex.swift",
"String+Remove.swift",
"String+SourceKitResponse.swift",
"Syntax/ExprSyntax+Ex.swift",
"Syntax/TypeSyntax+Ex.swift"
],
"type" : "library"
},
{
"c99name" : "LeakDetect",
"module_type" : "SwiftTarget",
"name" : "LeakDetect",
"path" : "Sources/LeakDetect",
"product_dependencies" : [
"ArgumentParser",
"SourceKittenFramework",
"SKClient",
"PathKit",
"Yams"
],
"product_memberships" : [
"leakDetect"
],
"sources" : [
"Arguments+Ex.swift",
"Command.swift",
"Entry.swift",
"GitAction.swift",
"Reporter.swift"
],
"target_dependencies" : [
"LeakDetectKit"
],
"type" : "executable"
}
],
"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/kylef/PathKit
Fetching https://github.com/jpsim/SourceKitten
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/zonble/HumanString.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/1196] Fetching rainbow
[731/1374] Fetching rainbow, humanstring
[1375/2785] Fetching rainbow, humanstring, pathkit
[1644/18897] Fetching rainbow, humanstring, pathkit, sourcekitten
[2636/29186] Fetching rainbow, humanstring, pathkit, sourcekitten, yams
Fetched https://github.com/kylef/PathKit from cache (0.28s)
[4409/27775] Fetching rainbow, humanstring, sourcekitten, yams
Fetching https://github.com/yume190/TypeFill
[18899/42725] Fetching rainbow, humanstring, sourcekitten, yams, swift-argument-parser
[18900/44389] Fetching rainbow, humanstring, sourcekitten, yams, swift-argument-parser, typefill
Fetched https://github.com/yume190/TypeFill from cache (0.66s)
Fetching https://github.com/apple/swift-syntax.git
Fetched https://github.com/onevcat/Rainbow from cache (1.20s)
Fetched https://github.com/zonble/HumanString.git from cache (1.28s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.28s)
Fetched https://github.com/jpsim/SourceKitten from cache (1.29s)
Fetched https://github.com/jpsim/Yams from cache (1.31s)
[1/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.76s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (6.61s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/zonble/HumanString.git
Computed https://github.com/zonble/HumanString.git at 0.1.1 (0.67s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.82s)
Computing version for https://github.com/yume190/TypeFill
Computed https://github.com/yume190/TypeFill at 0.4.9 (1.96s)
Fetching https://github.com/krzyzanowskim/CryptoSwift
[1/12934] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.19s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (1.84s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.38s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.37.0 (0.51s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.27s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.73s)
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.44s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (0.48s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.49s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 508.0.1
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/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/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten resolved at 0.37.0
Creating working copy for https://github.com/zonble/HumanString.git
Working copy of https://github.com/zonble/HumanString.git resolved at 0.1.1
Creating working copy for https://github.com/yume190/TypeFill
Working copy of https://github.com/yume190/TypeFill resolved at 0.4.9
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/47] Write sources
[2/47] Copying PrivacyInfo.xcprivacy
[8/47] Write sources
[15/47] Compiling Clang_C Clang_C.c
[16/47] Compiling SourceKit SourceKit.c
[17/47] Write sources
[19/47] Compiling reader.c
[20/47] Compiling writer.c
[21/47] Compiling parser.c
[22/47] Compiling api.c
[23/47] Write swift-version-24593BA9C3E375BF.txt
[24/47] Compiling emitter.c
[25/47] Compiling scanner.c
[27/244] Emitting module ArgumentParserToolInfo
[28/244] Emitting module SWXMLHash
[29/247] Emitting module Yams
[30/249] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/249] Compiling Yams Tag.swift
[32/249] Compiling Yams YamlAnchorProviding.swift
[33/249] Compiling CryptoSwift BlockModeOptions.swift
[34/249] Compiling CryptoSwift CBC.swift
[35/251] Compiling Rainbow String+Rainbow.swift
[36/251] Compiling Rainbow StringGenerator.swift
[38/251] Compiling Rainbow Style.swift
[38/251] Wrapping AST for ArgumentParserToolInfo for debugging
[40/289] Compiling ArgumentParser OptionGroup.swift
[41/289] Compiling ArgumentParser AsyncParsableCommand.swift
[42/289] Compiling ArgumentParser CommandConfiguration.swift
[43/289] Compiling ArgumentParser CommandGroup.swift
[44/289] Compiling ArgumentParser EnumerableFlag.swift
[45/294] Compiling Rainbow Rainbow.swift
[46/294] Compiling Rainbow OutputTarget.swift
[47/294] Emitting module Rainbow
[48/294] Compiling ArgumentParser Argument.swift
[49/294] Compiling ArgumentParser ArgumentHelp.swift
[50/294] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/294] Compiling ArgumentParser CompletionsGenerator.swift
[52/295] Compiling ArgumentParser ArgumentSet.swift
[53/295] Compiling ArgumentParser CommandParser.swift
[54/295] Compiling ArgumentParser InputKey.swift
[58/295] Compiling ArgumentParser ExpressibleByArgument.swift
[59/295] Compiling ArgumentParser ParsableArguments.swift
[60/295] Compiling ArgumentParser ParsableArgumentsValidation.swift
[61/295] Compiling ArgumentParser ZshCompletionsGenerator.swift
[66/295] Compiling ArgumentParser FishCompletionsGenerator.swift
[67/295] Compiling ArgumentParser ParsableCommand.swift
[68/295] Compiling ArgumentParser ArgumentDecoder.swift
[69/295] Compiling ArgumentParser ArgumentDefinition.swift
[70/295] Compiling ArgumentParser ArgumentVisibility.swift
[71/295] Compiling ArgumentParser CompletionKind.swift
[72/295] Compiling ArgumentParser Errors.swift
[73/295] Compiling ArgumentParser Flag.swift
[74/295] Compiling ArgumentParser NameSpecification.swift
[75/295] Compiling ArgumentParser Option.swift
[96/297] Emitting module ArgumentParser
[100/302] Emitting module PathKit
[101/302] Compiling PathKit PathKit.swift
[101/302] Wrapping AST for Rainbow for debugging
[103/303] Compiling CryptoSwift CompactMap.swift
[104/303] Compiling CryptoSwift Cryptor.swift
[105/303] Compiling CryptoSwift Cryptors.swift
[106/303] Compiling CryptoSwift Digest.swift
[107/303] Compiling CryptoSwift DigestType.swift
[108/303] Compiling CryptoSwift AES+Foundation.swift
[109/303] Compiling CryptoSwift Array+Foundation.swift
[110/303] Compiling CryptoSwift Blowfish+Foundation.swift
[111/303] Compiling CryptoSwift ChaCha20+Foundation.swift
[112/303] Compiling CryptoSwift Data+Extension.swift
[113/303] Compiling CryptoSwift HMAC+Foundation.swift
[114/303] Compiling CryptoSwift Rabbit+Foundation.swift
[115/303] Compiling CryptoSwift String+FoundationExtension.swift
[116/303] Compiling CryptoSwift Utils+Foundation.swift
[116/317] Wrapping AST for Yams for debugging
[117/317] Wrapping AST for SWXMLHash for debugging
[120/360] Compiling CryptoSwift IntegerConversion.swift
[121/360] Compiling CryptoSwift Multiplication.swift
[122/360] Compiling CryptoSwift PrimeTest.swift
[123/360] Compiling CryptoSwift Random.swift
[124/360] Compiling CryptoSwift Shifts.swift
[125/360] Compiling CryptoSwift SquareRoot.swift
[126/360] Compiling CryptoSwift Strideable.swift
[127/360] Compiling CryptoSwift StringConversion.swift
[128/360] Compiling CryptoSwift Subtraction.swift
[129/360] Compiling CryptoSwift WordsAndBits.swift
[130/360] Compiling CryptoSwift ChaCha20.swift
[131/360] Compiling CryptoSwift Checksum.swift
[132/360] Compiling CryptoSwift Cipher.swift
[133/360] Compiling CryptoSwift Collection+Extension.swift
[134/360] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[135/360] Compiling SourceKittenFramework SwiftDocKey.swift
[136/360] Compiling SourceKittenFramework SwiftDocs.swift
[137/360] Compiling SourceKittenFramework SwiftVersion.swift
[138/360] Compiling SourceKittenFramework SyntaxKind.swift
[139/360] Compiling SourceKittenFramework SyntaxMap.swift
[140/360] Compiling SourceKittenFramework SyntaxToken.swift
[141/360] Compiling SourceKittenFramework Text.swift
[142/360] Compiling SourceKittenFramework UID.swift
[143/360] Compiling SourceKittenFramework UIDRepresentable.swift
[144/360] Compiling SourceKittenFramework UncheckedSendable.swift
[145/360] Compiling SourceKittenFramework Version.swift
[146/360] Compiling CryptoSwift GCD.swift
[147/360] Compiling CryptoSwift Hashable.swift
[147/360] Wrapping AST for PathKit for debugging
[149/360] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[150/360] Compiling SourceKittenFramework OffsetMap.swift
[151/360] Compiling SourceKittenFramework Parameter.swift
[152/360] Compiling SourceKittenFramework Request.swift
[153/360] Compiling SourceKittenFramework SourceDeclaration.swift
[154/360] Compiling SourceKittenFramework ByteCount.swift
[155/360] Compiling SourceKittenFramework ByteRange.swift
[156/360] Compiling SourceKittenFramework Clang+SourceKitten.swift
[157/360] Compiling SourceKittenFramework ClangTranslationUnit.swift
[158/360] Compiling SourceKittenFramework CodeCompletionItem.swift
[159/360] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[160/360] Compiling SourceKittenFramework Dictionary+Merge.swift
[161/360] Compiling SourceKittenFramework Documentation.swift
[162/360] Compiling SourceKittenFramework Exec.swift
[163/360] Compiling SourceKittenFramework File+Hashable.swift
[164/360] Compiling SourceKittenFramework File.swift
[165/360] Compiling SourceKittenFramework JSONOutput.swift
[183/366] Compiling SourceKittenFramework Language.swift
[184/366] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[185/366] Compiling SourceKittenFramework Line.swift
[186/366] Compiling SourceKittenFramework LinuxCompatibility.swift
[187/366] Compiling SourceKittenFramework Module.swift
[188/366] Emitting module SourceKittenFramework
[189/366] Compiling SourceKittenFramework StringView.swift
[190/366] Compiling SourceKittenFramework Structure.swift
[191/366] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[222/366] Compiling SourceKittenFramework SourceKitObject.swift
[223/366] Compiling SourceKittenFramework SourceLocation.swift
[224/366] Compiling SourceKittenFramework StatementKind.swift
[225/366] Compiling SourceKittenFramework String+SourceKitten.swift
[226/366] Compiling SourceKittenFramework StringView+SourceKitten.swift
[240/367] Compiling SourceKittenFramework WindowsError.swift
[241/367] Compiling SourceKittenFramework Xcode.swift
[242/367] Compiling SourceKittenFramework XcodeBuildSetting.swift
[243/367] Compiling SourceKittenFramework library_wrapper.swift
[244/367] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[245/367] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[261/368] Wrapping AST for ArgumentParser for debugging
[262/368] Wrapping AST for SourceKittenFramework for debugging
[264/368] Compiling CryptoSwift Signature.swift
[265/368] Compiling CryptoSwift StreamDecryptor.swift
[266/368] Compiling CryptoSwift StreamEncryptor.swift
[267/368] Compiling CryptoSwift String+Extension.swift
[268/368] Compiling CryptoSwift UInt128.swift
[269/368] Compiling CryptoSwift UInt16+Extension.swift
[270/368] Compiling CryptoSwift UInt32+Extension.swift
[271/368] Compiling CryptoSwift UInt64+Extension.swift
[272/368] Compiling CryptoSwift UInt8+Extension.swift
[273/368] Compiling CryptoSwift Updatable.swift
[274/368] Compiling CryptoSwift Utils.swift
[275/368] Compiling CryptoSwift XChaCha20.swift
[276/368] Compiling CryptoSwift ZeroPadding.swift
[277/368] Compiling CryptoSwift resource_bundle_accessor.swift
[278/368] Emitting module CryptoSwift
[294/368] Compiling CryptoSwift XChaCha20+Foundation.swift
[295/368] Compiling CryptoSwift Generics.swift
[296/368] Compiling CryptoSwift HKDF.swift
[297/368] Compiling CryptoSwift HMAC.swift
[298/368] Compiling CryptoSwift ISO10126Padding.swift
[299/368] Compiling CryptoSwift ISO78164Padding.swift
[300/368] Compiling CryptoSwift Int+Extension.swift
[301/368] Compiling CryptoSwift MD5.swift
[302/368] Compiling CryptoSwift NoPadding.swift
[303/368] Compiling CryptoSwift Operators.swift
[304/368] Compiling CryptoSwift DER.swift
[305/368] Compiling CryptoSwift PBKDF1.swift
[306/368] Compiling CryptoSwift PBKDF2.swift
[307/368] Compiling CryptoSwift PKCS1v15.swift
[308/368] Compiling CryptoSwift PKCS5.swift
[309/368] Compiling CryptoSwift PKCS7.swift
[310/368] Compiling CryptoSwift PKCS7Padding.swift
[311/368] Compiling CryptoSwift Padding.swift
[312/368] Compiling CryptoSwift Poly1305.swift
[313/368] Compiling CryptoSwift RSA+Cipher.swift
[314/368] Compiling CryptoSwift RSA+Signature.swift
[315/368] Compiling CryptoSwift RSA.swift
[316/368] Compiling CryptoSwift Rabbit.swift
[317/368] Compiling CryptoSwift SHA1.swift
[318/368] Compiling CryptoSwift SHA2.swift
[319/368] Compiling CryptoSwift SHA3.swift
[320/368] Compiling CryptoSwift Scrypt.swift
[321/368] Compiling CryptoSwift SecureBytes.swift
[322/369] Wrapping AST for CryptoSwift for debugging
[324/371] Emitting module Derived
[325/371] Compiling Derived DerivedPath.swift
/host/spi-builder-workspace/.build/checkouts/TypeFill/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/.build/checkouts/TypeFill/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/23] Write swift-version-24593BA9C3E375BF.txt
[3/220] Compiling CryptoSwift AES.swift
[4/220] Compiling CryptoSwift ASN1.swift
[5/220] Compiling CryptoSwift ASN1Decoder.swift
[6/220] Compiling CryptoSwift ASN1Encoder.swift
[7/223] Emitting module SWXMLHash
[8/223] Compiling Rainbow StringGenerator.swift
[9/224] Compiling CryptoSwift ASN1Scanner.swift
[10/224] Compiling CryptoSwift Array+Extension.swift
[11/224] Compiling CryptoSwift Authenticator.swift
[12/224] Compiling CryptoSwift CFB.swift
[13/224] Compiling CryptoSwift CTR.swift
[14/224] Compiling CryptoSwift CipherModeWorker.swift
[15/224] Compiling CryptoSwift BlockModeOptions.swift
[16/224] Compiling CryptoSwift CBC.swift
[17/224] Compiling CryptoSwift CCM.swift
[18/224] Compiling CryptoSwift AEAD.swift
[19/224] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[20/224] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[21/224] Compiling CryptoSwift AES.Cryptors.swift
[22/224] Compiling Rainbow OutputTarget.swift
[23/224] Compiling Rainbow Rainbow.swift
[26/224] Compiling Rainbow String+Rainbow.swift
[27/224] Compiling CryptoSwift BlockMode.swift
[29/226] Compiling Rainbow Style.swift
[30/226] Compiling CryptoSwift BlockDecryptor.swift
[31/226] Compiling CryptoSwift BlockEncryptor.swift
[32/226] Compiling CryptoSwift BatchedCollection.swift
[33/226] Compiling CryptoSwift Bit.swift
[34/226] Compiling CryptoSwift BlockCipher.swift
[38/226] Compiling SWXMLHash XMLHashOptions.swift
[39/226] Compiling SWXMLHash XMLIndexer.swift
[40/226] Compiling SWXMLHash shim.swift
[43/227] Emitting module Rainbow
[46/228] Emitting module PathKit
[47/228] Compiling PathKit PathKit.swift
[51/229] Compiling ArgumentParserToolInfo ToolInfo.swift
[52/229] Emitting module ArgumentParserToolInfo
[59/228] Compiling Yams YamlError.swift
[60/228] Compiling Yams YamlTagProviding.swift
[60/228] Wrapping AST for SWXMLHash for debugging
[61/228] Wrapping AST for PathKit for debugging
[63/266] Compiling ArgumentParser Flag.swift
[64/266] Compiling ArgumentParser NameSpecification.swift
[65/266] Compiling ArgumentParser Option.swift
[66/266] Compiling ArgumentParser ArgumentVisibility.swift
[67/266] Compiling ArgumentParser CompletionKind.swift
[68/266] Compiling ArgumentParser Errors.swift
[69/266] Emitting module Yams
[70/266] Compiling ArgumentParser BashCompletionsGenerator.swift
[71/266] Compiling ArgumentParser CompletionsGenerator.swift
[72/266] Compiling ArgumentParser FishCompletionsGenerator.swift
[77/267] Compiling ArgumentParser ZshCompletionsGenerator.swift
[78/267] Compiling ArgumentParser Argument.swift
[79/267] Compiling ArgumentParser ArgumentHelp.swift
[79/272] Wrapping AST for Yams for debugging
[81/272] Compiling ArgumentParser OptionGroup.swift
[82/272] Compiling ArgumentParser AsyncParsableCommand.swift
[83/272] Compiling ArgumentParser CommandConfiguration.swift
[84/272] Compiling ArgumentParser CommandGroup.swift
[85/272] Compiling ArgumentParser EnumerableFlag.swift
[86/315] Compiling SourceKittenFramework Language.swift
[87/315] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[88/315] Compiling SourceKittenFramework Line.swift
[89/315] Compiling SourceKittenFramework LinuxCompatibility.swift
[90/315] Compiling SourceKittenFramework Module.swift
[91/315] Compiling SourceKittenFramework SyntaxToken.swift
[92/315] Compiling SourceKittenFramework Text.swift
[93/315] Compiling SourceKittenFramework UID.swift
[94/315] Compiling SourceKittenFramework UIDRepresentable.swift
[95/315] Compiling SourceKittenFramework UncheckedSendable.swift
[96/315] Compiling SourceKittenFramework Version.swift
[97/321] Compiling SourceKittenFramework Dictionary+Merge.swift
[98/321] Compiling SourceKittenFramework Documentation.swift
[99/321] Compiling SourceKittenFramework Exec.swift
[100/321] Compiling SourceKittenFramework File+Hashable.swift
[101/321] Compiling SourceKittenFramework File.swift
[102/321] Compiling SourceKittenFramework JSONOutput.swift
[103/326] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[104/326] Compiling SourceKittenFramework SwiftDocKey.swift
[105/326] Compiling SourceKittenFramework SwiftDocs.swift
[106/326] Compiling SourceKittenFramework SwiftVersion.swift
[107/326] Compiling SourceKittenFramework SyntaxKind.swift
[108/326] Compiling SourceKittenFramework SyntaxMap.swift
[109/326] Emitting module SourceKittenFramework
[110/326] Emitting module ArgumentParser
[111/326] Compiling SourceKittenFramework ByteCount.swift
[112/326] Compiling SourceKittenFramework ByteRange.swift
[113/326] Compiling SourceKittenFramework Clang+SourceKitten.swift
[114/326] Compiling SourceKittenFramework ClangTranslationUnit.swift
[115/326] Compiling SourceKittenFramework CodeCompletionItem.swift
[116/326] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[123/326] Compiling SourceKittenFramework StatementKind.swift
[124/326] Compiling SourceKittenFramework String+SourceKitten.swift
[125/326] Compiling SourceKittenFramework StringView+SourceKitten.swift
[126/326] Compiling SourceKittenFramework StringView.swift
[127/326] Compiling SourceKittenFramework Structure.swift
[128/326] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[140/326] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[141/326] Compiling SourceKittenFramework OffsetMap.swift
[142/326] Compiling SourceKittenFramework Parameter.swift
[143/326] Compiling SourceKittenFramework Request.swift
[144/326] Compiling SourceKittenFramework SourceDeclaration.swift
[145/326] Compiling SourceKittenFramework SourceKitObject.swift
[146/326] Compiling SourceKittenFramework SourceLocation.swift
[147/326] Compiling SourceKittenFramework WindowsError.swift
[148/326] Compiling SourceKittenFramework Xcode.swift
[149/326] Compiling SourceKittenFramework XcodeBuildSetting.swift
[150/326] Compiling SourceKittenFramework library_wrapper.swift
[151/326] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[152/326] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[153/327] Compiling ArgumentParser CollectionExtensions.swift
[154/327] Compiling ArgumentParser Platform.swift
[155/327] Compiling ArgumentParser SequenceExtensions.swift
[156/327] Compiling ArgumentParser StringExtensions.swift
[157/327] Compiling ArgumentParser Tree.swift
[203/328] Compiling CryptoSwift Shifts.swift
[204/328] Compiling CryptoSwift SquareRoot.swift
[205/328] Compiling CryptoSwift Strideable.swift
[206/328] Compiling CryptoSwift StringConversion.swift
[207/328] Compiling CryptoSwift Subtraction.swift
[208/328] Compiling CryptoSwift WordsAndBits.swift
[209/328] Compiling CryptoSwift ChaCha20.swift
[210/328] Compiling CryptoSwift Checksum.swift
[211/328] Compiling CryptoSwift Cipher.swift
[212/328] Compiling CryptoSwift Collection+Extension.swift
[213/340] Emitting module CryptoSwift
[249/340] Compiling CryptoSwift Signature.swift
[250/340] Compiling CryptoSwift StreamDecryptor.swift
[251/340] Compiling CryptoSwift StreamEncryptor.swift
[252/340] Compiling CryptoSwift String+Extension.swift
[253/340] Compiling CryptoSwift UInt128.swift
[254/340] Compiling CryptoSwift UInt16+Extension.swift
[255/340] Compiling CryptoSwift UInt32+Extension.swift
[256/340] Compiling CryptoSwift UInt64+Extension.swift
[257/340] Compiling CryptoSwift UInt8+Extension.swift
[258/340] Compiling CryptoSwift Updatable.swift
[259/340] Compiling CryptoSwift Utils.swift
[260/340] Compiling CryptoSwift XChaCha20.swift
[261/340] Compiling CryptoSwift ZeroPadding.swift
[262/340] Compiling CryptoSwift resource_bundle_accessor.swift
[263/340] Emitting module SwiftSyntax
[264/340] Compiling CryptoSwift XChaCha20+Foundation.swift
[265/340] Compiling CryptoSwift Generics.swift
[266/340] Compiling CryptoSwift HKDF.swift
[267/340] Compiling CryptoSwift HMAC.swift
[268/340] Compiling CryptoSwift ISO10126Padding.swift
[269/340] Compiling CryptoSwift ISO78164Padding.swift
[270/340] Compiling CryptoSwift Int+Extension.swift
[271/340] Compiling CryptoSwift MD5.swift
[272/340] Compiling CryptoSwift NoPadding.swift
[273/340] Compiling CryptoSwift Operators.swift
[274/340] Compiling CryptoSwift DER.swift
[275/340] Compiling CryptoSwift PBKDF1.swift
[276/340] Compiling CryptoSwift PBKDF2.swift
[277/340] Compiling CryptoSwift PKCS1v15.swift
[278/340] Compiling CryptoSwift PKCS5.swift
[279/340] Compiling CryptoSwift PKCS7.swift
[280/340] Compiling CryptoSwift PKCS7Padding.swift
[281/340] Compiling CryptoSwift Padding.swift
[282/340] Compiling CryptoSwift Poly1305.swift
[283/340] Compiling CryptoSwift RSA+Cipher.swift
[284/340] Compiling CryptoSwift RSA+Signature.swift
[285/340] Compiling CryptoSwift RSA.swift
[286/340] Compiling CryptoSwift Rabbit.swift
[287/340] Compiling CryptoSwift SHA1.swift
[288/340] Compiling CryptoSwift SHA2.swift
[289/340] Compiling CryptoSwift SHA3.swift
[290/340] Compiling CryptoSwift Scrypt.swift
[291/340] Compiling CryptoSwift SecureBytes.swift
[292/340] Compiling CryptoSwift CompactMap.swift
[293/340] Compiling CryptoSwift Cryptor.swift
[294/340] Compiling CryptoSwift Cryptors.swift
[295/340] Compiling CryptoSwift Digest.swift
[296/340] Compiling CryptoSwift DigestType.swift
[297/340] Compiling CryptoSwift AES+Foundation.swift
[298/340] Compiling CryptoSwift Array+Foundation.swift
[299/340] Compiling CryptoSwift Blowfish+Foundation.swift
[300/340] Compiling CryptoSwift ChaCha20+Foundation.swift
[301/340] Compiling CryptoSwift Data+Extension.swift
[302/340] Compiling CryptoSwift HMAC+Foundation.swift
[303/340] Compiling CryptoSwift Rabbit+Foundation.swift
[304/340] Compiling CryptoSwift String+FoundationExtension.swift
[305/340] Compiling CryptoSwift Utils+Foundation.swift
[306/341] Wrapping AST for CryptoSwift for debugging
[308/343] Emitting module Derived
[309/343] Compiling Derived DerivedPath.swift
/host/spi-builder-workspace/.build/checkouts/TypeFill/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/.build/checkouts/TypeFill/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