Build Information
Successful build of swift-translating, reference main (e9b740), with Swift 6.1 for Linux on 20 Dec 2025 16:32:03 UTC.
Swift 6 data race errors: 1
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 -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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-translating.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/coenttb/swift-translating
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e9b740b Run swift-format
Cloned https://github.com/coenttb/swift-translating.git
Revision (git rev-parse @):
e9b740b1d3181baa593c4cfc7963d0cdafd72b21
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-translating.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-translating.git
https://github.com/coenttb/swift-translating.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "swift-translating",
"name" : "swift-translating",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Translating",
"targets" : [
"Translating"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Language",
"targets" : [
"Language"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Translating+Dependencies",
"targets" : [
"Translating+Dependencies"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SinglePlural",
"targets" : [
"SinglePlural"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Translated",
"targets" : [
"Translated"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TranslatedString",
"targets" : [
"TranslatedString"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DateFormattedLocalized",
"targets" : [
"DateFormattedLocalized"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TranslatingTestSupport",
"targets" : [
"TranslatingTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Translations",
"targets" : [
"Translations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Translations",
"module_type" : "SwiftTarget",
"name" : "Translations",
"path" : "Sources/Translations",
"product_memberships" : [
"Translations"
],
"sources" : [
"TranslatedString.init(ClosedRange).swift",
"TranslatedString.init(Language).swift",
"TranslatedString.swift"
],
"target_dependencies" : [
"Translating"
],
"type" : "library"
},
{
"c99name" : "TranslatingTestSupport",
"module_type" : "SwiftTarget",
"name" : "TranslatingTestSupport",
"path" : "Sources/TranslatingTestSupport",
"product_memberships" : [
"TranslatingTestSupport"
],
"sources" : [
"glossary.swift"
],
"type" : "library"
},
{
"c99name" : "Translating_Dependencies_Tests",
"module_type" : "SwiftTarget",
"name" : "Translating+Dependencies Tests",
"path" : "Tests/Translating+Dependencies Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Translating+Dependencies Tests.swift"
],
"target_dependencies" : [
"Translating+Dependencies"
],
"type" : "test"
},
{
"c99name" : "Translating_Dependencies",
"module_type" : "SwiftTarget",
"name" : "Translating+Dependencies",
"path" : "Sources/Translating+Dependencies",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Translating",
"Translating+Dependencies",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Language.swift",
"LanguagesKey.swift",
"extensions.swift"
],
"target_dependencies" : [
"Language",
"Translated",
"TranslatedString"
],
"type" : "library"
},
{
"c99name" : "Translating_Tests",
"module_type" : "SwiftTarget",
"name" : "Translating Tests",
"path" : "Tests/Translating Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Performance Tests.swift",
"ReadmeVerificationTests.swift",
"Translating Tests.swift"
],
"target_dependencies" : [
"Translating"
],
"type" : "test"
},
{
"c99name" : "Translating",
"module_type" : "SwiftTarget",
"name" : "Translating",
"path" : "Sources/Translating",
"product_memberships" : [
"Translating",
"Translations"
],
"sources" : [
"Date.swift",
"DateComponents.swift",
"String.swift",
"Translated.init (english non-optional).swift",
"Translated.init.swift",
"TranslatedString.swift",
"[String].swift",
"[TranslatedString].swift",
"exports.swift"
],
"target_dependencies" : [
"Language",
"Translating+Dependencies",
"SinglePlural",
"Translated",
"TranslatedString",
"DateFormattedLocalized"
],
"type" : "library"
},
{
"c99name" : "TranslatedString_Tests",
"module_type" : "SwiftTarget",
"name" : "TranslatedString Tests",
"path" : "Tests/TranslatedString Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"TranslatedString Tests.swift"
],
"target_dependencies" : [
"TranslatedString"
],
"type" : "test"
},
{
"c99name" : "TranslatedString",
"module_type" : "SwiftTarget",
"name" : "TranslatedString",
"path" : "Sources/TranslatedString",
"product_memberships" : [
"Translating",
"Translating+Dependencies",
"SinglePlural",
"TranslatedString",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Date.swift",
"NumberingAndSign.swift",
"TranslatedString.swift",
"Translations.swift",
"[Language].swift",
"[String].swift",
"exports.swift"
],
"target_dependencies" : [
"Translated"
],
"type" : "library"
},
{
"c99name" : "Translated_Tests",
"module_type" : "SwiftTarget",
"name" : "Translated Tests",
"path" : "Tests/Translated Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Translated Tests.swift"
],
"target_dependencies" : [
"Translated"
],
"type" : "test"
},
{
"c99name" : "Translated",
"module_type" : "SwiftTarget",
"name" : "Translated",
"path" : "Sources/Translated",
"product_memberships" : [
"Translating",
"Translating+Dependencies",
"SinglePlural",
"Translated",
"TranslatedString",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Translated.swift",
"extensions.swift"
],
"target_dependencies" : [
"Language"
],
"type" : "library"
},
{
"c99name" : "SinglePlural_Tests",
"module_type" : "SwiftTarget",
"name" : "SinglePlural Tests",
"path" : "Tests/SinglePlural Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"SinglePlural Tests.swift"
],
"target_dependencies" : [
"SinglePlural"
],
"type" : "test"
},
{
"c99name" : "SinglePlural",
"module_type" : "SwiftTarget",
"name" : "SinglePlural",
"path" : "Sources/SinglePlural",
"product_memberships" : [
"Translating",
"SinglePlural",
"Translations"
],
"sources" : [
"SinglePlural.swift",
"extensions.swift"
],
"target_dependencies" : [
"Language",
"Translated",
"TranslatedString"
],
"type" : "library"
},
{
"c99name" : "Language_Tests",
"module_type" : "SwiftTarget",
"name" : "Language Tests",
"path" : "Tests/Language Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Language Tests.swift"
],
"target_dependencies" : [
"Language"
],
"type" : "test"
},
{
"c99name" : "Language",
"module_type" : "SwiftTarget",
"name" : "Language",
"path" : "Sources/Language",
"product_memberships" : [
"Translating",
"Language",
"Translating+Dependencies",
"SinglePlural",
"Translated",
"TranslatedString",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Language.locale.swift",
"Language.swift",
"Locale.Language.swift",
"Locale.swift",
"exports .swift"
],
"type" : "library"
},
{
"c99name" : "DateFormattedLocalized_Tests",
"module_type" : "SwiftTarget",
"name" : "DateFormattedLocalized Tests",
"path" : "Tests/DateFormattedLocalized Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Date Formatted Localized Tests.swift"
],
"target_dependencies" : [
"DateFormattedLocalized",
"Language"
],
"type" : "test"
},
{
"c99name" : "DateFormattedLocalized",
"module_type" : "SwiftTarget",
"name" : "DateFormattedLocalized",
"path" : "Sources/DateFormattedLocalized",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Translating",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"DateFormattedLocalized.swift"
],
"target_dependencies" : [
"Language",
"Translating+Dependencies"
],
"type" : "library"
}
],
"tools_version" : "5.10.1"
}
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 -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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6436] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.43s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (1.13s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[1/886] Fetching swift-concurrency-extras
[887/3428] Fetching swift-concurrency-extras, combine-schedulers
[2476/4727] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4728/10327] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.37s)
[5185/9441] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.37s)
[4390/8142] Fetching combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.38s)
[1960/5600] Fetching xctest-dynamic-overlay
[3585/78791] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.92s)
[10979/73191] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.11s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (6.70s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.52s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.57s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.88s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.60s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.66s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.75s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Building for debugging...
[0/27] Write sources
[21/27] Write swift-version-24593BA9C3E375BF.txt
[22/48] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[24/48] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/140] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/141] Compiling Language exports .swift
[27/141] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/141] Compiling OpenCombine ConduitBase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/141] Compiling OpenCombine ConduitList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/142] Compiling OpenCombine DebugHook.swift
[34/142] Compiling OpenCombine FilterProducer.swift
[35/142] Compiling OpenCombine Locking.swift
[36/142] Compiling OpenCombine PartialCompletion.swift
[37/142] Compiling OpenCombine PublishedSubject.swift
[38/142] Compiling OpenCombine PublishedSubscriber.swift
[39/142] Compiling OpenCombine ReduceProducer.swift
[40/142] Compiling OpenCombine SubjectSubscriber.swift
[41/142] Compiling OpenCombine SubscriberTap.swift
[42/142] Compiling OpenCombine SubscriptionStatus.swift
[43/142] Compiling OpenCombine SubscriptionTap.swift
[44/154] Compiling OpenCombine Utils.swift
[45/154] Compiling OpenCombine Violations.swift
[46/154] Compiling OpenCombine ImmediateScheduler.swift
[47/154] Compiling OpenCombine ObservableObject.swift
[48/154] Compiling OpenCombine PassthroughSubject.swift
[49/154] Compiling OpenCombine Published.swift
[50/154] Compiling OpenCombine Publisher+Subscribe.swift
[51/154] Compiling OpenCombine Deferred.swift
[52/154] Compiling OpenCombine Empty.swift
[53/154] Compiling OpenCombine Fail.swift
[54/154] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[55/154] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[56/154] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[57/154] Compiling OpenCombine Publishers.Count.swift
[58/154] Compiling OpenCombine Publishers.Debounce.swift
[59/154] Compiling OpenCombine Publishers.Delay.swift
[60/154] Compiling OpenCombine Publishers.Drop.swift
[61/154] Compiling OpenCombine Publishers.DropUntilOutput.swift
[62/154] Compiling OpenCombine Publishers.DropWhile.swift
[63/154] Compiling OpenCombine Publishers.Filter.swift
[64/154] Compiling OpenCombine Publishers.First.swift
[65/154] Compiling OpenCombine Publishers.FlatMap.swift
[66/154] Compiling OpenCombine Publishers.HandleEvents.swift
[67/154] Compiling OpenCombine Publishers.IgnoreOutput.swift
[68/154] Compiling OpenCombine Publishers.Last.swift
[69/154] Compiling OpenCombine Publishers.MakeConnectable.swift
[69/154] Wrapping AST for IssueReportingPackageSupport for debugging
[71/154] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/154] Compiling OpenCombine AnyCancellable.swift
[73/154] Compiling OpenCombine AnyPublisher.swift
[74/154] Compiling OpenCombine AnySubscriber.swift
[75/154] Compiling OpenCombine Cancellable.swift
[76/154] Compiling OpenCombine Codable.swift
[77/154] Compiling OpenCombine CombineIdentifier.swift
[78/154] Compiling OpenCombine ConcurrencyHelpers.swift
[79/154] Compiling OpenCombine Future+Concurrency.swift
[80/154] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[81/154] Compiling OpenCombine CurrentValueSubject.swift
[82/154] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[83/154] Compiling OpenCombine Future.swift
[84/154] Compiling OpenCombine GENERATED-RootProtocols.swift
[85/154] Compiling OpenCombine Just.swift
[86/154] Compiling OpenCombine Optional.Publisher.swift
[87/154] Compiling OpenCombine Publishers.AllSatisfy.swift
[88/154] Compiling OpenCombine Publishers.AssertNoFailure.swift
[89/154] Compiling OpenCombine Publishers.Autoconnect.swift
[90/154] Compiling OpenCombine Publishers.Breakpoint.swift
[91/154] Compiling OpenCombine Publishers.Buffer.swift
[92/154] Compiling OpenCombine Publishers.Collect.swift
[93/154] Compiling OpenCombine Publishers.CollectByCount.swift
[94/154] Compiling OpenCombine Publishers.CompactMap.swift
[95/154] Compiling OpenCombine Publishers.Comparison.swift
[96/154] Compiling OpenCombine Publishers.Concatenate.swift
[97/154] Compiling OpenCombine Publishers.Contains.swift
[98/154] Emitting module OpenCombine
[99/176] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/176] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/178] Emitting module IssueReportingTestSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/178] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/178] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/178] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/178] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/178] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/178] Compiling OpenCombine Result.swift
[108/178] Compiling OpenCombine Scheduler.swift
[109/178] Compiling OpenCombine Subject+Void.swift
[110/178] Compiling OpenCombine Subscriber+Void.swift
[111/178] Compiling OpenCombine Subscribers.Assign.swift
[112/178] Compiling OpenCombine Subscribers.Completion.swift
[113/178] Compiling OpenCombine Subscribers.Demand.swift
[114/178] Compiling OpenCombine Subscribers.Sink.swift
[115/178] Compiling OpenCombine Subscribers.swift
[116/178] Compiling OpenCombine Subscription.swift
[117/178] Compiling OpenCombine Subscriptions.swift
[118/178] Compiling OpenCombine _Introspection.swift
[119/178] Compiling OpenCombine Publishers.Map.swift
[120/178] Compiling OpenCombine Publishers.MapError.swift
[121/178] Compiling OpenCombine Publishers.MeasureInterval.swift
[122/178] Compiling OpenCombine Publishers.Multicast.swift
[123/178] Compiling OpenCombine Publishers.Output.swift
[124/178] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[125/178] Compiling OpenCombine Publishers.PrefixWhile.swift
[126/178] Compiling OpenCombine Publishers.Print.swift
[127/178] Compiling OpenCombine Publishers.ReceiveOn.swift
[128/178] Compiling OpenCombine Publishers.Reduce.swift
[129/178] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[130/178] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[131/178] Compiling OpenCombine Publishers.ReplaceError.swift
[132/178] Compiling OpenCombine Publishers.Retry.swift
[133/178] Compiling OpenCombine Publishers.Scan.swift
[134/178] Compiling OpenCombine Publishers.Sequence.swift
[135/178] Compiling OpenCombine Publishers.SetFailureType.swift
[136/178] Compiling OpenCombine Publishers.Share.swift
[137/178] Compiling OpenCombine Publishers.SubscribeOn.swift
[138/178] Compiling OpenCombine Publishers.SwitchToLatest.swift
[139/178] Compiling OpenCombine Publishers.Throttle.swift
[140/178] Compiling OpenCombine Publishers.Timeout.swift
[141/178] Compiling OpenCombine Publishers.Zip.swift
[142/178] Compiling OpenCombine Publishers.swift
[143/178] Compiling OpenCombine Record.swift
[144/178] Compiling OpenCombine Result.Publisher.swift
[146/179] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/190] Compiling Language Language.locale.swift
[148/190] Emitting module Language
/host/spi-builder-workspace/Sources/Language/Locale.swift:8:8: warning: file 'Locale.swift' is part of module 'Language'; ignoring import
6 | // Created by Coen ten Thije Boonkkamp on 19/07/2024.
7 | //
8 | import Language
| `- warning: file 'Locale.swift' is part of module 'Language'; ignoring import
9 |
10 | public typealias _Language = Language
[149/190] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/192] Compiling IssueReportingTestSupport SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/192] Compiling IssueReportingTestSupport XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/192] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/192] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/193] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/193] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/193] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/193] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/193] Compiling IssueReporting DefaultReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/193] Compiling TranslatingTestSupport glossary.swift
[161/193] Emitting module TranslatingTestSupport
[162/193] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/193] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/193] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/194] Compiling OpenCombineFoundation Violations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/194] Compiling OpenCombineFoundation JSONEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/194] Compiling OpenCombineFoundation NotificationCenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/194] Compiling OpenCombineFoundation Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/194] Compiling OpenCombineFoundation Portability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/194] Compiling OpenCombineFoundation Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/196] Compiling OpenCombineFoundation PropertyListEncoder.swift
[179/197] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[180/197] Emitting module OpenCombineDispatch
[180/197] Wrapping AST for IssueReportingTestSupport for debugging
[181/197] Write Objects.LinkFileList
[185/197] Emitting module OpenCombineFoundation
[188/198] Compiling OpenCombineFoundation Timer+Publisher.swift
[189/198] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[191/209] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[194/209] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/209] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/210] Linking libIssueReportingTestSupport.so
[197/210] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/210] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/210] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/210] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/210] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/210] Compiling Language Language.swift
[203/210] Compiling Language Locale.Language.swift
[204/210] Compiling OpenCombineFoundation URLSession.swift
[205/211] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/211] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/211] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/212] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/212] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/215] Emitting module OpenCombineShim
[214/215] Compiling OpenCombineShim OpenCombineShim.swift
[216/229] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/229] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/230] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/230] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/230] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/230] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/230] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/230] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/230] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/230] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/230] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/230] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/230] Compiling CombineSchedulers Platform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/230] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/255] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/255] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/255] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/255] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/258] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/258] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/258] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/258] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/258] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/258] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/258] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/258] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/258] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/258] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/258] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/258] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/258] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/258] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/258] Compiling Dependencies NotificationCenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/258] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/258] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/258] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/258] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/258] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/258] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/258] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/258] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/259] Compiling Language Locale.swift
/host/spi-builder-workspace/Sources/Language/Locale.swift:8:8: warning: file 'Locale.swift' is part of module 'Language'; ignoring import
6 | // Created by Coen ten Thije Boonkkamp on 19/07/2024.
7 | //
8 | import Language
| `- warning: file 'Locale.swift' is part of module 'Language'; ignoring import
9 |
10 | public typealias _Language = Language
[261/263] Compiling Translated extensions.swift
[262/263] Compiling Translated Translated.swift
[263/263] Emitting module Translated
[265/272] Compiling TranslatedString [Language].swift
[266/272] Compiling TranslatedString exports.swift
[267/272] Compiling TranslatedString Translations.swift
[268/272] Compiling TranslatedString [String].swift
[269/272] Compiling TranslatedString Date.swift
[270/272] Emitting module TranslatedString
[271/272] Compiling TranslatedString NumberingAndSign.swift
[272/272] Compiling TranslatedString TranslatedString.swift
[274/280] Compiling Translating_Dependencies LanguagesKey.swift
[275/280] Compiling Translating_Dependencies extensions.swift
[276/280] Emitting module Translating_Dependencies
[277/280] Compiling Translating_Dependencies Language.swift
[278/281] Emitting module SinglePlural
[279/281] Compiling SinglePlural extensions.swift
[280/281] Compiling SinglePlural SinglePlural.swift
[283/284] Compiling DateFormattedLocalized DateFormattedLocalized.swift
/host/spi-builder-workspace/Sources/DateFormattedLocalized/DateFormattedLocalized.swift:52:16: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
50 | }
51 |
52 | return TranslatedString { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
53 | let format = Date.FormatStyle(
54 | date: date,
[284/284] Emitting module DateFormattedLocalized
[286/294] Compiling Translating [TranslatedString].swift
/host/spi-builder-workspace/Sources/Translating/[TranslatedString].swift:14:10: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
12 | extension [TranslatedString] {
13 | public func joined(separator: [String].Separator) -> TranslatedString {
14 | .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
15 | self.map { $0(language) }.joined(separator: separator)(language)
16 | }
/host/spi-builder-workspace/Sources/Translating/[TranslatedString].swift:20:10: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
18 |
19 | public func joined(separator: String) -> TranslatedString {
20 | .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
21 | self.map { $0(language) }.joined(separator: separator)
22 | }
[287/295] Compiling Translating [String].swift
/host/spi-builder-workspace/Sources/Translating/[String].swift:25:10: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
23 | /// Joins strings with a translated separator
24 | public func joined(separator: TranslatedString) -> TranslatedString {
25 | .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
26 | self.joined(separator: separator(language))
27 | }
/host/spi-builder-workspace/Sources/Translating/[String].swift:37:17: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
35 | guard self.count > 1 else { return .init(self[0]) }
36 |
37 | return .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
38 | let localizedSeparator = TranslatedString(separator)(language)
39 |
/host/spi-builder-workspace/Sources/Translating/[String].swift:57:10: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
55 | /// Formats a list with proper grammar and localized separators
56 | public func formattedList(separator: ListSeparator = .and) -> Translated<Self> {
57 | .init { _ in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
58 | switch separator {
59 | case .and:
[288/295] Compiling Translating TranslatedString.swift
[289/295] Compiling Translating Translated.init.swift
[290/295] Compiling Translating exports.swift
[291/295] Compiling Translating Translated.init (english non-optional).swift
[292/295] Emitting module Translating
/host/spi-builder-workspace/Sources/Translating/DateComponents.swift:12:24: warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension TranslatedString {
12 | private static let timeUnits:
| |- warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'timeUnits' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]> = [
14 | .english: [
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | deinit
3 | }
[293/295] Compiling Translating String.swift
[294/295] Compiling Translating Date.swift
/host/spi-builder-workspace/Sources/Translating/Date.swift:22:17: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
20 | dateFormatter.timeStyle = timeStyle
21 |
22 | return .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
23 | dateFormatter.locale = language.locale
24 | return dateFormatter.string(from: self)
/host/spi-builder-workspace/Sources/Translating/Date.swift:35:17: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
33 | ) -> TranslatedString {
34 |
35 | return .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
36 | switch (dateStyle, timeStyle) {
37 | case (.none, .none):
/host/spi-builder-workspace/Sources/Translating/DateComponents.swift:12:24: warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension TranslatedString {
12 | private static let timeUnits:
| |- warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'timeUnits' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]> = [
14 | .english: [
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | deinit
3 | }
[295/295] Compiling Translating DateComponents.swift
/host/spi-builder-workspace/Sources/Translating/Date.swift:22:17: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
20 | dateFormatter.timeStyle = timeStyle
21 |
22 | return .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
23 | dateFormatter.locale = language.locale
24 | return dateFormatter.string(from: self)
/host/spi-builder-workspace/Sources/Translating/Date.swift:35:17: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
33 | ) -> TranslatedString {
34 |
35 | return .init { language in
| `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
36 | switch (dateStyle, timeStyle) {
37 | case (.none, .none):
/host/spi-builder-workspace/Sources/Translating/DateComponents.swift:12:24: warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension TranslatedString {
12 | private static let timeUnits:
| |- warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'timeUnits' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]> = [
14 | .english: [
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | deinit
3 | }
[297/300] Compiling Translations TranslatedString.init(Language).swift
[298/300] Compiling Translations TranslatedString.init(ClosedRange).swift
[299/300] Compiling Translations TranslatedString.swift
[300/300] Emitting module Translations
Build complete! (134.21s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "swift-translating",
"name" : "swift-translating",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Translating",
"targets" : [
"Translating"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Language",
"targets" : [
"Language"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Translating+Dependencies",
"targets" : [
"Translating+Dependencies"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SinglePlural",
"targets" : [
"SinglePlural"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Translated",
"targets" : [
"Translated"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TranslatedString",
"targets" : [
"TranslatedString"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DateFormattedLocalized",
"targets" : [
"DateFormattedLocalized"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TranslatingTestSupport",
"targets" : [
"TranslatingTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Translations",
"targets" : [
"Translations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Translations",
"module_type" : "SwiftTarget",
"name" : "Translations",
"path" : "Sources/Translations",
"product_memberships" : [
"Translations"
],
"sources" : [
"TranslatedString.init(ClosedRange).swift",
"TranslatedString.init(Language).swift",
"TranslatedString.swift"
],
"target_dependencies" : [
"Translating"
],
"type" : "library"
},
{
"c99name" : "TranslatingTestSupport",
"module_type" : "SwiftTarget",
"name" : "TranslatingTestSupport",
"path" : "Sources/TranslatingTestSupport",
"product_memberships" : [
"TranslatingTestSupport"
],
"sources" : [
"glossary.swift"
],
"type" : "library"
},
{
"c99name" : "Translating_Dependencies_Tests",
"module_type" : "SwiftTarget",
"name" : "Translating+Dependencies Tests",
"path" : "Tests/Translating+Dependencies Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Translating+Dependencies Tests.swift"
],
"target_dependencies" : [
"Translating+Dependencies"
],
"type" : "test"
},
{
"c99name" : "Translating_Dependencies",
"module_type" : "SwiftTarget",
"name" : "Translating+Dependencies",
"path" : "Sources/Translating+Dependencies",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Translating",
"Translating+Dependencies",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Language.swift",
"LanguagesKey.swift",
"extensions.swift"
],
"target_dependencies" : [
"Language",
"Translated",
"TranslatedString"
],
"type" : "library"
},
{
"c99name" : "Translating_Tests",
"module_type" : "SwiftTarget",
"name" : "Translating Tests",
"path" : "Tests/Translating Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Performance Tests.swift",
"ReadmeVerificationTests.swift",
"Translating Tests.swift"
],
"target_dependencies" : [
"Translating"
],
"type" : "test"
},
{
"c99name" : "Translating",
"module_type" : "SwiftTarget",
"name" : "Translating",
"path" : "Sources/Translating",
"product_memberships" : [
"Translating",
"Translations"
],
"sources" : [
"Date.swift",
"DateComponents.swift",
"String.swift",
"Translated.init (english non-optional).swift",
"Translated.init.swift",
"TranslatedString.swift",
"[String].swift",
"[TranslatedString].swift",
"exports.swift"
],
"target_dependencies" : [
"Language",
"Translating+Dependencies",
"SinglePlural",
"Translated",
"TranslatedString",
"DateFormattedLocalized"
],
"type" : "library"
},
{
"c99name" : "TranslatedString_Tests",
"module_type" : "SwiftTarget",
"name" : "TranslatedString Tests",
"path" : "Tests/TranslatedString Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"TranslatedString Tests.swift"
],
"target_dependencies" : [
"TranslatedString"
],
"type" : "test"
},
{
"c99name" : "TranslatedString",
"module_type" : "SwiftTarget",
"name" : "TranslatedString",
"path" : "Sources/TranslatedString",
"product_memberships" : [
"Translating",
"Translating+Dependencies",
"SinglePlural",
"TranslatedString",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Date.swift",
"NumberingAndSign.swift",
"TranslatedString.swift",
"Translations.swift",
"[Language].swift",
"[String].swift",
"exports.swift"
],
"target_dependencies" : [
"Translated"
],
"type" : "library"
},
{
"c99name" : "Translated_Tests",
"module_type" : "SwiftTarget",
"name" : "Translated Tests",
"path" : "Tests/Translated Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Translated Tests.swift"
],
"target_dependencies" : [
"Translated"
],
"type" : "test"
},
{
"c99name" : "Translated",
"module_type" : "SwiftTarget",
"name" : "Translated",
"path" : "Sources/Translated",
"product_memberships" : [
"Translating",
"Translating+Dependencies",
"SinglePlural",
"Translated",
"TranslatedString",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Translated.swift",
"extensions.swift"
],
"target_dependencies" : [
"Language"
],
"type" : "library"
},
{
"c99name" : "SinglePlural_Tests",
"module_type" : "SwiftTarget",
"name" : "SinglePlural Tests",
"path" : "Tests/SinglePlural Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"SinglePlural Tests.swift"
],
"target_dependencies" : [
"SinglePlural"
],
"type" : "test"
},
{
"c99name" : "SinglePlural",
"module_type" : "SwiftTarget",
"name" : "SinglePlural",
"path" : "Sources/SinglePlural",
"product_memberships" : [
"Translating",
"SinglePlural",
"Translations"
],
"sources" : [
"SinglePlural.swift",
"extensions.swift"
],
"target_dependencies" : [
"Language",
"Translated",
"TranslatedString"
],
"type" : "library"
},
{
"c99name" : "Language_Tests",
"module_type" : "SwiftTarget",
"name" : "Language Tests",
"path" : "Tests/Language Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Language Tests.swift"
],
"target_dependencies" : [
"Language"
],
"type" : "test"
},
{
"c99name" : "Language",
"module_type" : "SwiftTarget",
"name" : "Language",
"path" : "Sources/Language",
"product_memberships" : [
"Translating",
"Language",
"Translating+Dependencies",
"SinglePlural",
"Translated",
"TranslatedString",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"Language.locale.swift",
"Language.swift",
"Locale.Language.swift",
"Locale.swift",
"exports .swift"
],
"type" : "library"
},
{
"c99name" : "DateFormattedLocalized_Tests",
"module_type" : "SwiftTarget",
"name" : "DateFormattedLocalized Tests",
"path" : "Tests/DateFormattedLocalized Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Date Formatted Localized Tests.swift"
],
"target_dependencies" : [
"DateFormattedLocalized",
"Language"
],
"type" : "test"
},
{
"c99name" : "DateFormattedLocalized",
"module_type" : "SwiftTarget",
"name" : "DateFormattedLocalized",
"path" : "Sources/DateFormattedLocalized",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Translating",
"DateFormattedLocalized",
"Translations"
],
"sources" : [
"DateFormattedLocalized.swift"
],
"target_dependencies" : [
"Language",
"Translating+Dependencies"
],
"type" : "library"
}
],
"tools_version" : "5.10.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.