Build Information
Successful build of HangulKit, reference main (36421e), with Swift 6.3 for Android on 16 Apr 2026 11:21:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dev-hamin-kim/HangulKit.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/dev-hamin-kim/HangulKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 36421e5 docs: Update README.md
Cloned https://github.com/dev-hamin-kim/HangulKit.git
Revision (git rev-parse @):
36421e5acfd3f87bb51ebafdc367d576a126005b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dev-hamin-kim/HangulKit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/dev-hamin-kim/HangulKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/41] Emitting module HangulKit
/host/spi-builder-workspace/Sources/HangulKit/Core/josa.swift:29:25: warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
8 | public extension HangulKit {
9 |
10 | enum JosaOption: String {
| `- note: consider making enum 'JosaOption' conform to the 'Sendable' protocol
11 | // JS/TS에서와는 다르게 Swift에선 변수명에 슬래시(/) 못쓴다...........
12 | // 이게 최선일까........................
:
27 | }
28 |
29 | static internal let 로_조사: [JosaOption] = [.으로_로, .으로서_로서, .으로써_로써, .으로부터_로부터]
| |- warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property '로_조사' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | // es-hangul에서의 이름은 josa이지만,
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| `- warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| |- note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[4/46] Compiling HangulKit assemble.swift
[5/46] Compiling HangulKit canBeChoseong.swift
[6/46] Compiling HangulKit canBeJongseong.swift
[7/46] Compiling HangulKit canBeJungseong.swift
[8/46] Compiling HangulKit combineCharacter.swift
[9/46] Compiling HangulKit disassemble.swift
[10/46] Compiling HangulKit transformNLAssimilation.swift
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| `- warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| |- note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[11/46] Compiling HangulKit utils.swift
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| `- warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| |- note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[12/46] Compiling HangulKit standardizePronunciation.swift
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| `- warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| |- note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[13/46] Compiling HangulKit HangulKit.swift
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| `- warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| |- note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[14/46] Compiling HangulKit constants.swift
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| `- warning: static property 'curriedCombineCharacter' is not concurrency-safe because non-'Sendable' type '(Character) -> (Character) -> (Character?) -> Character?' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/HangulKit/_internal/HangulKit.swift:171:16: note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
169 |
170 | // MARK: 이거 좀 덜 복잡하게 할 수 있는 방법이 없을까...?
171 | static let curriedCombineCharacter:
| |- note: add '@MainActor' to make static property 'curriedCombineCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | (_ choseong: Character) ->
173 | (_ jungseong: Character) ->
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[15/46] Compiling HangulKit disassembleCompleteCharacter.swift
/host/spi-builder-workspace/Sources/HangulKit/Core/josa.swift:29:25: warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
8 | public extension HangulKit {
9 |
10 | enum JosaOption: String {
| `- note: consider making enum 'JosaOption' conform to the 'Sendable' protocol
11 | // JS/TS에서와는 다르게 Swift에선 변수명에 슬래시(/) 못쓴다...........
12 | // 이게 최선일까........................
:
27 | }
28 |
29 | static internal let 로_조사: [JosaOption] = [.으로_로, .으로서_로서, .으로써_로써, .으로부터_로부터]
| |- warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property '로_조사' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | // es-hangul에서의 이름은 josa이지만,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[16/46] Compiling HangulKit disassembleToGroups.swift
/host/spi-builder-workspace/Sources/HangulKit/Core/josa.swift:29:25: warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
8 | public extension HangulKit {
9 |
10 | enum JosaOption: String {
| `- note: consider making enum 'JosaOption' conform to the 'Sendable' protocol
11 | // JS/TS에서와는 다르게 Swift에선 변수명에 슬래시(/) 못쓴다...........
12 | // 이게 최선일까........................
:
27 | }
28 |
29 | static internal let 로_조사: [JosaOption] = [.으로_로, .으로서_로서, .으로써_로써, .으로부터_로부터]
| |- warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property '로_조사' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | // es-hangul에서의 이름은 josa이지만,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[17/46] Compiling HangulKit getChoseong.swift
/host/spi-builder-workspace/Sources/HangulKit/Core/josa.swift:29:25: warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
8 | public extension HangulKit {
9 |
10 | enum JosaOption: String {
| `- note: consider making enum 'JosaOption' conform to the 'Sendable' protocol
11 | // JS/TS에서와는 다르게 Swift에선 변수명에 슬래시(/) 못쓴다...........
12 | // 이게 최선일까........................
:
27 | }
28 |
29 | static internal let 로_조사: [JosaOption] = [.으로_로, .으로서_로서, .으로써_로써, .으로부터_로부터]
| |- warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property '로_조사' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | // es-hangul에서의 이름은 josa이지만,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[18/46] Compiling HangulKit hasBatchim.swift
/host/spi-builder-workspace/Sources/HangulKit/Core/josa.swift:29:25: warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
8 | public extension HangulKit {
9 |
10 | enum JosaOption: String {
| `- note: consider making enum 'JosaOption' conform to the 'Sendable' protocol
11 | // JS/TS에서와는 다르게 Swift에선 변수명에 슬래시(/) 못쓴다...........
12 | // 이게 최선일까........................
:
27 | }
28 |
29 | static internal let 로_조사: [JosaOption] = [.으로_로, .으로서_로서, .으로써_로써, .으로부터_로부터]
| |- warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property '로_조사' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | // es-hangul에서의 이름은 josa이지만,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[19/46] Compiling HangulKit josa.swift
/host/spi-builder-workspace/Sources/HangulKit/Core/josa.swift:29:25: warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
8 | public extension HangulKit {
9 |
10 | enum JosaOption: String {
| `- note: consider making enum 'JosaOption' conform to the 'Sendable' protocol
11 | // JS/TS에서와는 다르게 Swift에선 변수명에 슬래시(/) 못쓴다...........
12 | // 이게 최선일까........................
:
27 | }
28 |
29 | static internal let 로_조사: [JosaOption] = [.으로_로, .으로서_로서, .으로써_로써, .으로부터_로부터]
| |- warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property '로_조사' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | // es-hangul에서의 이름은 josa이지만,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[20/46] Compiling HangulKit removeLastCharacter.swift
/host/spi-builder-workspace/Sources/HangulKit/Core/josa.swift:29:25: warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
8 | public extension HangulKit {
9 |
10 | enum JosaOption: String {
| `- note: consider making enum 'JosaOption' conform to the 'Sendable' protocol
11 | // JS/TS에서와는 다르게 Swift에선 변수명에 슬래시(/) 못쓴다...........
12 | // 이게 최선일까........................
:
27 | }
28 |
29 | static internal let 로_조사: [JosaOption] = [.으로_로, .으로서_로서, .으로써_로써, .으로부터_로부터]
| |- warning: static property '로_조사' is not concurrency-safe because non-'Sendable' type '[HangulKit.JosaOption]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property '로_조사' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | // es-hangul에서의 이름은 josa이지만,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[21/46] Compiling HangulKit convertHangulToQWERTY.swift
[22/46] Compiling HangulKit convertQWERTYToAlphabet.swift
[23/46] Compiling HangulKit convertQWERTYToHangul.swift
[24/46] Compiling HangulKit amountToHangul.swift
[25/46] Compiling HangulKit days.swift
[26/46] Compiling HangulKit pronunciationConstants.swift
[27/46] Compiling HangulKit transform12th.swift
[28/46] Compiling HangulKit transform13thAnd14th.swift
[29/46] Compiling HangulKit transform16th.swift
[30/46] Compiling HangulKit transform17th.swift
[31/46] Compiling HangulKit Array+HangulKit.swift
[32/46] Compiling HangulKit Character+HangulKit.swift
[33/46] Compiling HangulKit FloatingPoint+HangulKit.swift
[34/46] Compiling HangulKit Int+HangulKit.swift
[35/46] Compiling HangulKit String+HangulKit.swift
[36/46] Compiling HangulKit HangulKitWrapper.swift
[37/46] Compiling HangulKit transform18th.swift
[38/46] Compiling HangulKit transform19th.swift
[39/46] Compiling HangulKit transform20th.swift
[40/46] Compiling HangulKit transform9To11th .swift
[41/46] Compiling HangulKit transformHardConversion.swift
[42/46] Compiling HangulKit numberToHangul.swift
[43/46] Compiling HangulKit numberToHangulMixed.swift
[44/46] Compiling HangulKit seosusa.swift
[45/46] Compiling HangulKit susa.swift
[46/46] Compiling HangulKit romanize.swift
Build complete! (16.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HangulKit",
"name" : "HangulKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "HangulKit",
"targets" : [
"HangulKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HangulKitTests",
"module_type" : "SwiftTarget",
"name" : "HangulKitTests",
"path" : "Tests/HangulKitTests",
"sources" : [
"Core/assembleTests.swift",
"Core/binaryAssembleCharactersTests.swift",
"Core/binaryAssembleTests.swift",
"Core/canBeTests.swift",
"Core/combineCharacterTests.swift",
"Core/disassembleCompleteCharacterTests.swift",
"Core/disassembleTests.swift",
"Core/disassembleToGroupsTests.swift",
"Core/getChoseongTests.swift",
"Core/hasBatchimTests.swift",
"Core/josaTests.swift",
"Core/removeLastCharacterTests.swift",
"Extensions/Array+HangulKitTests.swift",
"Extensions/Character+HangulKitTests.swift",
"Extensions/Int+HangulKitTests.swift",
"Extensions/String+HangulKitTests.swift",
"HangulKitTests.swift",
"HangulTests.swift",
"Keyboard/convertHangulToQWERTYTests.swift",
"Keyboard/convertQWERTYToAlphabetTests.swift",
"Keyboard/convertQWERTYToHangulTests.swift",
"Number/daysTests.swift",
"Number/numberToHangulMixedTests.swift",
"Number/numberToHangulTests.swift",
"Number/seosusaTests.swift",
"Number/susaTests.swift",
"Pronunciation/romanizedTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform12thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform13thAnd14thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform16thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform17thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform18thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform19thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform20thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transform9To11thTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transformHardConversionTests.swift",
"Pronunciation/standardizePronunciationTests/rulesTests/transformNLAssimilationTests.swift",
"Pronunciation/standardizePronunciationTests/standardizePronunciationTests.swift"
],
"target_dependencies" : [
"HangulKit"
],
"type" : "test"
},
{
"c99name" : "HangulKit",
"module_type" : "SwiftTarget",
"name" : "HangulKit",
"path" : "Sources/HangulKit",
"product_memberships" : [
"HangulKit"
],
"sources" : [
"Core/assemble.swift",
"Core/canBeChoseong.swift",
"Core/canBeJongseong.swift",
"Core/canBeJungseong.swift",
"Core/combineCharacter.swift",
"Core/disassemble.swift",
"Core/disassembleCompleteCharacter.swift",
"Core/disassembleToGroups.swift",
"Core/getChoseong.swift",
"Core/hasBatchim.swift",
"Core/josa.swift",
"Core/removeLastCharacter.swift",
"Extensions/Array+HangulKit.swift",
"Extensions/Character+HangulKit.swift",
"Extensions/FloatingPoint+HangulKit.swift",
"Extensions/Int+HangulKit.swift",
"Extensions/String+HangulKit.swift",
"General/HangulKitWrapper.swift",
"Keyboard/convertHangulToQWERTY.swift",
"Keyboard/convertQWERTYToAlphabet.swift",
"Keyboard/convertQWERTYToHangul.swift",
"Number/amountToHangul.swift",
"Number/days.swift",
"Number/numberToHangul.swift",
"Number/numberToHangulMixed.swift",
"Number/seosusa.swift",
"Number/susa.swift",
"Pronunciation/romanize.swift",
"Pronunciation/standardizePronunciation/pronunciationConstants.swift",
"Pronunciation/standardizePronunciation/rules/transform12th.swift",
"Pronunciation/standardizePronunciation/rules/transform13thAnd14th.swift",
"Pronunciation/standardizePronunciation/rules/transform16th.swift",
"Pronunciation/standardizePronunciation/rules/transform17th.swift",
"Pronunciation/standardizePronunciation/rules/transform18th.swift",
"Pronunciation/standardizePronunciation/rules/transform19th.swift",
"Pronunciation/standardizePronunciation/rules/transform20th.swift",
"Pronunciation/standardizePronunciation/rules/transform9To11th .swift",
"Pronunciation/standardizePronunciation/rules/transformHardConversion.swift",
"Pronunciation/standardizePronunciation/rules/transformNLAssimilation.swift",
"Pronunciation/standardizePronunciation/rules/utils.swift",
"Pronunciation/standardizePronunciation/standardizePronunciation.swift",
"_internal/HangulKit.swift",
"_internal/constants.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.