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

Successful build of TranslationCatalog with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/TranslationCatalog.git
Reference: 0.6.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/richardpiazza/TranslationCatalog
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 2b39dda Locale-Aware Expression Encoder (#14)
Cloned https://github.com/richardpiazza/TranslationCatalog.git
Revision (git rev-parse @):
2b39dda5adcf10aec5cf1d42ef5345f93d96bc52
SUCCESS checkout https://github.com/richardpiazza/TranslationCatalog.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/richardpiazza/TranslationCatalog.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/richardpiazza/Statement.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/alexisakers/HTMLString.git
Fetching https://github.com/richardpiazza/AsyncPlus.git
Fetching https://github.com/JohnSundell/Plot.git
[1/709] Fetching statement
[186/744] Fetching statement, asyncplus
[745/2375] Fetching statement, asyncplus, htmlstring
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.22s)
Fetching https://github.com/richardpiazza/LocaleSupport.git
[988/4425] Fetching statement, htmlstring, plot
[1591/13751] Fetching statement, htmlstring, plot, sqlite.swift
[5297/23762] Fetching statement, htmlstring, plot, sqlite.swift, xmlcoder
[22738/24432] Fetching statement, htmlstring, plot, sqlite.swift, xmlcoder, localesupport
Fetched https://github.com/richardpiazza/LocaleSupport.git from cache (0.24s)
Fetching https://github.com/apple/swift-argument-parser
[22830/23762] Fetching statement, htmlstring, plot, sqlite.swift, xmlcoder
Fetched https://github.com/richardpiazza/Statement.git from cache (0.83s)
[1/11435] Fetching swift-argument-parser
Fetched https://github.com/JohnSundell/Plot.git from cache (0.83s)
Fetched https://github.com/alexisakers/HTMLString.git from cache (0.83s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.83s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.84s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.64s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.43s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.15s)
Computing version for https://github.com/alexisakers/HTMLString.git
Computed https://github.com/alexisakers/HTMLString.git at 6.0.1 (0.38s)
Computing version for https://github.com/JohnSundell/Plot.git
Computed https://github.com/JohnSundell/Plot.git at 0.11.0 (0.39s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (0.41s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.0 (0.44s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.7.2 (0.44s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.1.0 (0.49s)
Computing version for https://github.com/richardpiazza/LocaleSupport.git
Computed https://github.com/richardpiazza/LocaleSupport.git at 0.4.3 (0.58s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (1.04s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.0
Creating working copy for https://github.com/alexisakers/HTMLString.git
Working copy of https://github.com/alexisakers/HTMLString.git resolved at 6.0.1
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.1.0
Creating working copy for https://github.com/richardpiazza/LocaleSupport.git
Working copy of https://github.com/richardpiazza/LocaleSupport.git resolved at 0.4.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.14.1
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.7.2
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/JohnSundell/Plot.git
Working copy of https://github.com/JohnSundell/Plot.git resolved at 0.11.0
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
[1/1] Compiling plugin Generate Manual
Building for debugging...
[1/34] Write sources
[16/34] Write swift-version-24593BA9C3E375BF.txt
[18/210] Emitting module HTMLString
[19/210] Emitting module Plot
[20/218] Emitting module XMLCoder
[21/224] Emitting module SQLite
[22/228] Compiling LocaleSupport ScriptCode.swift
[23/228] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[24/228] Emitting module AsyncPlus
[25/228] Compiling AsyncPlus PassthroughAsyncSequence.swift
[26/229] Compiling LocaleSupport LocaleSupportConfiguration.swift
[27/229] Compiling LocaleSupport RegionCode.swift
[28/229] Wrapping AST for AsyncPlus for debugging
[30/229] Emitting module ArgumentParserToolInfo
[31/229] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/230] Wrapping AST for ArgumentParserToolInfo for debugging
[34/267] Compiling ArgumentParser ArgumentVisibility.swift
[35/267] Compiling ArgumentParser CompletionKind.swift
[36/267] Compiling ArgumentParser Errors.swift
[37/267] Compiling ArgumentParser Flag.swift
[38/267] Compiling ArgumentParser NameSpecification.swift
[39/272] Compiling HTMLString Mappings.swift
[40/272] Compiling ArgumentParser ParsedValues.swift
[41/272] Compiling ArgumentParser ParserError.swift
[42/272] Compiling ArgumentParser SplitArguments.swift
[43/272] Compiling ArgumentParser CollectionExtensions.swift
[44/272] Compiling ArgumentParser Platform.swift
[45/272] Compiling ArgumentParser SequenceExtensions.swift
[46/272] Compiling ArgumentParser StringExtensions.swift
[47/272] Compiling ArgumentParser Tree.swift
[48/272] Compiling ArgumentParser Argument.swift
[49/272] Compiling ArgumentParser ArgumentHelp.swift
[52/272] Emitting module Statement
[53/272] Compiling ArgumentParser BashCompletionsGenerator.swift
[54/272] Compiling ArgumentParser CompletionsGenerator.swift
[55/272] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/272] Compiling ArgumentParser ZshCompletionsGenerator.swift
[67/275] Compiling ArgumentParser Option.swift
[68/275] Compiling ArgumentParser EnumerableFlag.swift
[69/275] Compiling ArgumentParser ExpressibleByArgument.swift
[70/275] Compiling ArgumentParser ParsableArguments.swift
[71/275] Compiling ArgumentParser Parsed.swift
[80/275] Compiling Plot PodcastMediaType.swift
[81/275] Compiling Plot PodcastType.swift
[82/275] Compiling Plot RSS.swift
[83/275] Compiling Statement LogicalPredicate.swift
[84/275] Compiling Statement Segment.swift
[85/275] Compiling ArgumentParser ArgumentSet.swift
[86/275] Compiling ArgumentParser CommandParser.swift
[87/275] Compiling ArgumentParser InputKey.swift
[88/275] Compiling ArgumentParser InputOrigin.swift
[89/275] Compiling ArgumentParser Name.swift
[94/275] Compiling ArgumentParser ParsableArgumentsValidation.swift
[97/275] Compiling ArgumentParser OptionGroup.swift
[98/275] Compiling ArgumentParser AsyncParsableCommand.swift
[99/275] Compiling ArgumentParser CommandConfiguration.swift
[100/275] Compiling Plot AnyEnvironmentValue.swift
[101/275] Compiling Plot AnyNode.swift
[102/275] Compiling Plot ElementRenderingBuffer.swift
[103/275] Compiling Plot ElementWrapper.swift
[104/275] Compiling Plot Environment.swift
[105/275] Compiling Plot ModifiedComponent.swift
[106/275] Compiling Plot Renderer.swift
[107/275] Compiling Plot String+Escaping.swift
[114/275] Emitting module ArgumentParser
[123/275] Compiling HTMLString HTMLString.swift
[135/275] Compiling ArgumentParser ParsableCommand.swift
[136/275] Compiling ArgumentParser ArgumentDecoder.swift
[137/275] Compiling ArgumentParser DumpHelpGenerator.swift
[138/275] Compiling ArgumentParser HelpCommand.swift
[139/275] Compiling ArgumentParser HelpGenerator.swift
[140/275] Compiling Statement Keyword.swift
[147/275] Compiling HTMLString NSString+HTMLString.swift
[161/276] Compiling XMLCoder XMLEncoder.swift
[162/276] Compiling XMLCoder XMLEncoderImplementation.swift
[163/276] Compiling XMLCoder XMLEncodingStorage.swift
[164/276] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[165/276] Compiling XMLCoder XMLReferencingEncoder.swift
[166/276] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[200/277] Compiling Plot TwitterCardType.swift
[201/277] Compiling Plot URLRepresentable.swift
[202/277] Compiling Plot XML.swift
[203/277] Compiling Plot XMLAttributes.swift
[204/277] Compiling Plot XMLElements.swift
[205/277] Compiling Plot AnyAttribute.swift
[206/277] Compiling Plot AnyElement.swift
[215/278] Emitting module LocaleSupport
[216/278] Compiling LocaleSupport LanguageCode.swift
[217/278] Compiling LocaleSupport ExpressibleByLocalizedString.swift
[218/278] Compiling LocaleSupport Locale+LocaleSupport.swift
[221/279] Wrapping AST for HTMLString for debugging
[226/280] Wrapping AST for XMLCoder for debugging
[228/281] Wrapping AST for LocaleSupport for debugging
[230/287] Compiling TranslationCatalog Catalog.swift
[231/287] Compiling TranslationCatalog CatalogError.swift
[235/289] Wrapping AST for Plot for debugging
[237/289] Compiling TranslationCatalog CatalogUpdate.swift
[238/289] Compiling TranslationCatalog CatalogQuery.swift
[255/291] Compiling TranslationCatalog UUID+defaults.swift
[256/291] Compiling TranslationCatalog LocaleRepresentable.swift
[257/291] Compiling TranslationCatalog Project.swift
[258/291] Emitting module TranslationCatalog
[259/291] Compiling TranslationCatalog Expression.swift
[260/291] Compiling TranslationCatalog Translation.swift
[271/292] Wrapping AST for SQLite for debugging
[282/293] Wrapping AST for TranslationCatalog for debugging
[283/293] Wrapping AST for Statement for debugging
[286/331] Compiling TranslationCatalogIO ExpressionRenderer.swift
[287/331] Compiling TranslationCatalogIO Dictionary+AppleStrings.swift
[288/331] Compiling TranslationCatalogIO Expression+IO.swift
[289/331] Compiling TranslationCatalogIO Plot+IO.swift
[290/331] Compiling StatementSQLite OrderContext.swift
[291/331] Compiling StatementSQLite SQLiteStatement.swift
[292/331] Compiling TranslationCatalogIO Translation+IO.swift
[293/331] Compiling TranslationCatalogIO XML+Expression.swift
[294/333] Compiling TranslationCatalogFilesystem Document.swift
[294/333] Wrapping AST for ArgumentParser for debugging
[296/333] Compiling StatementSQLite ValuesContext.swift
[297/333] Compiling StatementSQLite WhereContext.swift
[298/333] Compiling TranslationCatalogIO FileFormat.swift
[299/333] Compiling TranslationCatalogIO Resource.swift
[300/333] Compiling TranslationCatalogIO StringsXml.swift
[301/333] Emitting module StatementSQLite
[302/333] Compiling TranslationCatalogIO ExpressionDecoder.swift
[303/333] Compiling TranslationCatalogIO ExpressionEncoder.swift
[304/333] Compiling TranslationCatalogIO ExpressionImporter.swift
[305/333] Emitting module TranslationCatalogIO
[308/334] Emitting module TranslationCatalogFilesystem
[309/334] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[310/334] Compiling StatementSQLite DeleteContext.swift
[311/334] Compiling StatementSQLite Field+SQLite.swift
[314/335] Compiling TranslationCatalogIO MarkdownTable.swift
[324/335] Compiling TranslationCatalogIO RenderFormat.swift
[325/336] Wrapping AST for StatementSQLite for debugging
[326/336] Wrapping AST for TranslationCatalogIO for debugging
[328/349] Compiling TranslationCatalogFilesystem TranslationDocument.swift
[329/349] Compiling TranslationCatalogFilesystem ExpressionDocument.swift
[330/349] Compiling TranslationCatalogFilesystem FilesystemCatalog.swift
[331/349] Compiling TranslationCatalogFilesystem ProjectDocument.swift
[333/350] Emitting module TranslationCatalogSQLite
[334/350] Compiling TranslationCatalogSQLite ProjectExpressionEntity.swift
[335/350] Compiling TranslationCatalogSQLite TranslationEntity.swift
[336/350] Compiling TranslationCatalogSQLite ExpressionEntity.swift
[337/350] Compiling TranslationCatalogSQLite ProjectEntity.swift
[338/351] Compiling TranslationCatalogSQLite SQLiteStatement+Translation.swift
[339/351] Compiling TranslationCatalogSQLite SQLiteStmt+Entities.swift
[339/351] Wrapping AST for TranslationCatalogFilesystem for debugging
[341/351] Compiling TranslationCatalogSQLite SQLite+Query.swift
[342/351] Compiling TranslationCatalogSQLite SQLite+Schema.swift
[343/351] Compiling TranslationCatalogSQLite SQLiteStatement+ProjectExpression.swift
[344/351] Compiling TranslationCatalogSQLite SQLiteStatement+Expression.swift
[345/351] Compiling TranslationCatalogSQLite SQLiteStatement+Project.swift
[346/351] Compiling TranslationCatalogSQLite SQLiteCatalog+AssociatedTypes.swift
[347/351] Compiling TranslationCatalogSQLite SQLiteCatalog.swift
[348/352] Wrapping AST for TranslationCatalogSQLite for debugging
[350/369] Emitting module localizer
[351/371] Compiling localizer Catalog+Delete.swift
[352/371] Compiling localizer Catalog+Export.swift
[353/371] Compiling localizer Catalog+Generate.swift
[354/371] Compiling localizer FileManager+localizer.swift
[355/371] Compiling localizer RenderFormat+localizer.swift
[356/371] Compiling localizer Arguments.swift
[357/371] Compiling localizer FileFormat+localizer.swift
[358/371] Compiling localizer Catalog+Update.swift
[359/371] Compiling localizer Catalog.swift
[360/371] Compiling localizer Preview.swift
[361/371] Compiling localizer localizer.swift
[362/371] Compiling localizer Configuration.swift
[363/371] Compiling localizer Configure+Get.swift
[364/371] Compiling localizer Configure+Set.swift
[365/371] Compiling localizer Configure.swift
[366/371] Compiling localizer Catalog+Import.swift
[367/371] Compiling localizer Catalog+Insert.swift
[368/371] Compiling localizer Catalog+Query.swift
[369/372] Wrapping AST for localizer for debugging
[370/372] Write Objects.LinkFileList
[371/372] Linking localizer
Build complete! (46.40s)
Build complete.
Done.