The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build TypeFill, reference 0.5.0 (c5879f), with Swift 6.1 for Linux on 28 Apr 2025 07:06:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 0.5.0
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
 * tag               0.5.0      -> FETCH_HEAD
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 0.5.0
========================================
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-4606859-1":/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/onevcat/Rainbow
Fetching https://github.com/krzyzanowskim/CryptoSwift
[1/1196] Fetching rainbow
[1197/14130] Fetching rainbow, cryptoswift
Fetched https://github.com/onevcat/Rainbow from cache (0.44s)
[1682/12934] Fetching cryptoswift
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/jpsim/SourceKitten
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (2.46s)
[1/16112] Fetching sourcekitten
[2418/31062] Fetching sourcekitten, swift-argument-parser
[25218/101295] Fetching sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.70s)
[27350/86345] Fetching sourcekitten, swift-syntax
Fetched https://github.com/jpsim/SourceKitten from cache (2.85s)
[35819/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax from cache (6.88s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (12.04s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 509.1.1 (0.78s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.37.0 (0.64s)
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
[1/2820] Fetching swxmlhash
[1440/13109] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.55s)
[2676/10289] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.36s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.99s)
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.96s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (1.20s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.78s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.1
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/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/jpsim/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten resolved at 0.37.0
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/53] Write sources
[8/53] Copying PrivacyInfo.xcprivacy
[19/53] Compiling Clang_C Clang_C.c
[20/53] Compiling SourceKit SourceKit.c
[21/53] Write sources
[23/53] Compiling writer.c
[24/53] Compiling reader.c
[25/53] Compiling parser.c
[26/53] Compiling api.c
[27/53] Compiling emitter.c
[28/53] Write swift-version-24593BA9C3E375BF.txt
[29/53] Compiling scanner.c
[31/212] Emitting module ArgumentParserToolInfo
[32/212] Emitting module SwiftSyntax509
[33/212] Compiling SwiftSyntax509 Empty.swift
[34/212] Compiling Rainbow String+Rainbow.swift
[35/212] Compiling Rainbow StringGenerator.swift
[36/214] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/215] Compiling Rainbow Style.swift
[39/215] Wrapping AST for SwiftSyntax509 for debugging
[41/215] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[42/215] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[42/217] Wrapping AST for ArgumentParserToolInfo for debugging
[44/300] Emitting module Yams
[45/300] Compiling Rainbow Rainbow.swift
[46/300] Compiling SwiftSyntax AbsolutePosition.swift
[47/300] Compiling SwiftSyntax Assert.swift
[48/300] Compiling SwiftSyntax BumpPtrAllocator.swift
[49/300] Compiling SwiftSyntax SyntaxCollection.swift
[50/300] Compiling SwiftSyntax SyntaxData.swift
[51/303] Compiling Rainbow OutputTarget.swift
[52/303] Compiling SwiftSyntax Convenience.swift
[53/303] Compiling SwiftSyntax MemoryLayout.swift
[54/303] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[55/303] Compiling SwiftSyntax RawSyntaxTokenView.swift
[56/303] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[57/303] Compiling SwiftSyntax Syntax.swift
[58/303] Compiling SwiftSyntax SourceLength.swift
[59/303] Compiling SwiftSyntax SourceLocation.swift
[60/303] Compiling SwiftSyntax SourcePresence.swift
[61/303] Compiling SwiftSyntax CommonAncestor.swift
[64/303] Compiling SwiftSyntax MissingNodeInitializers.swift
[65/303] Compiling SwiftSyntax RawSyntax.swift
[66/303] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[69/303] Emitting module SWXMLHash
[70/303] Compiling SwiftSyntax SyntaxChildren.swift
[75/303] Compiling SwiftSyntax SyntaxArena.swift
[76/303] Compiling SwiftSyntax SyntaxText.swift
[77/303] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[78/303] Compiling SwiftSyntax TokenDiagnostic.swift
[81/303] Emitting module Rainbow
[102/310] Wrapping AST for Rainbow for debugging
[110/310] Emitting module ArgumentParser
[111/310] Compiling SWXMLHash XMLHashOptions.swift
[112/310] Compiling SWXMLHash XMLIndexer.swift
[113/310] Compiling SWXMLHash shim.swift
[115/311] Wrapping AST for Yams for debugging
[116/311] Wrapping AST for SWXMLHash for debugging
[123/311] Compiling CryptoSwift CompactMap.swift
[124/311] Compiling CryptoSwift Cryptor.swift
[125/311] Compiling CryptoSwift Cryptors.swift
[126/311] Compiling CryptoSwift Digest.swift
[127/311] Compiling CryptoSwift DigestType.swift
[128/311] Compiling CryptoSwift AES+Foundation.swift
[129/311] Compiling CryptoSwift Array+Foundation.swift
[130/311] Compiling CryptoSwift Blowfish+Foundation.swift
[131/311] Compiling CryptoSwift ChaCha20+Foundation.swift
[132/311] Compiling CryptoSwift Data+Extension.swift
[133/311] Compiling CryptoSwift HMAC+Foundation.swift
[134/311] Compiling CryptoSwift Rabbit+Foundation.swift
[135/311] Compiling CryptoSwift String+FoundationExtension.swift
[136/311] Compiling CryptoSwift Utils+Foundation.swift
[137/368] Compiling SourceKittenFramework SourceKitObject.swift
[138/368] Compiling SourceKittenFramework SourceLocation.swift
[139/368] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[140/368] Compiling SourceKittenFramework SwiftDocKey.swift
[141/368] Compiling SourceKittenFramework SwiftDocs.swift
[142/368] Compiling SourceKittenFramework StringView+SourceKitten.swift
[143/368] Compiling SourceKittenFramework StringView.swift
[144/368] Compiling SourceKittenFramework Structure.swift
[145/368] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[146/368] Compiling SourceKittenFramework SyntaxToken.swift
[147/368] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[148/368] Compiling SourceKittenFramework OffsetMap.swift
[149/368] Compiling SourceKittenFramework Parameter.swift
[150/368] Compiling SourceKittenFramework Request.swift
[151/368] Compiling SourceKittenFramework SourceDeclaration.swift
[152/368] Compiling SourceKittenFramework SwiftVersion.swift
[153/368] Compiling SourceKittenFramework SyntaxKind.swift
[154/368] Compiling SourceKittenFramework SyntaxMap.swift
[155/368] Compiling SourceKittenFramework StatementKind.swift
[156/368] Compiling SourceKittenFramework String+SourceKitten.swift
[157/368] Compiling SourceKittenFramework Text.swift
[158/368] Compiling SourceKittenFramework UID.swift
[159/368] Compiling SourceKittenFramework UIDRepresentable.swift
[160/368] Compiling SourceKittenFramework UncheckedSendable.swift
[161/368] Compiling SourceKittenFramework Version.swift
[168/375] Wrapping AST for ArgumentParser for debugging
[176/381] Compiling SourceKittenFramework ByteCount.swift
[177/381] Compiling SourceKittenFramework ByteRange.swift
[178/381] Compiling SourceKittenFramework Clang+SourceKitten.swift
[179/381] Compiling SourceKittenFramework ClangTranslationUnit.swift
[180/381] Compiling SourceKittenFramework CodeCompletionItem.swift
[181/381] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[182/381] Compiling SourceKittenFramework Dictionary+Merge.swift
[189/381] Compiling SourceKittenFramework Documentation.swift
[190/381] Compiling SourceKittenFramework Exec.swift
[191/381] Compiling SourceKittenFramework File+Hashable.swift
[192/381] Compiling SourceKittenFramework File.swift
[193/381] Compiling SourceKittenFramework JSONOutput.swift
[194/381] Compiling SourceKittenFramework Language.swift
[195/381] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[196/381] Compiling SourceKittenFramework Line.swift
[197/381] Compiling SourceKittenFramework LinuxCompatibility.swift
[198/381] Compiling SourceKittenFramework Module.swift
[202/381] Emitting module SourceKittenFramework
[227/381] Compiling SourceKittenFramework WindowsError.swift
[228/381] Compiling SourceKittenFramework Xcode.swift
[229/381] Compiling SwiftSyntax SyntaxDeclNodes.swift
[230/381] Compiling SwiftSyntax SyntaxExprNodes.swift
[231/381] Compiling SwiftSyntax SyntaxNodes.swift
[232/381] Compiling SwiftSyntax SyntaxPatternNodes.swift
[233/381] Compiling SwiftSyntax SyntaxStmtNodes.swift
[234/381] Compiling SwiftSyntax SyntaxTypeNodes.swift
[235/381] Compiling CryptoSwift Strideable.swift
[236/381] Compiling CryptoSwift StringConversion.swift
[237/381] Compiling CryptoSwift Subtraction.swift
[238/381] Compiling CryptoSwift WordsAndBits.swift
[239/381] Compiling CryptoSwift ChaCha20.swift
[240/381] Compiling CryptoSwift Checksum.swift
[241/381] Compiling CryptoSwift Cipher.swift
[242/381] Compiling CryptoSwift Collection+Extension.swift
[268/382] Emitting module CryptoSwift
[268/382] Wrapping AST for SourceKittenFramework for debugging
[270/382] Compiling CryptoSwift Signature.swift
[271/382] Compiling CryptoSwift StreamDecryptor.swift
[272/382] Compiling CryptoSwift StreamEncryptor.swift
[273/382] Compiling CryptoSwift String+Extension.swift
[274/382] Compiling CryptoSwift UInt128.swift
[275/382] Compiling CryptoSwift UInt16+Extension.swift
[276/382] Compiling CryptoSwift UInt32+Extension.swift
[277/382] Compiling CryptoSwift UInt64+Extension.swift
[278/382] Compiling CryptoSwift UInt8+Extension.swift
[279/382] Compiling CryptoSwift Updatable.swift
[280/382] Compiling CryptoSwift Utils.swift
[281/382] Compiling CryptoSwift XChaCha20.swift
[282/382] Compiling CryptoSwift ZeroPadding.swift
[283/382] Compiling CryptoSwift resource_bundle_accessor.swift
[314/382] Compiling CryptoSwift XChaCha20+Foundation.swift
[315/382] Compiling CryptoSwift Generics.swift
[316/382] Compiling CryptoSwift HKDF.swift
[317/382] Compiling CryptoSwift HMAC.swift
[318/382] Compiling CryptoSwift ISO10126Padding.swift
[319/382] Compiling CryptoSwift ISO78164Padding.swift
[320/382] Compiling CryptoSwift Int+Extension.swift
[321/382] Compiling CryptoSwift MD5.swift
[322/382] Compiling CryptoSwift NoPadding.swift
[323/382] Compiling CryptoSwift Operators.swift
[324/382] Compiling CryptoSwift DER.swift
[325/382] Compiling CryptoSwift PBKDF1.swift
[326/382] Compiling CryptoSwift PBKDF2.swift
[327/382] Compiling CryptoSwift PKCS1v15.swift
[328/382] Compiling CryptoSwift PKCS5.swift
[329/382] Compiling CryptoSwift PKCS7.swift
[330/382] Compiling CryptoSwift PKCS7Padding.swift
[331/382] Compiling CryptoSwift Padding.swift
[332/382] Compiling CryptoSwift Poly1305.swift
[333/382] Compiling CryptoSwift RSA+Cipher.swift
[334/382] Compiling CryptoSwift RSA+Signature.swift
[335/382] Compiling CryptoSwift RSA.swift
[336/382] Compiling CryptoSwift Rabbit.swift
[337/382] Compiling CryptoSwift SHA1.swift
[338/382] Compiling CryptoSwift SHA2.swift
[339/382] Compiling CryptoSwift SHA3.swift
[340/382] Compiling CryptoSwift Scrypt.swift
[341/382] Compiling CryptoSwift SecureBytes.swift
[342/383] Wrapping AST for CryptoSwift for debugging
[344/385] Emitting module Derived
[345/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-4606859-1":/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/83] Emitting module SWXMLHash
[4/182] Compiling SwiftSyntax509 Empty.swift
[5/182] Emitting module SwiftSyntax509
[6/188] Compiling CryptoSwift AES.swift
[7/188] Compiling CryptoSwift ASN1.swift
[8/188] Compiling CryptoSwift ASN1Decoder.swift
[10/187] Compiling Rainbow StringGenerator.swift
[11/188] Emitting module Rainbow
[12/188] Compiling CryptoSwift DataConversion.swift
[13/188] Compiling CryptoSwift Division.swift
[14/188] Compiling CryptoSwift Exponentiation.swift
[15/188] Compiling Rainbow String+Rainbow.swift
[16/188] Compiling CryptoSwift BigInt.swift
[17/188] Compiling CryptoSwift BigUInt.swift
[18/188] Compiling CryptoSwift BitwiseOps.swift
[19/188] Compiling CryptoSwift CS.swift
[20/188] Compiling CryptoSwift Codable.swift
[21/188] Compiling CryptoSwift Comparable.swift
[22/188] Compiling Rainbow OutputTarget.swift
[25/188] Compiling Rainbow Rainbow.swift
[26/188] Compiling Rainbow Style.swift
[27/188] Compiling CryptoSwift AEAD.swift
[28/188] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[29/188] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[30/188] Compiling CryptoSwift AES.Cryptors.swift
[31/188] Compiling CryptoSwift BatchedCollection.swift
[32/188] Compiling CryptoSwift Bit.swift
[33/188] Compiling CryptoSwift BlockCipher.swift
[34/188] Compiling CryptoSwift ASN1Encoder.swift
[35/188] Compiling CryptoSwift ASN1Scanner.swift
[36/188] Compiling CryptoSwift Array+Extension.swift
[37/188] Compiling CryptoSwift Authenticator.swift
[38/188] Compiling CryptoSwift BlockDecryptor.swift
[39/188] Compiling CryptoSwift CMAC.swift
[40/188] Compiling CryptoSwift Addition.swift
[46/236] Emitting module ArgumentParserToolInfo
[47/236] Compiling ArgumentParserToolInfo ToolInfo.swift
[48/237] Compiling SwiftSyntax RawSyntax.swift
[49/237] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[50/237] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[51/237] Compiling SwiftSyntax RawSyntaxTokenView.swift
[52/238] Wrapping AST for SWXMLHash for debugging
[55/237] Compiling SwiftSyntax MemoryLayout.swift
[56/237] Compiling SwiftSyntax MissingNodeInitializers.swift
[57/236] Emitting module Yams
[58/254] Compiling SwiftSyntax SyntaxCollection.swift
[59/254] Compiling SwiftSyntax SyntaxData.swift
[60/274] Compiling ArgumentParser ArgumentVisibility.swift
[61/274] Compiling ArgumentParser CompletionKind.swift
[62/274] Compiling ArgumentParser Errors.swift
[63/274] Compiling ArgumentParser BashCompletionsGenerator.swift
[64/274] Compiling ArgumentParser CompletionsGenerator.swift
[65/274] Compiling ArgumentParser FishCompletionsGenerator.swift
[66/274] Compiling ArgumentParser ZshCompletionsGenerator.swift
[67/274] Compiling ArgumentParser Argument.swift
[68/274] Compiling ArgumentParser ArgumentHelp.swift
[69/274] Compiling ArgumentParser Flag.swift
[70/274] Compiling ArgumentParser NameSpecification.swift
[71/274] Compiling ArgumentParser Option.swift
[73/275] Emitting module ArgumentParser
[73/280] Wrapping AST for Yams for debugging
[75/323] Compiling SourceKittenFramework ByteCount.swift
[76/323] Compiling SourceKittenFramework ByteRange.swift
[77/323] Compiling SourceKittenFramework Clang+SourceKitten.swift
[78/323] Compiling SourceKittenFramework ClangTranslationUnit.swift
[79/323] Compiling SourceKittenFramework CodeCompletionItem.swift
[80/323] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[81/323] Compiling SourceKittenFramework SyntaxToken.swift
[82/323] Compiling SourceKittenFramework Text.swift
[83/323] Compiling SourceKittenFramework UID.swift
[84/323] Compiling SourceKittenFramework UIDRepresentable.swift
[85/323] Compiling SourceKittenFramework UncheckedSendable.swift
[86/323] Compiling SourceKittenFramework Version.swift
[87/329] Compiling SourceKittenFramework Language.swift
[88/329] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[89/329] Compiling SourceKittenFramework Line.swift
[90/329] Compiling SourceKittenFramework LinuxCompatibility.swift
[91/329] Compiling SourceKittenFramework Module.swift
[92/329] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[93/329] Compiling CryptoSwift CompactMap.swift
[94/329] Compiling CryptoSwift Cryptor.swift
[95/329] Compiling CryptoSwift Cryptors.swift
[96/329] Compiling CryptoSwift Digest.swift
[97/329] Compiling CryptoSwift DigestType.swift
[98/329] Compiling CryptoSwift AES+Foundation.swift
[99/329] Compiling CryptoSwift Array+Foundation.swift
[100/329] Compiling CryptoSwift Blowfish+Foundation.swift
[101/329] Compiling CryptoSwift ChaCha20+Foundation.swift
[102/329] Compiling CryptoSwift Data+Extension.swift
[103/329] Compiling CryptoSwift HMAC+Foundation.swift
[104/329] Compiling CryptoSwift Rabbit+Foundation.swift
[105/329] Compiling CryptoSwift String+FoundationExtension.swift
[106/329] Compiling CryptoSwift Utils+Foundation.swift
[112/343] Compiling SourceKittenFramework Dictionary+Merge.swift
[113/343] Compiling SourceKittenFramework Documentation.swift
[114/343] Compiling SourceKittenFramework Exec.swift
[115/343] Compiling SourceKittenFramework File+Hashable.swift
[116/343] Compiling SourceKittenFramework File.swift
[119/343] Compiling SourceKittenFramework JSONOutput.swift
[120/343] Compiling SourceKittenFramework OffsetMap.swift
[121/343] Compiling SourceKittenFramework Parameter.swift
[122/343] Compiling SourceKittenFramework Request.swift
[123/343] Compiling SourceKittenFramework SourceDeclaration.swift
[124/343] Compiling SourceKittenFramework SourceKitObject.swift
[125/343] Compiling SourceKittenFramework SourceLocation.swift
[126/343] Compiling SourceKittenFramework StatementKind.swift
[127/343] Compiling SourceKittenFramework String+SourceKitten.swift
[128/343] Compiling SourceKittenFramework StringView+SourceKitten.swift
[129/343] Compiling SourceKittenFramework StringView.swift
[130/343] Compiling SourceKittenFramework Structure.swift
[131/343] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[132/343] Compiling SourceKittenFramework SwiftDocKey.swift
[133/343] Compiling SourceKittenFramework SwiftDocs.swift
[134/343] Compiling SourceKittenFramework SwiftVersion.swift
[135/343] Compiling SourceKittenFramework SyntaxKind.swift
[136/343] Compiling SourceKittenFramework SyntaxMap.swift
[144/343] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[147/343] Emitting module SourceKittenFramework
[215/350] Compiling SourceKittenFramework WindowsError.swift
[216/350] Compiling SourceKittenFramework Xcode.swift
[217/350] Compiling SwiftSyntax SyntaxDeclNodes.swift
[218/350] Compiling SwiftSyntax SyntaxExprNodes.swift
[219/350] Compiling SwiftSyntax SyntaxNodes.swift
[220/350] Compiling SwiftSyntax SyntaxPatternNodes.swift
[225/351] Compiling SwiftSyntax SyntaxStmtNodes.swift
[226/351] Compiling SwiftSyntax SyntaxTypeNodes.swift
[227/351] Compiling CryptoSwift Strideable.swift
[228/351] Compiling CryptoSwift StringConversion.swift
[229/351] Compiling CryptoSwift Subtraction.swift
[230/351] Compiling CryptoSwift WordsAndBits.swift
[231/351] Compiling CryptoSwift ChaCha20.swift
[232/351] Compiling CryptoSwift Checksum.swift
[233/351] Compiling CryptoSwift Cipher.swift
[234/351] Compiling CryptoSwift Collection+Extension.swift
[236/349] Emitting module CryptoSwift
[237/349] Compiling CryptoSwift Signature.swift
[238/349] Compiling CryptoSwift StreamDecryptor.swift
[239/349] Compiling CryptoSwift StreamEncryptor.swift
[240/349] Compiling CryptoSwift String+Extension.swift
[241/349] Compiling CryptoSwift UInt128.swift
[242/349] Compiling CryptoSwift UInt16+Extension.swift
[243/349] Compiling CryptoSwift UInt32+Extension.swift
[244/349] Compiling CryptoSwift UInt64+Extension.swift
[245/349] Compiling CryptoSwift UInt8+Extension.swift
[246/349] Compiling CryptoSwift Updatable.swift
[247/349] Compiling CryptoSwift Utils.swift
[248/349] Compiling CryptoSwift XChaCha20.swift
[249/349] Compiling CryptoSwift ZeroPadding.swift
[250/349] Compiling CryptoSwift resource_bundle_accessor.swift
[281/349] Emitting module SwiftSyntax
[282/349] Compiling CryptoSwift XChaCha20+Foundation.swift
[283/349] Compiling CryptoSwift Generics.swift
[284/349] Compiling CryptoSwift HKDF.swift
[285/349] Compiling CryptoSwift HMAC.swift
[286/349] Compiling CryptoSwift ISO10126Padding.swift
[287/349] Compiling CryptoSwift ISO78164Padding.swift
[288/349] Compiling CryptoSwift Int+Extension.swift
[289/349] Compiling CryptoSwift MD5.swift
[290/349] Compiling CryptoSwift NoPadding.swift
[291/349] Compiling CryptoSwift Operators.swift
[292/349] Compiling CryptoSwift DER.swift
[293/349] Compiling CryptoSwift PBKDF1.swift
[294/349] Compiling CryptoSwift PBKDF2.swift
[295/349] Compiling CryptoSwift PKCS1v15.swift
[296/349] Compiling CryptoSwift PKCS5.swift
[297/349] Compiling CryptoSwift PKCS7.swift
[298/349] Compiling CryptoSwift PKCS7Padding.swift
[299/349] Compiling CryptoSwift Padding.swift
[300/349] Compiling CryptoSwift Poly1305.swift
[301/349] Compiling CryptoSwift RSA+Cipher.swift
[302/349] Compiling CryptoSwift RSA+Signature.swift
[303/349] Compiling CryptoSwift RSA.swift
[304/349] Compiling CryptoSwift Rabbit.swift
[305/349] Compiling CryptoSwift SHA1.swift
[306/349] Compiling CryptoSwift SHA2.swift
[307/349] Compiling CryptoSwift SHA3.swift
[308/349] Compiling CryptoSwift Scrypt.swift
[309/349] Compiling CryptoSwift SecureBytes.swift
[310/350] Wrapping AST for CryptoSwift for debugging
[312/352] Emitting module Derived
[313/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