Build Information
Failed to build XCResource, reference 1.1.5 (79f2fc), with Swift 6.1 for Linux on 23 Nov 2025 19:30:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nearfri/XCResource.git
Reference: 1.1.5
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/nearfri/XCResource
* tag 1.1.5 -> FETCH_HEAD
HEAD is now at 79f2fc0 Update to 1.1.5
Cloned https://github.com/nearfri/XCResource.git
Revision (git rev-parse @):
79f2fc03078ab33962142e5b508ae0bb0cf75f8a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nearfri/XCResource.git at 1.1.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/nearfri/XCResource.git
https://github.com/nearfri/XCResource.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "strix",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.8",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nearfri/Strix.git"
}
],
"manifest_display_name" : "XCResource",
"name" : "XCResource",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Generate Resource Code",
"targets" : [
"Generate Resource Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "xcresource",
"targets" : [
"xcresource"
],
"type" : {
"executable" : null
}
},
{
"name" : "XCResourceCommand",
"targets" : [
"XCResourceCommand"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AssetResourceGen",
"targets" : [
"AssetResourceGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FileResourceGen",
"targets" : [
"FileResourceGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FontResourceGen",
"targets" : [
"FontResourceGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LocStringResourceGen",
"targets" : [
"LocStringResourceGen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xcresource",
"module_type" : "SwiftTarget",
"name" : "xcresource",
"path" : "Sources/XCResourceCLI",
"product_memberships" : [
"Generate Resource Code",
"xcresource"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"XCResourceCommand"
],
"type" : "executable"
},
{
"c99name" : "XCResourceUtilTests",
"module_type" : "SwiftTarget",
"name" : "XCResourceUtilTests",
"path" : "Tests/XCResourceUtilTests",
"sources" : [
"DefaultStringInterpolationTests.swift",
"FileManager+Tests.swift",
"SettableByKeyPathTests.swift",
"String+Tests.swift",
"TextFileOutputStreamTests.swift",
"TreeTests.swift",
"URL+Tests.swift"
],
"target_dependencies" : [
"XCResourceUtil"
],
"type" : "test"
},
{
"c99name" : "XCResourceUtil",
"module_type" : "SwiftTarget",
"name" : "XCResourceUtil",
"path" : "Sources/XCResourceUtil",
"product_memberships" : [
"Generate Resource Code",
"xcresource",
"XCResourceCommand",
"AssetResourceGen",
"FileResourceGen",
"FontResourceGen",
"LocStringResourceGen"
],
"sources" : [
"DefaultStringInterpolation+.swift",
"FileManager+.swift",
"SettableByKeyPath.swift",
"String+.swift",
"TextFileOutputStream.swift",
"Tree.swift",
"URL+.swift"
],
"type" : "library"
},
{
"c99name" : "XCResourceCommandTests",
"module_type" : "SwiftTarget",
"name" : "XCResourceCommandTests",
"path" : "Tests/XCResourceCommandTests",
"sources" : [
"Arguments/BundleDescription+Tests.swift",
"Commands/Config.InitTests.swift",
"Commands/Config.RunTests.swift",
"Commands/FilesToSwiftTests.swift",
"Commands/FontsToSwiftTests.swift",
"Commands/XCAssetsToSwiftTests.swift",
"Commands/XCStringsToSwiftTests.swift",
"ParsableCommand+.swift"
],
"target_dependencies" : [
"XCResourceCommand",
"SampleData",
"TestUtil"
],
"type" : "test"
},
{
"c99name" : "XCResourceCommand",
"module_type" : "SwiftTarget",
"name" : "XCResourceCommand",
"path" : "Sources/XCResourceCommand",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Generate Resource Code",
"xcresource",
"XCResourceCommand"
],
"sources" : [
"Arguments/AccessLevel.swift",
"Arguments/AssetType+.swift",
"Arguments/BundleDescription+.swift",
"Commands/CommentDirective.swift",
"Commands/Config.Init.swift",
"Commands/Config.Run.swift",
"Commands/Config.swift",
"Commands/FilesToSwift.swift",
"Commands/FontsToSwift.swift",
"Commands/XCAssetsToSwift.swift",
"Commands/XCResource.swift",
"Commands/XCStringsToSwift.swift",
"DTOs/CommandDTO.swift",
"DTOs/CommandDTOWrapper.swift",
"DTOs/ConfigurationDTO.swift",
"DTOs/FilesToSwiftDTO.swift",
"DTOs/FontsToSwiftDTO.swift",
"DTOs/ValueValidationError.swift",
"DTOs/XCAssetsToSwiftDTO.swift",
"DTOs/XCStringsToSwiftDTO.swift"
],
"target_dependencies" : [
"AssetResourceGen",
"FileResourceGen",
"FontResourceGen",
"LocStringResourceGen",
"XCResourceUtil"
],
"type" : "library"
},
{
"c99name" : "XCResourceCLITests",
"module_type" : "SwiftTarget",
"name" : "XCResourceCLITests",
"path" : "Tests/XCResourceCLITests",
"sources" : [
"XCResourceCLITests.swift"
],
"target_dependencies" : [
"xcresource",
"SampleData"
],
"type" : "test"
},
{
"c99name" : "TestUtil",
"module_type" : "SwiftTarget",
"name" : "TestUtil",
"path" : "Tests/_TestUtil",
"sources" : [
"expectEqual.swift"
],
"type" : "library"
},
{
"c99name" : "SampleData",
"module_type" : "SwiftTarget",
"name" : "SampleData",
"path" : "Tests/_SampleData",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/_SampleData/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BundleAccessor.swift"
],
"type" : "library"
},
{
"c99name" : "LocStringResourceGenTests",
"module_type" : "SwiftTarget",
"name" : "LocStringResourceGenTests",
"path" : "Tests/LocStringResourceGenTests",
"sources" : [
"CommentsExtractorTests.swift",
"DefaultLocalizationItemMergerTests.swift",
"Formatter/CommentsFormatterTests.swift",
"Formatter/IndentIncreaserTests.swift",
"Formatter/StringLiteralSegmentListFormatterTests.swift",
"LocalizationItemTests.swift",
"StringCatalogDTO/FormatPlaceholder+DTOTests.swift",
"StringCatalogDTO/FormatUnitTests.swift",
"StringCatalogDTO/String+FormatPlaceholderTests.swift",
"StringCatalogDTO/StringCatalogDTOMapperTests.swift",
"StringCatalogDTO/StringCatalogDTOTests.swift",
"SwiftLocalizationItemLoaderTests.swift",
"SwiftLocalizationSourceCodeRewriterTests.swift",
"SwiftSyntax+/ExprSyntax+BundleDescriptionTests.swift",
"SwiftSyntax+/FunctionCallExprSyntax+LocalizationItemTests.swift",
"SwiftSyntax+/FunctionDeclSyntax+LocalizationItemTests.swift",
"SwiftSyntax+/FunctionParameterSyntax+ParameterTests.swift",
"SwiftSyntax+/LocalizationItem+ParameterTests.swift",
"SwiftSyntax+/VariableDeclSyntax+LocalizationItemTests.swift"
],
"target_dependencies" : [
"LocStringResourceGen",
"TestUtil"
],
"type" : "test"
},
{
"c99name" : "LocStringResourceGen",
"module_type" : "SwiftTarget",
"name" : "LocStringResourceGen",
"path" : "Sources/LocStringResourceGen",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"SwiftSyntaxBuilder",
"SwiftRefactor",
"StrixParsers"
],
"product_memberships" : [
"Generate Resource Code",
"xcresource",
"XCResourceCommand",
"LocStringResourceGen"
],
"sources" : [
"Comment.swift",
"CommentsExtractor.swift",
"DefaultLocalizationItemMerger.swift",
"Formatter/CommentsFormatter.swift",
"Formatter/IndentIncreaser.swift",
"Formatter/StringLiteralFormatter.swift",
"LocalizationItem.swift",
"LocalizationSourceCodeRewriter.swift",
"LocalizedStringResourceGenerator.swift",
"String+.swift",
"StringCatalogDTO/FormatPlaceholder+DTO.swift",
"StringCatalogDTO/FormatUnit.swift",
"StringCatalogDTO/String+FormatPlaceholder.swift",
"StringCatalogDTO/StringCatalogDTO.swift",
"StringCatalogDTO/StringCatalogDTOMapper.swift",
"StringCatalogLoader.swift",
"SwiftLocalizationItemLoader.swift",
"SwiftLocalizationSourceCodeRewriter.swift",
"SwiftSyntax+/DeclSyntax+LocalizationItem.swift",
"SwiftSyntax+/ExprSyntax+BundleDescription.swift",
"SwiftSyntax+/FunctionCallExprSyntax+LocalizationItem.swift",
"SwiftSyntax+/FunctionDeclSyntax+LocalizationItem.swift",
"SwiftSyntax+/FunctionParameterSyntax+Parameter.swift",
"SwiftSyntax+/LocalizationItem+Parameter.swift",
"SwiftSyntax+/StringLiteralExprSyntax+String.swift",
"SwiftSyntax+/VariableDeclSyntax+LocalizationItem.swift"
],
"target_dependencies" : [
"XCResourceUtil"
],
"type" : "library"
},
{
"c99name" : "Generate_Resource_Code",
"module_type" : "PluginTarget",
"name" : "Generate Resource Code",
"path" : "Plugins/GenerateResourceCode",
"plugin_capability" : {
"intent" : {
"description" : "Generate source code for resources",
"type" : "custom",
"verb" : "generate-resource-code"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Generate Swift source files for accessing resources",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"Generate Resource Code"
],
"sources" : [
"GenerateResourceCode.swift",
"PackagePluginContext.swift",
"Process+.swift"
],
"target_dependencies" : [
"xcresource"
],
"type" : "plugin"
},
{
"c99name" : "FontResourceGenTests",
"module_type" : "SwiftTarget",
"name" : "FontResourceGenTests",
"path" : "Tests/FontResourceGenTests",
"sources" : [
"CodeGenerator/DefaultValueDeclarationGeneratorTests.swift",
"FontImporter/DefaultFontImporterTests.swift",
"FontImporter/FontFinderTests.swift",
"FontImporter/FontLoaderTests.swift",
"FontTests.swift"
],
"target_dependencies" : [
"FontResourceGen",
"SampleData",
"TestUtil"
],
"type" : "test"
},
{
"c99name" : "FontResourceGen",
"module_type" : "SwiftTarget",
"name" : "FontResourceGen",
"path" : "Sources/FontResourceGen",
"product_memberships" : [
"Generate Resource Code",
"xcresource",
"XCResourceCommand",
"FontResourceGen"
],
"sources" : [
"CodeGenerator/DefaultTypeDeclarationGenerator.swift",
"CodeGenerator/DefaultValueDeclarationGenerator.swift",
"Font.swift",
"FontError.swift",
"FontImporter/DefaultFontImporter.swift",
"FontImporter/FontFinder.swift",
"FontImporter/FontLoader.swift",
"FontResourceGenerator.swift"
],
"target_dependencies" : [
"XCResourceUtil"
],
"type" : "library"
},
{
"c99name" : "FileResourceGenTests",
"module_type" : "SwiftTarget",
"name" : "FileResourceGenTests",
"path" : "Tests/FileResourceGenTests",
"sources" : [
"CodeGenerator/DefaultValueDeclarationGeneratorTests.swift",
"DefaultFileTreeGeneratorTests.swift",
"FileItemTests.swift",
"FileTreeTests.swift"
],
"target_dependencies" : [
"FileResourceGen",
"SampleData",
"TestUtil"
],
"type" : "test"
},
{
"c99name" : "FileResourceGen",
"module_type" : "SwiftTarget",
"name" : "FileResourceGen",
"path" : "Sources/FileResourceGen",
"product_memberships" : [
"Generate Resource Code",
"xcresource",
"XCResourceCommand",
"FileResourceGen"
],
"sources" : [
"CodeGenerator/DefaultTypeDeclarationGenerator.swift",
"CodeGenerator/DefaultValueDeclarationGenerator.swift",
"DefaultFileTreeGenerator.swift",
"FileItem.swift",
"FileResourceGenerator.swift",
"FileTree.swift"
],
"target_dependencies" : [
"XCResourceUtil"
],
"type" : "library"
},
{
"c99name" : "Documentation",
"module_type" : "SwiftTarget",
"name" : "Documentation",
"path" : "Documentation",
"sources" : [
"EmptyFile.swift"
],
"type" : "library"
},
{
"c99name" : "AssetResourceGenTests",
"module_type" : "SwiftTarget",
"name" : "AssetResourceGenTests",
"path" : "Tests/AssetResourceGenTests",
"sources" : [
"AssetCatalog/AssetTypeTests.swift",
"AssetCatalog/ContentAttributesDTOTests.swift",
"AssetCatalog/ContentTests.swift",
"AssetCatalog/ContentTreeGeneratorTests.swift",
"AssetCatalog/ContentTreeTests.swift",
"AssetResourceGeneratorTests.swift",
"CodeGenerator/DefaultValueDeclarationGeneratorTests.swift"
],
"target_dependencies" : [
"AssetResourceGen",
"SampleData",
"TestUtil"
],
"type" : "test"
},
{
"c99name" : "AssetResourceGen",
"module_type" : "SwiftTarget",
"name" : "AssetResourceGen",
"path" : "Sources/AssetResourceGen",
"product_memberships" : [
"Generate Resource Code",
"xcresource",
"XCResourceCommand",
"AssetResourceGen"
],
"sources" : [
"AssetCatalog/AssetType.swift",
"AssetCatalog/Content.swift",
"AssetCatalog/ContentAttributesDTO.swift",
"AssetCatalog/ContentTree.swift",
"AssetResourceGenerator.swift",
"CodeGenerator/DefaultTypeDeclarationGenerator.swift",
"CodeGenerator/DefaultValueDeclarationGenerator.swift",
"DefaultContentTreeGenerator.swift"
],
"target_dependencies" : [
"XCResourceUtil"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
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/nearfri/Strix.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/1997] Fetching strix
[1998/18857] Fetching strix, swift-argument-parser
[18858/91839] Fetching strix, swift-argument-parser, swift-syntax
Fetched https://github.com/nearfri/Strix.git from cache (8.05s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (8.07s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.11s)
Computing version for https://github.com/nearfri/Strix.git
Computed https://github.com/nearfri/Strix.git at 2.4.8 (12.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.15s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.64s)
Creating working copy for https://github.com/nearfri/Strix.git
Working copy of https://github.com/nearfri/Strix.git resolved at 2.4.8
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.6.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
[1/1] Compiling plugin Generate Resource Code
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/102] Write sources
[50/102] Copying Resources
[51/102] Compiling _SwiftSyntaxCShims dummy.c
[53/102] Write swift-version-24593BA9C3E375BF.txt
[55/130] Emitting module SwiftSyntax601
[56/130] Emitting module SwiftSyntax600
[57/130] Emitting module SwiftSyntax601
[58/130] Emitting module TestUtil
[59/130] Emitting module SwiftSyntax509
[60/130] Compiling SwiftSyntax601 Empty.swift
[62/132] Emitting module SwiftSyntax510
[63/132] Compiling SwiftSyntax509 Empty.swift
[64/132] Compiling SwiftSyntax510 Empty.swift
[65/133] Compiling SwiftSyntax600 Empty.swift
[66/135] Compiling TestUtil expectEqual.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/135] Emitting module XCResourceUtil
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
[74/246] Compiling SwiftSyntax600 Empty.swift
[75/246] Emitting module SwiftSyntax600
[76/247] Emitting module SwiftSyntax509
[77/247] Compiling SwiftSyntax509 Empty.swift
[78/248] Compiling SwiftSyntax510 Empty.swift
[79/248] Emitting module SwiftSyntax510
[83/249] Emitting module Strix
[85/260] Emitting module Documentation
[86/260] Compiling Documentation EmptyFile.swift
[88/325] Compiling XCResourceUtil URL+.swift
[89/325] Compiling SampleData BundleAccessor.swift
[90/325] Emitting module SampleData
[91/325] Compiling SampleData resource_bundle_accessor.swift
[92/325] Compiling XCResourceUtil URL+.swift
[93/326] Compiling XCResourceUtil Tree.swift
[94/326] Compiling SwiftSyntax SourcePresence.swift
[95/326] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[96/326] Emitting module XCResourceUtil
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
[97/326] Compiling XCResourceUtil DefaultStringInterpolation+.swift
[98/326] Compiling XCResourceUtil Tree.swift
[99/326] Compiling XCResourceUtil TextFileOutputStream.swift
[100/326] Compiling XCResourceUtil FileManager+.swift
/host/spi-builder-workspace/Sources/XCResourceUtil/FileManager+.swift:22:17: error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
20 | try removeItem(at: newItemURL)
21 | } else {
22 | try replaceItem(at: originalItemURL,
| `- error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
23 | withItemAt: newItemURL,
24 | backupItemName: nil,
Foundation.FileManager.replaceItem:3:15: note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
1 | class FileManager {
2 | @available(*, unavailable, renamed: "replaceItem(at:withItemAt:backupItemName:options:)", message: "Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.")
3 | public func replaceItem(at originalItemURL: URL, withItemAt newItemURL: URL, backupItemName: String?, options: FileManager.ItemReplacementOptions = [], resultingItemURL resultingURL: UnsafeMutablePointer<NSURL?>?) throws}
| `- note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
4 |
[101/326] Compiling XCResourceUtil DefaultStringInterpolation+.swift
[102/326] Compiling XCResourceUtil FileManager+.swift
/host/spi-builder-workspace/Sources/XCResourceUtil/FileManager+.swift:22:17: error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
20 | try removeItem(at: newItemURL)
21 | } else {
22 | try replaceItem(at: originalItemURL,
| `- error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
23 | withItemAt: newItemURL,
24 | backupItemName: nil,
Foundation.FileManager.replaceItem:3:15: note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
1 | class FileManager {
2 | @available(*, unavailable, renamed: "replaceItem(at:withItemAt:backupItemName:options:)", message: "Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.")
3 | public func replaceItem(at originalItemURL: URL, withItemAt newItemURL: URL, backupItemName: String?, options: FileManager.ItemReplacementOptions = [], resultingItemURL resultingURL: UnsafeMutablePointer<NSURL?>?) throws}
| `- note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
4 |
[103/326] Emitting module ArgumentParserToolInfo
[104/326] Compiling XCResourceUtil SettableByKeyPath.swift
[105/326] Compiling ArgumentParserToolInfo ToolInfo.swift
[106/326] Compiling SwiftSyntax SyntaxIdentifier.swift
[107/326] Compiling SwiftSyntax SyntaxNodeFactory.swift
[108/326] Compiling SwiftSyntax SyntaxNodeStructure.swift
[109/327] Compiling SwiftSyntax Identifier.swift
[110/327] Compiling SwiftSyntax MemoryLayout.swift
[111/327] Compiling SwiftSyntax MissingNodeInitializers.swift
[115/327] Compiling SwiftSyntax RawSyntax.swift
[116/327] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[117/327] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[118/327] Compiling XCResourceUtil TextFileOutputStream.swift
[119/327] Compiling SwiftSyntax RawSyntaxTokenView.swift
[120/327] Compiling SwiftSyntax SourceEdit.swift
[121/327] Compiling SwiftSyntax SourceLength.swift
[125/327] Compiling SwiftSyntax TokenSyntax.swift
[126/327] Compiling SwiftSyntax SourceLocation.swift
[127/327] Compiling SwiftSyntax SyntaxProtocol.swift
[128/327] Compiling SwiftSyntax SyntaxText.swift
[129/327] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[130/327] Compiling SwiftSyntax TokenDiagnostic.swift
[131/327] Compiling SwiftSyntax TokenSequence.swift
[150/331] Wrapping AST for SwiftSyntax601 for debugging
[152/403] Emitting module ArgumentParserToolInfo
[153/403] Compiling StrixParsers Data+.swift
[154/403] Compiling StrixParsers String+.swift
[155/404] Compiling StrixParsers JSONParser.swift
[157/405] Compiling StrixParsers Indent.swift
[158/405] Compiling StrixParsers JSON.swift
[159/405] Compiling StrixParsers JSONConvertibleValue.swift
[160/405] Compiling ArgumentParser CommandParser.swift
[161/405] Compiling ArgumentParser ArgumentVisibility.swift
[162/405] Compiling ArgumentParser CompletionKind.swift
[163/405] Compiling ArgumentParser Errors.swift
[164/405] Compiling ArgumentParser Flag.swift
[165/405] Compiling ArgumentParser NameSpecification.swift
[166/414] Compiling StrixParsers FormatSpecifierParser.swift
[168/414] Compiling StrixParsers CSVParser.swift
[169/414] Compiling StrixParsers Calculator.swift
[174/414] Compiling StrixParsers FormatPlaceholder.swift
[175/414] Compiling StrixParsers FormatSpecifier.swift
[178/414] Compiling StrixParsers ASCIIPlist.swift
[179/414] Compiling StrixParsers ASCIIPlistParser.swift
[180/414] Emitting module StrixParsers
[190/414] Compiling ArgumentParserToolInfo ToolInfo.swift
[191/415] Compiling StrixParsers PrattParser.swift
[195/417] Wrapping AST for SwiftSyntax601 for debugging
[196/417] Wrapping AST for SwiftSyntax600 for debugging
[199/461] Compiling XCResourceUtil SettableByKeyPath.swift
[200/461] Compiling XCResourceUtil String+.swift
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
[200/461] Wrapping AST for SwiftSyntax510 for debugging
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
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 Generate Resource Code
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/52] Write swift-version-24593BA9C3E375BF.txt
[5/69] Compiling SwiftSyntax510 Empty.swift
[6/69] Compiling SwiftSyntax600 Empty.swift
[7/69] Emitting module SwiftSyntax600
[8/69] Emitting module SwiftSyntax510
[9/69] Compiling SwiftSyntax510 Empty.swift
[10/69] Emitting module SwiftSyntax510
[11/70] Emitting module Documentation
[12/70] Compiling Documentation EmptyFile.swift
[13/73] Emitting module SwiftSyntax601
[14/73] Compiling SwiftSyntax509 Empty.swift
[15/73] Emitting module SwiftSyntax509
[16/73] Compiling SwiftSyntax601 Empty.swift
[19/75] Emitting module SampleData
[20/75] Compiling SampleData BundleAccessor.swift
[21/75] Compiling SampleData resource_bundle_accessor.swift
[27/96] Emitting module TestUtil
[28/96] Compiling TestUtil expectEqual.swift
[29/97] Compiling XCResourceUtil URL+.swift
[30/101] Compiling XCResourceUtil DefaultStringInterpolation+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/126] Emitting module XCResourceUtil
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
[34/161] Emitting module SwiftSyntax509
[35/161] Compiling SwiftSyntax509 Empty.swift
[36/162] Emitting module SwiftSyntax600
[37/162] Compiling SwiftSyntax600 Empty.swift
[38/163] Compiling XCResourceUtil Tree.swift
[39/163] Emitting module SwiftSyntax601
[40/163] Compiling SwiftSyntax601 Empty.swift
[41/184] Compiling XCResourceUtil URL+.swift
[42/184] Compiling XCResourceUtil Tree.swift
[44/184] Compiling XCResourceUtil TextFileOutputStream.swift
[46/183] Compiling XCResourceUtil SettableByKeyPath.swift
[47/183] Compiling XCResourceUtil FileManager+.swift
/host/spi-builder-workspace/Sources/XCResourceUtil/FileManager+.swift:22:17: error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
20 | try removeItem(at: newItemURL)
21 | } else {
22 | try replaceItem(at: originalItemURL,
| `- error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
23 | withItemAt: newItemURL,
24 | backupItemName: nil,
Foundation.FileManager.replaceItem:3:15: note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
1 | class FileManager {
2 | @available(*, unavailable, renamed: "replaceItem(at:withItemAt:backupItemName:options:)", message: "Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.")
3 | public func replaceItem(at originalItemURL: URL, withItemAt newItemURL: URL, backupItemName: String?, options: FileManager.ItemReplacementOptions = [], resultingItemURL resultingURL: UnsafeMutablePointer<NSURL?>?) throws}
| `- note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
4 |
[48/183] Compiling XCResourceUtil String+.swift
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
[49/183] Compiling XCResourceUtil TextFileOutputStream.swift
[50/183] Compiling XCResourceUtil FileManager+.swift
/host/spi-builder-workspace/Sources/XCResourceUtil/FileManager+.swift:22:17: error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
20 | try removeItem(at: newItemURL)
21 | } else {
22 | try replaceItem(at: originalItemURL,
| `- error: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been renamed to 'replaceItem(at:withItemAt:backupItemName:options:)': Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.
23 | withItemAt: newItemURL,
24 | backupItemName: nil,
Foundation.FileManager.replaceItem:3:15: note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
1 | class FileManager {
2 | @available(*, unavailable, renamed: "replaceItem(at:withItemAt:backupItemName:options:)", message: "Returning an object through an autoreleased pointer is not supported in swift-corelibs-foundation. Use replaceItem(at:withItemAt:backupItemName:options:) instead.")
3 | public func replaceItem(at originalItemURL: URL, withItemAt newItemURL: URL, backupItemName: String?, options: FileManager.ItemReplacementOptions = [], resultingItemURL resultingURL: UnsafeMutablePointer<NSURL?>?) throws}
| `- note: 'replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)' has been explicitly marked unavailable here
4 |
[51/183] Compiling XCResourceUtil DefaultStringInterpolation+.swift
[52/183] Compiling XCResourceUtil SettableByKeyPath.swift
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:20: error: cannot find 'applyingTransform' in scope
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot find 'applyingTransform' in scope
75 | return self
76 | }
/host/spi-builder-workspace/Sources/XCResourceUtil/String+.swift:74:39: error: cannot infer contextual base in reference to member 'toLatin'
72 | }
73 |
74 | if self == applyingTransform(.toLatin, reverse: false) {
| `- error: cannot infer contextual base in reference to member 'toLatin'
75 | return self
76 | }
BUILD FAILURE 6.1 linux