Build Information
Successful build of Hwp-Swift, reference 0.14.1 (64482d
), with Swift 6.1 for Linux on 26 Apr 2025 11:04:04 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sboh1214/Hwp-Swift.git
Reference: 0.14.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/sboh1214/Hwp-Swift
* tag 0.14.1 -> FETCH_HEAD
HEAD is now at 64482d3 Update deps and downgrade to swift@5.2 (#56)
Cloned https://github.com/sboh1214/Hwp-Swift.git
Revision (git rev-parse @):
64482d3c8f2dcf3762ddb4405fc606bf81b9b579
SUCCESS checkout https://github.com/sboh1214/Hwp-Swift.git at 0.14.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/sboh1214/Hwp-Swift.git
https://github.com/sboh1214/Hwp-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "olekit",
"requirement" : {
"exact" : [
"0.3.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/OLEKit.git"
},
{
"identity" : "swcompression",
"requirement" : {
"exact" : [
"4.5.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tsolomko/SWCompression.git"
},
{
"identity" : "nimble",
"requirement" : {
"exact" : [
"9.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
}
],
"manifest_display_name" : "Hwp-Swift",
"name" : "Hwp-Swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoreHwp",
"targets" : [
"CoreHwp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreHwpTests",
"module_type" : "SwiftTarget",
"name" : "CoreHwpTests",
"path" : "Tests/CoreHwpTests",
"product_dependencies" : [
"Nimble"
],
"sources" : [
"Blank/BlankTests.swift",
"Blank/Create2014Tests.swift",
"Blank/Create2018Tests.swift",
"CtrlIdTests.swift",
"DocInfo/BinData/BinDataTests.swift",
"DocInfo/CharShape/CharShapeTests.swift",
"FileHeader/FileHeaderTests.swift",
"HwpErrorTests.swift",
"HwpUtilTests.swift",
"Noori/NooriDocInfoTests.swift",
"Noori/NooriPreviewTests.swift",
"Noori/NooriSectionTests.swift",
"Section/Column/ColumnTests.swift",
"Utils.swift",
"Versions/VersionTests.swift"
],
"target_dependencies" : [
"CoreHwp"
],
"type" : "test"
},
{
"c99name" : "CoreHwp",
"module_type" : "SwiftTarget",
"name" : "CoreHwp",
"path" : "Sources/CoreHwp",
"product_dependencies" : [
"OLEKit",
"SWCompression"
],
"product_memberships" : [
"CoreHwp"
],
"sources" : [
"Enums/Ctrl Id/HwpCommonCtrlId.swift",
"Enums/Ctrl Id/HwpCtrlId.swift",
"Enums/Ctrl Id/HwpFieldCtrlId.swift",
"Enums/Ctrl Id/HwpOtherCtrlId.swift",
"Enums/HwpBorderType.swift",
"Enums/HwpDocInfoTag.swift",
"Enums/HwpSectionTag.swift",
"Enums/HwpStreamName.swift",
"HwpError.swift",
"HwpFile.swift",
"Models/DocInfo/Compatible Document/HwpCompatibleDocument.swift",
"Models/DocInfo/Compatible Document/HwpLayoutCompatibility.swift",
"Models/DocInfo/HwpIdMappings.swift",
"Models/DocInfo/Id Mappings/BinData/HwpBinData.swift",
"Models/DocInfo/Id Mappings/BinData/HwpBinDataProperty.swift",
"Models/DocInfo/Id Mappings/CharShape/HwpCharShape.swift",
"Models/DocInfo/Id Mappings/CharShape/HwpCharShapeProperty.swift",
"Models/DocInfo/Id Mappings/HwpBorderFill.swift",
"Models/DocInfo/Id Mappings/HwpBullet.swift",
"Models/DocInfo/Id Mappings/HwpFaceName.swift",
"Models/DocInfo/Id Mappings/HwpForbiddenChar.swift",
"Models/DocInfo/Id Mappings/HwpNumbering.swift",
"Models/DocInfo/Id Mappings/HwpNumberingFormat.swift",
"Models/DocInfo/Id Mappings/HwpParaShape.swift",
"Models/DocInfo/Id Mappings/HwpStyle.swift",
"Models/DocInfo/Id Mappings/HwpTabDef.swift",
"Models/DocInfo/Id Mappings/HwpTabInfo.swift",
"Models/Document Properties/HwpCaratLocation.swift",
"Models/Document Properties/HwpDocumentProperties.swift",
"Models/Document Properties/HwpStartingIndex.swift",
"Models/FileHeader/HwpFileLicense.swift",
"Models/FileHeader/HwpFileProperty.swift",
"Models/HwpVersion.swift",
"Models/Section/Ctrl Header/Column/HwpColumn.swift",
"Models/Section/Ctrl Header/Column/HwpColumnProperty.swift",
"Models/Section/Ctrl Header/HwpCommonCtrlProperty.swift",
"Models/Section/Ctrl Header/HwpGenShapeObject.swift",
"Models/Section/Ctrl Header/HwpPageNumberPosition.swift",
"Models/Section/Ctrl Header/SectionDef/HwpFootnoteShape.swift",
"Models/Section/Ctrl Header/SectionDef/HwpPageBorderFill.swift",
"Models/Section/Ctrl Header/SectionDef/HwpPageDef.swift",
"Models/Section/Ctrl Header/SectionDef/HwpSectionDef.swift",
"Models/Section/Ctrl Header/Table/HwpTable.swift",
"Models/Section/Ctrl Header/Table/HwpTableProperty.swift",
"Models/Section/Ctrl Header/Table/HwpZoneProperty.swift",
"Models/Section/HwpChar.swift",
"Models/Section/HwpCtrlHeader.swift",
"Models/Section/HwpListHeader.swift",
"Models/Section/HwpParaCharShape.swift",
"Models/Section/HwpParaHeader.swift",
"Models/Section/HwpParaLineSeg.swift",
"Models/Section/HwpParaLineSegInternal.swift",
"Models/Section/HwpParaRangeTag.swift",
"Models/Section/HwpParaText.swift",
"Models/Section/HwpParagraph.swift",
"Streams/HwpBinaryData.swift",
"Streams/HwpDocInfo.swift",
"Streams/HwpFileHeader.swift",
"Streams/HwpPreviewImage.swift",
"Streams/HwpPreviewText.swift",
"Streams/HwpSection.swift",
"Streams/HwpSummary.swift",
"Utils/ExcludeEquatable.swift",
"Utils/Extensions/Array+Extension.swift",
"Utils/Extensions/BinaryInteger+Extension.swift",
"Utils/Extensions/Character+Extension.swift",
"Utils/Extensions/Data+Extension.swift",
"Utils/Extensions/StringProtocol+Extension.swift",
"Utils/Extensions/WCHAR+Extension.swift",
"Utils/HwpColor.swift",
"Utils/HwpRecord.swift",
"Utils/Protocols/HwpFromData.swift",
"Utils/Protocols/HwpFromDataWithVersion.swift",
"Utils/Protocols/HwpFromRecord.swift",
"Utils/Protocols/HwpFromRecordWithVersion.swift",
"Utils/Protocols/HwpFromUInt.swift",
"Utils/Protocols/HwpPrimitive.swift",
"Utils/Readers/BitsReader.swift",
"Utils/Readers/DataReader.swift",
"Utils/Readers/StreamReader.swift",
"Utils/Type.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/CoreOffice/OLEKit.git
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/tsolomko/SWCompression.git
[1/906] Fetching olekit
[907/17915] Fetching olekit, swcompression
[10092/37482] Fetching olekit, swcompression, nimble
Fetched https://github.com/CoreOffice/OLEKit.git from cache (0.99s)
Fetched https://github.com/tsolomko/SWCompression.git from cache (1.03s)
Fetched https://github.com/Quick/Nimble from cache (1.37s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.0.1 (1.83s)
Computing version for https://github.com/tsolomko/SWCompression.git
Computed https://github.com/tsolomko/SWCompression.git at 4.5.8 (0.46s)
Fetching https://github.com/tsolomko/BitByteData
[1/3067] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.23s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.3.1 (0.67s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 1.4.4 (0.46s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.0.1
Creating working copy for https://github.com/CoreOffice/OLEKit.git
Working copy of https://github.com/CoreOffice/OLEKit.git resolved at 0.3.1
Creating working copy for https://github.com/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 1.4.4
Creating working copy for https://github.com/tsolomko/SWCompression.git
Working copy of https://github.com/tsolomko/SWCompression.git resolved at 4.5.8
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling BitByteData MsbBitReader.swift
[7/22] Compiling OLEKit OLEError.swift
[8/22] Compiling OLEKit Header.swift
[9/22] Compiling OLEKit OLEFile.swift
[10/24] Compiling OLEKit FAT.swift
[11/24] Emitting module OLEKit
[12/24] Compiling OLEKit DataStream.swift
[13/24] Compiling OLEKit DirectoryEntry.swift
[14/24] Compiling BitByteData LsbBitReader.swift
[15/24] Compiling BitByteData ByteReader.swift
[16/24] Compiling BitByteData Extensions.swift
[17/24] Compiling BitByteData BitWriter.swift
[18/24] Compiling OLEKit OLEStream.swift
[19/24] Compiling OLEKit Reader.swift
[20/24] Emitting module BitByteData
[21/24] Compiling BitByteData BitReader.swift
[22/24] Compiling BitByteData LsbBitWriter.swift
[23/24] Compiling OLEKit StorageType.swift
[25/25] Compiling BitByteData MsbBitWriter.swift
[27/108] Emitting module SWCompression
[28/119] Compiling SWCompression CheckSums.swift
[29/119] Compiling SWCompression Code.swift
[30/119] Compiling SWCompression CodeLength.swift
[31/119] Compiling SWCompression DecodingTree.swift
[32/119] Compiling SWCompression EncodingTree.swift
[33/119] Compiling SWCompression CompressionAlgorithm.swift
[34/119] Compiling SWCompression CompressionMethod.swift
[35/119] Compiling SWCompression Container.swift
[36/119] Compiling SWCompression ContainerEntry.swift
[37/119] Compiling SWCompression ContainerEntryInfo.swift
[38/119] Compiling SWCompression ContainerEntryType.swift
[39/119] Compiling SWCompression DosAttributes.swift
[40/119] Compiling SWCompression 7zCoder+Equatable.swift
[41/119] Compiling SWCompression 7zCoder.swift
[42/119] Compiling SWCompression 7zCoderInfo.swift
[43/119] Compiling SWCompression 7zContainer.swift
[44/119] Compiling SWCompression 7zEntry.swift
[45/119] Compiling SWCompression 7zEntryInfo.swift
[46/119] Compiling SWCompression 7zError.swift
[47/119] Compiling SWCompression 7zFileInfo.swift
[48/119] Compiling SWCompression 7zFolder.swift
[49/119] Compiling SWCompression 7zHeader.swift
[50/119] Compiling SWCompression 7zPackInfo.swift
[51/119] Compiling SWCompression 7zProperty.swift
[52/119] Compiling SWCompression Permissions.swift
[53/119] Compiling SWCompression DecompressionAlgorithm.swift
[54/119] Compiling SWCompression DeltaFilter.swift
[55/119] Compiling SWCompression Extensions.swift
[56/119] Compiling SWCompression FileSystemType.swift
[57/119] Compiling SWCompression Deflate+Compress.swift
[58/119] Compiling SWCompression Deflate+Constants.swift
[59/119] Compiling SWCompression Deflate+Lengths.swift
[60/119] Compiling SWCompression Deflate.swift
[61/119] Compiling SWCompression DeflateError.swift
[62/119] Compiling SWCompression FileSystemType+Gzip.swift
[63/119] Compiling SWCompression GzipArchive.swift
[64/119] Compiling SWCompression ZipContainer.swift
[65/119] Compiling SWCompression ZipEndOfCentralDirectory.swift
[66/119] Compiling SWCompression ZipEntry.swift
[67/119] Compiling SWCompression ZipEntryInfo.swift
[68/119] Compiling SWCompression ZipEntryInfoHelper.swift
[69/119] Compiling SWCompression ZipError.swift
[70/119] Compiling SWCompression ZipExtraField.swift
[71/119] Compiling SWCompression ZipLocalHeader.swift
[72/119] Compiling SWCompression ZlibArchive.swift
[73/119] Compiling SWCompression ZlibError.swift
[74/119] Compiling SWCompression ZlibHeader.swift
[75/119] Compiling SWCompression 7zStreamInfo.swift
[76/119] Compiling SWCompression 7zSubstreamInfo.swift
[77/119] Compiling SWCompression CompressionMethod+7z.swift
[78/119] Compiling SWCompression MsbBitReader+7z.swift
[79/119] Compiling SWCompression BZip2+BlockSize.swift
[80/119] Compiling SWCompression BZip2+Compress.swift
[81/119] Compiling SWCompression BZip2+Lengths.swift
[82/119] Compiling SWCompression BZip2.swift
[83/119] Compiling SWCompression BZip2Error.swift
[84/119] Compiling SWCompression BurrowsWheeler.swift
[85/119] Compiling SWCompression SuffixArray.swift
[86/119] Compiling SWCompression Archive.swift
[87/119] Compiling SWCompression ByteReader+XZ.swift
[88/119] Compiling SWCompression Sha256.swift
[89/119] Compiling SWCompression XZArchive.swift
[90/119] Compiling SWCompression XZBlock.swift
[91/119] Compiling SWCompression XZError.swift
[92/119] Compiling SWCompression XZStreamHeader.swift
[93/119] Compiling SWCompression BuiltinExtraFields.swift
[94/119] Compiling SWCompression ByteReader+Zip.swift
[95/119] Compiling SWCompression CompressionMethod+Zip.swift
[96/119] Compiling SWCompression FileSystemType+Zip.swift
[97/119] Compiling SWCompression ZipCentralDirectoryEntry.swift
[98/119] Compiling SWCompression GzipError.swift
[99/119] Compiling SWCompression GzipHeader.swift
[100/119] Compiling SWCompression LZMA.swift
[101/119] Compiling SWCompression LZMABitTreeDecoder.swift
[102/119] Compiling SWCompression LZMAConstants.swift
[103/119] Compiling SWCompression LZMADecoder.swift
[104/119] Compiling SWCompression LZMAError.swift
[105/119] Compiling SWCompression LZMALenDecoder.swift
[106/119] Compiling SWCompression LZMAProperties.swift
[107/119] Compiling SWCompression LZMARangeDecoder.swift
[108/119] Compiling SWCompression LZMA2.swift
[109/119] Compiling SWCompression LZMA2Decoder.swift
[110/119] Compiling SWCompression LZMA2Error.swift
[111/119] Compiling SWCompression ByteReader+Tar.swift
[112/119] Compiling SWCompression ContainerEntryType+Tar.swift
[113/119] Compiling SWCompression TarContainer.swift
[114/119] Compiling SWCompression TarCreateError.swift
[115/119] Compiling SWCompression TarEntry.swift
[116/119] Compiling SWCompression TarEntryInfo.swift
[117/119] Compiling SWCompression TarEntryInfoProvider.swift
[118/119] Compiling SWCompression TarError.swift
[119/119] Compiling SWCompression TarExtendedHeader.swift
[121/192] Emitting module CoreHwp
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[122/202] Compiling CoreHwp HwpCommonCtrlId.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[123/202] Compiling CoreHwp HwpCtrlId.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[124/202] Compiling CoreHwp HwpFieldCtrlId.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[125/202] Compiling CoreHwp HwpOtherCtrlId.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[126/202] Compiling CoreHwp HwpBorderType.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[127/202] Compiling CoreHwp HwpDocInfoTag.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[128/202] Compiling CoreHwp HwpSectionTag.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[129/202] Compiling CoreHwp HwpStreamName.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[130/202] Compiling CoreHwp HwpError.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[131/202] Compiling CoreHwp HwpFile.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[132/202] Compiling CoreHwp HwpCompatibleDocument.swift
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:4:10: warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
2 |
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
| `- warning: associated value 'streamDoesNotExist(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
5 | case streamDecompressFailed(name: HwpStreamName)
6 | case invalidDataForString(data: Data, name: String)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:5:10: warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
3 | public enum HwpError: Error {
4 | case streamDoesNotExist(name: HwpStreamName)
5 | case streamDecompressFailed(name: HwpStreamName)
| `- warning: associated value 'streamDecompressFailed(name:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'HwpStreamName'; this is an error in the Swift 6 language mode
6 | case invalidDataForString(data: Data, name: String)
7 | case recordDoesNotExist(tag: UInt32)
/host/spi-builder-workspace/Sources/CoreHwp/Enums/HwpStreamName.swift:1:13: note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
1 | public enum HwpStreamName: String {
| `- note: consider making enum 'HwpStreamName' conform to the 'Sendable' protocol
2 | case fileHeader = "FileHeader"
3 | case docInfo = "DocInfo"
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:11:10: warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case unidentifiedTag(tagId: UInt32)
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bytesAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:12:10: warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
10 | case invalidCtrlId(ctrlId: UInt32)
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
| `- warning: associated value 'bitsAreNotEOF(model:remain:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
14 | }
/host/spi-builder-workspace/Sources/CoreHwp/HwpError.swift:13:10: warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | case bytesAreNotEOF(model: Any, remain: Int)
12 | case bitsAreNotEOF(model: Any, remain: Int)
13 | case invalidRawValueForEnum(model: Any, rawValue: Int)
| `- warning: associated value 'invalidRawValueForEnum(model:rawValue:)' of 'Sendable'-conforming enum 'HwpError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | }
15 |
[133/202] Compiling CoreHwp HwpNumbering.swift
[134/202] Compiling CoreHwp HwpNumberingFormat.swift
[135/202] Compiling CoreHwp HwpParaShape.swift
[136/202] Compiling CoreHwp HwpStyle.swift
[137/202] Compiling CoreHwp HwpTabDef.swift
[138/202] Compiling CoreHwp HwpTabInfo.swift
[139/202] Compiling CoreHwp HwpCaratLocation.swift
[140/202] Compiling CoreHwp HwpDocumentProperties.swift
[141/202] Compiling CoreHwp HwpStartingIndex.swift
[142/202] Compiling CoreHwp HwpFileLicense.swift
[143/202] Compiling CoreHwp HwpFromData.swift
[144/202] Compiling CoreHwp HwpFromDataWithVersion.swift
[145/202] Compiling CoreHwp HwpFromRecord.swift
[146/202] Compiling CoreHwp HwpFromRecordWithVersion.swift
[147/202] Compiling CoreHwp HwpFromUInt.swift
[148/202] Compiling CoreHwp HwpPrimitive.swift
[149/202] Compiling CoreHwp BitsReader.swift
[150/202] Compiling CoreHwp DataReader.swift
[151/202] Compiling CoreHwp StreamReader.swift
[152/202] Compiling CoreHwp Type.swift
[153/202] Compiling CoreHwp HwpParaLineSegInternal.swift
[154/202] Compiling CoreHwp HwpParaRangeTag.swift
[155/202] Compiling CoreHwp HwpParaText.swift
[156/202] Compiling CoreHwp HwpParagraph.swift
[157/202] Compiling CoreHwp HwpBinaryData.swift
[158/202] Compiling CoreHwp HwpDocInfo.swift
[159/202] Compiling CoreHwp HwpFileHeader.swift
[160/202] Compiling CoreHwp HwpPreviewImage.swift
[161/202] Compiling CoreHwp HwpPreviewText.swift
[162/202] Compiling CoreHwp HwpSection.swift
[163/202] Compiling CoreHwp HwpSummary.swift
[164/202] Compiling CoreHwp ExcludeEquatable.swift
[165/202] Compiling CoreHwp Array+Extension.swift
[166/202] Compiling CoreHwp BinaryInteger+Extension.swift
[167/202] Compiling CoreHwp Character+Extension.swift
[168/202] Compiling CoreHwp Data+Extension.swift
[169/202] Compiling CoreHwp StringProtocol+Extension.swift
[170/202] Compiling CoreHwp WCHAR+Extension.swift
[171/202] Compiling CoreHwp HwpColor.swift
[172/202] Compiling CoreHwp HwpRecord.swift
[173/202] Compiling CoreHwp HwpSectionDef.swift
[174/202] Compiling CoreHwp HwpTable.swift
[175/202] Compiling CoreHwp HwpTableProperty.swift
[176/202] Compiling CoreHwp HwpZoneProperty.swift
[177/202] Compiling CoreHwp HwpChar.swift
[178/202] Compiling CoreHwp HwpCtrlHeader.swift
[179/202] Compiling CoreHwp HwpListHeader.swift
[180/202] Compiling CoreHwp HwpParaCharShape.swift
[181/202] Compiling CoreHwp HwpParaHeader.swift
[182/202] Compiling CoreHwp HwpParaLineSeg.swift
[183/202] Compiling CoreHwp HwpFileProperty.swift
[184/202] Compiling CoreHwp HwpVersion.swift
[185/202] Compiling CoreHwp HwpColumn.swift
[186/202] Compiling CoreHwp HwpColumnProperty.swift
[187/202] Compiling CoreHwp HwpCommonCtrlProperty.swift
[188/202] Compiling CoreHwp HwpGenShapeObject.swift
[189/202] Compiling CoreHwp HwpPageNumberPosition.swift
[190/202] Compiling CoreHwp HwpFootnoteShape.swift
[191/202] Compiling CoreHwp HwpPageBorderFill.swift
[192/202] Compiling CoreHwp HwpPageDef.swift
[193/202] Compiling CoreHwp HwpLayoutCompatibility.swift
[194/202] Compiling CoreHwp HwpIdMappings.swift
[195/202] Compiling CoreHwp HwpBinData.swift
[196/202] Compiling CoreHwp HwpBinDataProperty.swift
[197/202] Compiling CoreHwp HwpCharShape.swift
[198/202] Compiling CoreHwp HwpCharShapeProperty.swift
[199/202] Compiling CoreHwp HwpBorderFill.swift
[200/202] Compiling CoreHwp HwpBullet.swift
[201/202] Compiling CoreHwp HwpFaceName.swift
[202/202] Compiling CoreHwp HwpForbiddenChar.swift
Build complete! (18.86s)
Build complete.
{
"dependencies" : [
{
"identity" : "olekit",
"requirement" : {
"exact" : [
"0.3.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/OLEKit.git"
},
{
"identity" : "swcompression",
"requirement" : {
"exact" : [
"4.5.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tsolomko/SWCompression.git"
},
{
"identity" : "nimble",
"requirement" : {
"exact" : [
"9.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
}
],
"manifest_display_name" : "Hwp-Swift",
"name" : "Hwp-Swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoreHwp",
"targets" : [
"CoreHwp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreHwpTests",
"module_type" : "SwiftTarget",
"name" : "CoreHwpTests",
"path" : "Tests/CoreHwpTests",
"product_dependencies" : [
"Nimble"
],
"sources" : [
"Blank/BlankTests.swift",
"Blank/Create2014Tests.swift",
"Blank/Create2018Tests.swift",
"CtrlIdTests.swift",
"DocInfo/BinData/BinDataTests.swift",
"DocInfo/CharShape/CharShapeTests.swift",
"FileHeader/FileHeaderTests.swift",
"HwpErrorTests.swift",
"HwpUtilTests.swift",
"Noori/NooriDocInfoTests.swift",
"Noori/NooriPreviewTests.swift",
"Noori/NooriSectionTests.swift",
"Section/Column/ColumnTests.swift",
"Utils.swift",
"Versions/VersionTests.swift"
],
"target_dependencies" : [
"CoreHwp"
],
"type" : "test"
},
{
"c99name" : "CoreHwp",
"module_type" : "SwiftTarget",
"name" : "CoreHwp",
"path" : "Sources/CoreHwp",
"product_dependencies" : [
"OLEKit",
"SWCompression"
],
"product_memberships" : [
"CoreHwp"
],
"sources" : [
"Enums/Ctrl Id/HwpCommonCtrlId.swift",
"Enums/Ctrl Id/HwpCtrlId.swift",
"Enums/Ctrl Id/HwpFieldCtrlId.swift",
"Enums/Ctrl Id/HwpOtherCtrlId.swift",
"Enums/HwpBorderType.swift",
"Enums/HwpDocInfoTag.swift",
"Enums/HwpSectionTag.swift",
"Enums/HwpStreamName.swift",
"HwpError.swift",
"HwpFile.swift",
"Models/DocInfo/Compatible Document/HwpCompatibleDocument.swift",
"Models/DocInfo/Compatible Document/HwpLayoutCompatibility.swift",
"Models/DocInfo/HwpIdMappings.swift",
"Models/DocInfo/Id Mappings/BinData/HwpBinData.swift",
"Models/DocInfo/Id Mappings/BinData/HwpBinDataProperty.swift",
"Models/DocInfo/Id Mappings/CharShape/HwpCharShape.swift",
"Models/DocInfo/Id Mappings/CharShape/HwpCharShapeProperty.swift",
"Models/DocInfo/Id Mappings/HwpBorderFill.swift",
"Models/DocInfo/Id Mappings/HwpBullet.swift",
"Models/DocInfo/Id Mappings/HwpFaceName.swift",
"Models/DocInfo/Id Mappings/HwpForbiddenChar.swift",
"Models/DocInfo/Id Mappings/HwpNumbering.swift",
"Models/DocInfo/Id Mappings/HwpNumberingFormat.swift",
"Models/DocInfo/Id Mappings/HwpParaShape.swift",
"Models/DocInfo/Id Mappings/HwpStyle.swift",
"Models/DocInfo/Id Mappings/HwpTabDef.swift",
"Models/DocInfo/Id Mappings/HwpTabInfo.swift",
"Models/Document Properties/HwpCaratLocation.swift",
"Models/Document Properties/HwpDocumentProperties.swift",
"Models/Document Properties/HwpStartingIndex.swift",
"Models/FileHeader/HwpFileLicense.swift",
"Models/FileHeader/HwpFileProperty.swift",
"Models/HwpVersion.swift",
"Models/Section/Ctrl Header/Column/HwpColumn.swift",
"Models/Section/Ctrl Header/Column/HwpColumnProperty.swift",
"Models/Section/Ctrl Header/HwpCommonCtrlProperty.swift",
"Models/Section/Ctrl Header/HwpGenShapeObject.swift",
"Models/Section/Ctrl Header/HwpPageNumberPosition.swift",
"Models/Section/Ctrl Header/SectionDef/HwpFootnoteShape.swift",
"Models/Section/Ctrl Header/SectionDef/HwpPageBorderFill.swift",
"Models/Section/Ctrl Header/SectionDef/HwpPageDef.swift",
"Models/Section/Ctrl Header/SectionDef/HwpSectionDef.swift",
"Models/Section/Ctrl Header/Table/HwpTable.swift",
"Models/Section/Ctrl Header/Table/HwpTableProperty.swift",
"Models/Section/Ctrl Header/Table/HwpZoneProperty.swift",
"Models/Section/HwpChar.swift",
"Models/Section/HwpCtrlHeader.swift",
"Models/Section/HwpListHeader.swift",
"Models/Section/HwpParaCharShape.swift",
"Models/Section/HwpParaHeader.swift",
"Models/Section/HwpParaLineSeg.swift",
"Models/Section/HwpParaLineSegInternal.swift",
"Models/Section/HwpParaRangeTag.swift",
"Models/Section/HwpParaText.swift",
"Models/Section/HwpParagraph.swift",
"Streams/HwpBinaryData.swift",
"Streams/HwpDocInfo.swift",
"Streams/HwpFileHeader.swift",
"Streams/HwpPreviewImage.swift",
"Streams/HwpPreviewText.swift",
"Streams/HwpSection.swift",
"Streams/HwpSummary.swift",
"Utils/ExcludeEquatable.swift",
"Utils/Extensions/Array+Extension.swift",
"Utils/Extensions/BinaryInteger+Extension.swift",
"Utils/Extensions/Character+Extension.swift",
"Utils/Extensions/Data+Extension.swift",
"Utils/Extensions/StringProtocol+Extension.swift",
"Utils/Extensions/WCHAR+Extension.swift",
"Utils/HwpColor.swift",
"Utils/HwpRecord.swift",
"Utils/Protocols/HwpFromData.swift",
"Utils/Protocols/HwpFromDataWithVersion.swift",
"Utils/Protocols/HwpFromRecord.swift",
"Utils/Protocols/HwpFromRecordWithVersion.swift",
"Utils/Protocols/HwpFromUInt.swift",
"Utils/Protocols/HwpPrimitive.swift",
"Utils/Readers/BitsReader.swift",
"Utils/Readers/DataReader.swift",
"Utils/Readers/StreamReader.swift",
"Utils/Type.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.