Build Information
Failed to build SVMPrefs, reference main (d53ddf
), with Swift 6.1 for Linux on 26 Apr 2025 03:02:12 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/ghv/SVMPrefs.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/ghv/SVMPrefs
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d53ddf0 Merge pull request #7 from ghv/optional_intrinsic_defaults
Cloned https://github.com/ghv/SVMPrefs.git
Revision (git rev-parse @):
d53ddf05659f7131ae4a21289919dbf13f9afc75
SUCCESS checkout https://github.com/ghv/SVMPrefs.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ghv/SVMPrefs.git
https://github.com/ghv/SVMPrefs.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "regex",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sharplet/Regex.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "stencil",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
}
],
"manifest_display_name" : "SVMPrefs",
"name" : "SVMPrefs",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "svmprefs",
"targets" : [
"svmprefs"
],
"type" : {
"executable" : null
}
},
{
"name" : "SVMPrefsKit",
"targets" : [
"SVMPrefsKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SVMPrefsTools",
"targets" : [
"SVMPrefsTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "svmprefs",
"module_type" : "SwiftTarget",
"name" : "svmprefs",
"path" : "Sources/svmprefs",
"product_dependencies" : [
"SwiftCLI",
"PathKit"
],
"product_memberships" : [
"svmprefs"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SVMPrefsKit",
"SVMPrefsTools"
],
"type" : "executable"
},
{
"c99name" : "SVMPrefsToolsTests",
"module_type" : "SwiftTarget",
"name" : "SVMPrefsToolsTests",
"path" : "Tests/SVMPrefsToolsTests",
"product_dependencies" : [
"PathKit"
],
"sources" : [
"BackupTests.swift"
],
"target_dependencies" : [
"SVMPrefsTools"
],
"type" : "test"
},
{
"c99name" : "SVMPrefsTools",
"module_type" : "SwiftTarget",
"name" : "SVMPrefsTools",
"path" : "Sources/SVMPrefsTools",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"svmprefs",
"SVMPrefsTools"
],
"sources" : [
"Backup.swift"
],
"type" : "library"
},
{
"c99name" : "SVMPrefsKitTests",
"module_type" : "SwiftTarget",
"name" : "SVMPrefsKitTests",
"path" : "Tests/SVMPrefsKitTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"ErrorTests.swift",
"Exceptions.swift",
"ExtensionTests.swift",
"MigrateModeTests.swift",
"StoreModelTests.swift",
"SwiftCodeGeneratorTests.swift",
"VariableModelTests.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testAllTypes.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testCompoundCodeMark.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testDate.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testKeyPathExample.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testMigration.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testMigrationWithCodeThatFollows.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testMinimalDemo.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testNoRemoveAll.1.swift",
"__Snapshots__/SwiftCodeGeneratorTests/testSuiteName.1.swift"
],
"target_dependencies" : [
"SVMPrefsKit"
],
"type" : "test"
},
{
"c99name" : "SVMPrefsKit",
"module_type" : "SwiftTarget",
"name" : "SVMPrefsKit",
"path" : "Sources/SVMPrefsKit",
"product_dependencies" : [
"PathKit",
"Regex",
"Stencil"
],
"product_memberships" : [
"svmprefs",
"SVMPrefsKit"
],
"sources" : [
"Extensions.swift",
"Generators/BaseCodeGenerator.swift",
"Generators/SwiftCodeGenerator.swift",
"Models/Error.swift",
"Models/Models.swift",
"Models/Version.swift",
"Parser/Parser.swift",
"Parser/ParserMetaData.swift",
"Parser/ParsingOptions.swift",
"Processor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
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/stencilproject/Stencil.git
[1/5293] Fetching stencil
Fetched https://github.com/stencilproject/Stencil.git from cache (0.54s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jakeheis/SwiftCLI.git
[1/1254] Fetching regex
[365/6328] Fetching regex, swiftcli
[846/7739] Fetching regex, swiftcli, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.70s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.71s)
[853/1254] Fetching regex
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetched https://github.com/sharplet/Regex.git from cache (1.40s)
[1/1021] Fetching spectre
[1022/14180] Fetching spectre, swift-snapshot-testing
Fetched https://github.com/kylef/Spectre.git from cache (3.02s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.14s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (5.58s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.76s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (1.00s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.93s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.3 (1.05s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.46s)
[1/70232] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.68s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (9.86s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.90s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at master (17af3ba)
Building for debugging...
[0/17] Write sources
[7/17] Write swift-version-24593BA9C3E375BF.txt
[9/47] Compiling SwiftCLI Command.swift
[10/47] Compiling SwiftCLI Compatibility.swift
[11/47] Compiling SwiftCLI CompletionGenerator.swift
[12/49] Emitting module SwiftCLI
[13/49] Compiling SwiftCLI ArgumentList.swift
[14/49] Compiling SwiftCLI ArgumentListManipulator.swift
[15/49] Compiling SwiftCLI CLI.swift
[16/49] Compiling Regex ThreadLocal.swift
[17/49] Compiling SwiftCLI OptionRegistry.swift
[18/49] Compiling SwiftCLI Parameter.swift
[19/49] Compiling SwiftCLI Parser.swift
[20/49] Compiling SwiftCLI Term.swift
[21/49] Compiling SwiftCLI Validation.swift
[22/49] Compiling SwiftCLI Path.swift
[23/49] Compiling SwiftCLI Stream.swift
[24/49] Compiling SwiftCLI Task.swift
[25/49] Emitting module PathKit
[26/49] Compiling PathKit PathKit.swift
[27/50] Compiling SwiftCLI Error.swift
[28/50] Compiling SwiftCLI HelpCommand.swift
[29/50] Compiling SwiftCLI HelpMessageGenerator.swift
[30/50] Compiling SwiftCLI Input.swift
[31/50] Compiling SwiftCLI Option.swift
[32/50] Compiling SwiftCLI OptionGroup.swift
[33/50] Emitting module Regex
[34/50] Compiling Regex String+ReplaceMatching.swift
[35/50] Compiling Regex Foundation+Ranges.swift
[36/50] Compiling Regex MatchResult.swift
[37/50] Compiling Regex Options.swift
[38/50] Compiling Regex Regex.swift
[41/51] Compiling SwiftCLI ValueBox.swift
[42/51] Compiling SwiftCLI VersionCommand.swift
[42/52] Wrapping AST for PathKit for debugging
[43/52] Wrapping AST for Regex for debugging
[45/76] Wrapping AST for SwiftCLI for debugging
[47/76] Compiling SVMPrefsTools Backup.swift
[48/76] Emitting module SVMPrefsTools
[50/77] Emitting module Stencil
[51/79] Compiling Stencil Context.swift
[52/79] Compiling Stencil DynamicMemberLookup.swift
[53/79] Compiling Stencil Environment.swift
[53/79] Wrapping AST for SVMPrefsTools for debugging
[55/79] Compiling Stencil IfTag.swift
[56/79] Compiling Stencil Include.swift
[57/79] Compiling Stencil Inheritance.swift
[58/79] Compiling Stencil KeyPath.swift
[59/79] Compiling Stencil LazyValueWrapper.swift
[60/79] Compiling Stencil Lexer.swift
[61/79] Compiling Stencil Errors.swift
[62/79] Compiling Stencil Expression.swift
[63/79] Compiling Stencil Extension.swift
[64/79] Compiling Stencil FilterTag.swift
[65/79] Compiling Stencil Filters.swift
[66/79] Compiling Stencil ForTag.swift
[67/79] Compiling Stencil Parser.swift
[68/79] Compiling Stencil Template.swift
[69/79] Compiling Stencil Tokenizer.swift
[70/79] Compiling Stencil Loader.swift
[71/79] Compiling Stencil Node.swift
[72/79] Compiling Stencil NowTag.swift
[73/79] Compiling Stencil TrimBehaviour.swift
[74/79] Compiling Stencil Variable.swift
[75/80] Wrapping AST for Stencil for debugging
[77/90] Compiling SVMPrefsKit Models.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[78/91] Compiling SVMPrefsKit ParsingOptions.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[79/91] Compiling SVMPrefsKit Version.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[80/91] Compiling SVMPrefsKit ParserMetaData.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[81/91] Compiling SVMPrefsKit Parser.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/91] Emitting module SVMPrefsKit
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[83/91] Compiling SVMPrefsKit Extensions.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[84/91] Compiling SVMPrefsKit BaseCodeGenerator.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[85/91] Compiling SVMPrefsKit SwiftCodeGenerator.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[86/91] Compiling SVMPrefsKit Error.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[87/91] Compiling SVMPrefsKit Processor.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
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
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/40] Emitting module Regex
[3/40] Compiling Regex ThreadLocal.swift
[4/40] Compiling Regex String+ReplaceMatching.swift
[5/40] Compiling Regex Regex.swift
[6/40] Compiling Regex Options.swift
[7/40] Compiling Regex MatchResult.swift
[8/40] Compiling Regex Foundation+Ranges.swift
[10/41] Compiling SwiftCLI Term.swift
[11/41] Compiling SwiftCLI Validation.swift
[12/42] Emitting module SwiftCLI
[13/42] Emitting module PathKit
[14/42] Compiling PathKit PathKit.swift
[15/43] Compiling SwiftCLI ValueBox.swift
[16/43] Compiling SwiftCLI VersionCommand.swift
[18/43] Compiling SwiftCLI ArgumentList.swift
[19/43] Compiling SwiftCLI ArgumentListManipulator.swift
[20/43] Compiling SwiftCLI CLI.swift
[21/43] Compiling SwiftCLI Path.swift
[22/43] Compiling SwiftCLI Stream.swift
[23/43] Compiling SwiftCLI Task.swift
[24/43] Compiling SwiftCLI Input.swift
[25/43] Compiling SwiftCLI Option.swift
[26/43] Compiling SwiftCLI OptionGroup.swift
[27/43] Compiling SwiftCLI Error.swift
[28/43] Compiling SwiftCLI HelpCommand.swift
[29/43] Compiling SwiftCLI HelpMessageGenerator.swift
[30/43] Compiling SwiftCLI Command.swift
[31/43] Compiling SwiftCLI Compatibility.swift
[32/43] Compiling SwiftCLI CompletionGenerator.swift
[33/43] Compiling SwiftCLI OptionRegistry.swift
[34/43] Compiling SwiftCLI Parameter.swift
[35/43] Compiling SwiftCLI Parser.swift
[35/44] Wrapping AST for PathKit for debugging
[38/67] Emitting module SVMPrefsTools
[39/67] Compiling SVMPrefsTools Backup.swift
[41/67] Emitting module Stencil
[42/69] Compiling Stencil Context.swift
[43/69] Compiling Stencil DynamicMemberLookup.swift
[44/69] Compiling Stencil Environment.swift
[45/69] Compiling Stencil Errors.swift
[46/69] Compiling Stencil Expression.swift
[47/69] Compiling Stencil Extension.swift
[48/69] Compiling Stencil IfTag.swift
[49/69] Compiling Stencil Include.swift
[50/69] Compiling Stencil Inheritance.swift
[51/69] Compiling Stencil Loader.swift
[52/69] Compiling Stencil Node.swift
[53/69] Compiling Stencil NowTag.swift
[54/69] Compiling Stencil KeyPath.swift
[55/69] Compiling Stencil LazyValueWrapper.swift
[56/69] Compiling Stencil Lexer.swift
[57/69] Compiling Stencil TrimBehaviour.swift
[58/69] Compiling Stencil Variable.swift
[59/69] Compiling Stencil FilterTag.swift
[60/69] Compiling Stencil Filters.swift
[61/69] Compiling Stencil ForTag.swift
[62/69] Compiling Stencil Parser.swift
[63/69] Compiling Stencil Template.swift
[64/69] Compiling Stencil Tokenizer.swift
[65/70] Wrapping AST for Stencil for debugging
[67/80] Compiling SVMPrefsKit ParsingOptions.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[68/81] Compiling SVMPrefsKit Models.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[69/81] Compiling SVMPrefsKit SwiftCodeGenerator.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[70/81] Compiling SVMPrefsKit Error.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/81] Emitting module SVMPrefsKit
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[72/81] Compiling SVMPrefsKit Extensions.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[73/81] Compiling SVMPrefsKit BaseCodeGenerator.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[74/81] Compiling SVMPrefsKit Processor.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[75/81] Compiling SVMPrefsKit Parser.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[76/81] Compiling SVMPrefsKit Version.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
[77/81] Compiling SVMPrefsKit ParserMetaData.swift
/host/spi-builder-workspace/Sources/SVMPrefsKit/Extensions.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import Foundation
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Regex
6 |
BUILD FAILURE 6.1 linux