Build Information
Successful build of HangulKit, reference main (36421e), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:31:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "hangulkit",
"name": "HangulKit",
"url": "https://github.com/dev-hamin-kim/HangulKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HangulKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dev-hamin-kim/HangulKit.git
[1/1752] Fetching hangulkit
Fetched https://github.com/dev-hamin-kim/HangulKit.git from cache (1.27s)
Creating working copy for https://github.com/dev-hamin-kim/HangulKit.git
Working copy of https://github.com/dev-hamin-kim/HangulKit.git resolved at main (36421e5)
warning: '.resolve-product-dependencies': dependency 'hangulkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dev-hamin-kim/HangulKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/42] Compiling HangulKit assemble.swift
[4/42] Compiling HangulKit canBeChoseong.swift
[5/42] Compiling HangulKit canBeJongseong.swift
[6/42] Compiling HangulKit canBeJungseong.swift
[7/42] Compiling HangulKit combineCharacter.swift
[8/42] Emitting module HangulKit
/Users/admin/builder/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이지만,
/Users/admin/builder/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'
/Users/admin/builder/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>
[9/46] Compiling HangulKit convertQWERTYToAlphabet.swift
[10/46] Compiling HangulKit convertQWERTYToHangul.swift
[11/46] Compiling HangulKit amountToHangul.swift
[12/46] Compiling HangulKit days.swift
[13/46] Compiling HangulKit romanize.swift
[14/46] Compiling HangulKit pronunciationConstants.swift
[15/46] Compiling HangulKit transform12th.swift
[16/46] Compiling HangulKit transform13thAnd14th.swift
[17/46] Compiling HangulKit disassemble.swift
[18/46] Compiling HangulKit disassembleCompleteCharacter.swift
[19/46] Compiling HangulKit disassembleToGroups.swift
[20/46] Compiling HangulKit getChoseong.swift
[21/46] Compiling HangulKit hasBatchim.swift
[22/46] Compiling HangulKit josa.swift
/Users/admin/builder/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>
[23/46] Compiling HangulKit removeLastCharacter.swift
/Users/admin/builder/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>
[24/46] Compiling HangulKit Array+HangulKit.swift
/Users/admin/builder/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>
[25/46] Compiling HangulKit Character+HangulKit.swift
/Users/admin/builder/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>
[26/46] Compiling HangulKit FloatingPoint+HangulKit.swift
/Users/admin/builder/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>
[27/46] Compiling HangulKit utils.swift
/Users/admin/builder/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'
/Users/admin/builder/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>
[28/46] Compiling HangulKit standardizePronunciation.swift
/Users/admin/builder/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'
/Users/admin/builder/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>
[29/46] Compiling HangulKit HangulKit.swift
/Users/admin/builder/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'
/Users/admin/builder/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>
[30/46] Compiling HangulKit constants.swift
/Users/admin/builder/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'
/Users/admin/builder/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>
[31/46] Compiling HangulKit transform16th.swift
[32/46] Compiling HangulKit transform17th.swift
[33/46] Compiling HangulKit transform18th.swift
[34/46] Compiling HangulKit transform19th.swift
[35/46] Compiling HangulKit Int+HangulKit.swift
[36/46] Compiling HangulKit String+HangulKit.swift
[37/46] Compiling HangulKit HangulKitWrapper.swift
[38/46] Compiling HangulKit convertHangulToQWERTY.swift
[39/46] Compiling HangulKit numberToHangul.swift
[40/46] Compiling HangulKit numberToHangulMixed.swift
[41/46] Compiling HangulKit seosusa.swift
[42/46] Compiling HangulKit susa.swift
[43/46] Compiling HangulKit transform20th.swift
[44/46] Compiling HangulKit transform9To11th .swift
[45/46] Compiling HangulKit transformHardConversion.swift
[46/46] Compiling HangulKit transformNLAssimilation.swift
Build complete! (5.07s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HangulKit",
"name" : "HangulKit",
"path" : "/Users/admin/builder/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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/dev-hamin-kim/hangulkit/main
Repository: dev-hamin-kim/HangulKit
Swift version used: 6.3
Target: HangulKit
Extracting symbol information for 'HangulKit'...
Finished extracting symbol information for 'HangulKit'. (28.75s)
Building documentation for 'HangulKit'...
Finished building documentation for 'HangulKit' (0.63s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/dev-hamin-kim/hangulkit/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.40s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets SnippetParser.swift
[8/57] Compiling Snippets Snippet.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit GenericConstraint.swift
[26/57] Compiling SymbolKit GenericParameter.swift
[27/57] Compiling SymbolKit Generics.swift
[28/57] Compiling SymbolKit Namespace.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.swift
[33/57] Compiling SymbolKit SourceRange.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.swift
[38/57] Compiling SymbolKit Relationship.swift
[39/57] Compiling SymbolKit RelationshipKind.swift
[40/57] Compiling SymbolKit SourceOrigin.swift
[41/57] Compiling SymbolKit GenericConstraints.swift
[42/57] Compiling SymbolKit Swift.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Compiling snippet_extract URL+Status.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.62s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'HangulKit' complete! (0.27s)
381
9 /Users/admin/builder/spi-builder-workspace/.docs/dev-hamin-kim/hangulkit/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dev-hamin-kim/hangulkit/main
File count: 381
Doc size: 9.0MB
Preparing doc bundle ...
Uploading prod-dev-hamin-kim-hangulkit-main-652f2d4a.zip to s3://spi-docs-inbox/prod-dev-hamin-kim-hangulkit-main-652f2d4a.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.