The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HangulKit, reference v0.1.12 (5ca42d), 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 arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "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.22s)
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.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] 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>
[4/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>
[5/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>
[6/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>
[7/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>
[8/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>
[9/46] Compiling HangulKit assemble.swift
[10/46] Compiling HangulKit canBeChoseong.swift
[11/46] Compiling HangulKit canBeJongseong.swift
[12/46] Compiling HangulKit canBeJungseong.swift
[13/46] Compiling HangulKit combineCharacter.swift
[14/46] Compiling HangulKit transform16th.swift
[15/46] Compiling HangulKit transform17th.swift
[16/46] Compiling HangulKit transform18th.swift
[17/46] Compiling HangulKit transform19th.swift
[18/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>
[19/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>
[20/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>
[21/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>
[22/46] Compiling HangulKit transform20th.swift
[23/46] Compiling HangulKit transform9To11th .swift
[24/46] Compiling HangulKit transformHardConversion.swift
[25/46] Compiling HangulKit transformNLAssimilation.swift
[26/46] Compiling HangulKit romanize.swift
[27/46] Compiling HangulKit pronunciationConstants.swift
[28/46] Compiling HangulKit transform12th.swift
[29/46] Compiling HangulKit transform13thAnd14th.swift
[30/46] Compiling HangulKit Int+HangulKit.swift
[31/46] Compiling HangulKit String+HangulKit.swift
[32/46] Compiling HangulKit HangulKitWrapper.swift
[33/46] Compiling HangulKit convertHangulToQWERTY.swift
[34/46] Compiling HangulKit convertQWERTYToAlphabet.swift
[35/46] Compiling HangulKit convertQWERTYToHangul.swift
[36/46] Compiling HangulKit amountToHangul.swift
[37/46] Compiling HangulKit days.swift
[38/46] Compiling HangulKit numberToHangul.swift
[39/46] Compiling HangulKit numberToHangulMixed.swift
[40/46] Compiling HangulKit seosusa.swift
[41/46] Compiling HangulKit susa.swift
[42/46] Compiling HangulKit disassemble.swift
[43/46] Compiling HangulKit disassembleCompleteCharacter.swift
[44/46] Compiling HangulKit disassembleToGroups.swift
[45/46] Compiling HangulKit getChoseong.swift
[46/46] Compiling HangulKit hasBatchim.swift
Build complete! (5.25s)
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.3
Target:                   HangulKit
Extracting symbol information for 'HangulKit'...
Finished extracting symbol information for 'HangulKit'. (28.76s)
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/v0.1.12
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.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.36s)
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.04s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
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
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
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling Snippets SnippetParser.swift
[16/57] Emitting module Snippets
[17/57] Compiling Snippets Snippet.swift
[18/57] Compiling SymbolKit DeclarationFragments.swift
[19/57] Compiling SymbolKit Fragment.swift
[20/57] Compiling SymbolKit FragmentKind.swift
[21/57] Compiling SymbolKit FunctionParameter.swift
[22/57] Compiling SymbolKit FunctionSignature.swift
[23/57] Compiling SymbolKit SemanticVersion.swift
[24/57] Compiling SymbolKit AccessControl.swift
[25/57] Compiling SymbolKit Availability.swift
[26/57] Compiling SymbolKit AvailabilityItem.swift
[27/57] Compiling SymbolKit Domain.swift
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract URL+Status.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.45s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'HangulKit' complete! (0.26s)
     381
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: 381
Doc size:   9.0MB
Preparing doc bundle ...
Uploading prod-dev-hamin-kim-hangulkit-v0.1.12-676f4d08.zip to s3://spi-docs-inbox/prod-dev-hamin-kim-hangulkit-v0.1.12-676f4d08.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.