Build Information
Successful build of HangulKit, reference v0.1.12 (5ca42d), with Swift 6.1 for macOS (SPM) on 28 Jun 2025 18:12:34 UTC.
Swift 6 data race errors: 2
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dev-hamin-kim/HangulKit.git
Reference: v0.1.12
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dev-hamin-kim/HangulKit
* tag v0.1.12 -> FETCH_HEAD
HEAD is now at 5ca42db docs: 사소한 수정사항
Cloned https://github.com/dev-hamin-kim/HangulKit.git
Revision (git rev-parse @):
5ca42dbf51269c0c5e592538d62df3012fb8a33c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dev-hamin-kim/HangulKit.git at v0.1.12
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/dev-hamin-kim/HangulKit.git
[1/1749] Fetching hangulkit
Fetched https://github.com/dev-hamin-kim/HangulKit.git from cache (1.28s)
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 v0.1.12 (5ca42db)
warning: '.resolve-product-dependencies': dependency 'hangulkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dev-hamin-kim/HangulKit.git
https://github.com/dev-hamin-kim/HangulKit.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/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
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
| |- 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이지만,
<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: 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
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
| |- 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) ->
[4/46] Compiling HangulKit romanize.swift
[5/46] Compiling HangulKit pronunciationConstants.swift
[6/46] Compiling HangulKit transform12th.swift
[7/46] Compiling HangulKit transform13thAnd14th.swift
[8/46] Compiling HangulKit transform20th.swift
[9/46] Compiling HangulKit transform9To11th .swift
[10/46] Compiling HangulKit transformHardConversion.swift
[11/46] Compiling HangulKit transformNLAssimilation.swift
[12/46] Compiling HangulKit transform16th.swift
[13/46] Compiling HangulKit transform17th.swift
[14/46] Compiling HangulKit transform18th.swift
[15/46] Compiling HangulKit transform19th.swift
[16/46] Compiling HangulKit convertQWERTYToAlphabet.swift
[17/46] Compiling HangulKit convertQWERTYToHangul.swift
[18/46] Compiling HangulKit amountToHangul.swift
[19/46] Compiling HangulKit days.swift
[20/46] Compiling HangulKit utils.swift
<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: 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
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
| |- 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) ->
[21/46] Compiling HangulKit standardizePronunciation.swift
<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: 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
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
| |- 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) ->
[22/46] Compiling HangulKit HangulKit.swift
<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: 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
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
| |- 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) ->
[23/46] Compiling HangulKit constants.swift
<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: 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
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
| |- 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) ->
[24/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
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
| |- 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이지만,
[25/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
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
| |- 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이지만,
[26/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
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
| |- 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이지만,
[27/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
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
| |- 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이지만,
[28/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
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
| |- 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이지만,
[29/46] Compiling HangulKit disassemble.swift
[30/46] Compiling HangulKit disassembleCompleteCharacter.swift
[31/46] Compiling HangulKit disassembleToGroups.swift
[32/46] Compiling HangulKit getChoseong.swift
[33/46] Compiling HangulKit hasBatchim.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 convertHangulToQWERTY.swift
[38/46] Compiling HangulKit assemble.swift
[39/46] Compiling HangulKit canBeChoseong.swift
[40/46] Compiling HangulKit canBeJongseong.swift
[41/46] Compiling HangulKit canBeJungseong.swift
[42/46] Compiling HangulKit combineCharacter.swift
[43/46] Compiling HangulKit numberToHangul.swift
[44/46] Compiling HangulKit numberToHangulMixed.swift
[45/46] Compiling HangulKit seosusa.swift
[46/46] Compiling HangulKit susa.swift
Build complete! (5.32s)
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/v0.1.12
Repository: dev-hamin-kim/HangulKit
Swift version used: 6.1
Target: HangulKit
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'HangulKit'...
Finished extracting symbol information for 'HangulKit'. (3.10s)
Building documentation for 'HangulKit'...
Finished building documentation for 'HangulKit' (0.17s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/dev-hamin-kim/hangulkit/v0.1.12
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.13s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
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.4
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Names.swift
[10/53] Compiling SymbolKit SPI.swift
[11/53] Compiling SymbolKit Snippet.swift
[12/53] Compiling SymbolKit Extension.swift
[13/57] Compiling SymbolKit Identifier.swift
[14/57] Compiling SymbolKit KindIdentifier.swift
[15/57] Compiling SymbolKit Location.swift
[16/57] Compiling SymbolKit Mutability.swift
[17/57] Compiling SymbolKit SourceRange.swift
[18/57] Compiling SymbolKit Metadata.swift
[19/57] Compiling SymbolKit Module.swift
[20/57] Compiling SymbolKit OperatingSystem.swift
[21/57] Compiling SymbolKit Platform.swift
[22/57] Compiling SymbolKit Symbol.swift
[23/57] Compiling SymbolKit SymbolKind.swift
[24/57] Compiling SymbolKit SymbolGraph.swift
[25/57] Compiling SymbolKit GraphCollector.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit Mixin+Equals.swift
[31/57] Compiling SymbolKit Mixin+Hash.swift
[32/57] Compiling SymbolKit Mixin.swift
[33/57] Compiling SymbolKit LineList.swift
[34/57] Compiling SymbolKit Position.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Emitting module SymbolKit
[41/57] Compiling SymbolKit SemanticVersion.swift
[42/57] Compiling SymbolKit AccessControl.swift
[43/57] Compiling SymbolKit Availability.swift
[44/57] Compiling SymbolKit AvailabilityItem.swift
[45/57] Compiling SymbolKit Domain.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.30s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/41] Compiling HangulKit assemble.swift
[3/41] Compiling HangulKit canBeChoseong.swift
[4/41] Compiling HangulKit canBeJongseong.swift
[5/41] Compiling HangulKit canBeJungseong.swift
[6/41] Compiling HangulKit combineCharacter.swift
[7/45] 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
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
| |- 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이지만,
<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: 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
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
| |- 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) ->
[8/45] Compiling HangulKit transform16th.swift
[9/45] Compiling HangulKit transform17th.swift
[10/45] Compiling HangulKit transform18th.swift
[11/45] Compiling HangulKit transform19th.swift
[12/45] Compiling HangulKit convertQWERTYToAlphabet.swift
[13/45] Compiling HangulKit convertQWERTYToHangul.swift
[14/45] Compiling HangulKit amountToHangul.swift
[15/45] Compiling HangulKit days.swift
[16/45] Compiling HangulKit Int+HangulKit.swift
[17/45] Compiling HangulKit String+HangulKit.swift
[18/45] Compiling HangulKit HangulKitWrapper.swift
[19/45] Compiling HangulKit convertHangulToQWERTY.swift
[20/45] Compiling HangulKit romanize.swift
[21/45] Compiling HangulKit pronunciationConstants.swift
[22/45] Compiling HangulKit transform12th.swift
[23/45] Compiling HangulKit transform13thAnd14th.swift
[24/45] 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
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
| |- 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이지만,
[25/45] 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
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
| |- 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이지만,
[26/45] 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
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
| |- 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이지만,
[27/45] 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
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
| |- 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이지만,
[28/45] 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
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
| |- 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이지만,
[29/45] Compiling HangulKit disassemble.swift
[30/45] Compiling HangulKit disassembleCompleteCharacter.swift
[31/45] Compiling HangulKit disassembleToGroups.swift
[32/45] Compiling HangulKit getChoseong.swift
[33/45] Compiling HangulKit hasBatchim.swift
[34/45] Compiling HangulKit transform20th.swift
[35/45] Compiling HangulKit transform9To11th .swift
[36/45] Compiling HangulKit transformHardConversion.swift
[37/45] Compiling HangulKit transformNLAssimilation.swift
[38/45] Compiling HangulKit numberToHangul.swift
[39/45] Compiling HangulKit numberToHangulMixed.swift
[40/45] Compiling HangulKit seosusa.swift
[41/45] Compiling HangulKit susa.swift
[42/45] Compiling HangulKit utils.swift
<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: 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
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
| |- 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) ->
[43/45] Compiling HangulKit standardizePronunciation.swift
<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: 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
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
| |- 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) ->
[44/45] Compiling HangulKit HangulKit.swift
<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: 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
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
| |- 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) ->
[45/45] Compiling HangulKit constants.swift
<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: 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
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
| |- 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) ->
Build of target: 'HangulKit' complete! (1.11s)
379
9 /Users/admin/builder/spi-builder-workspace/.docs/dev-hamin-kim/hangulkit/v0.1.12
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dev-hamin-kim/hangulkit/v0.1.12
File count: 379
Doc size: 9.0MB
Preparing doc bundle ...
Uploading prod-dev-hamin-kim-hangulkit-v0.1.12-1e97eda3.zip to s3://spi-docs-inbox/prod-dev-hamin-kim-hangulkit-v0.1.12-1e97eda3.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.