The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftDocX, reference 1.0.1 (6643d9), with Swift 6.1 for Linux on 15 Jan 2026 23:41:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Techopolis/SwiftDocX.git
Reference: 1.0.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/Techopolis/SwiftDocX
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 6643d97 Add MIT LICENSE file
Cloned https://github.com/Techopolis/SwiftDocX.git
Revision (git rev-parse @):
6643d97733f6f13845d3782b7b15f7564ae3dd39
SUCCESS checkout https://github.com/Techopolis/SwiftDocX.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Techopolis/SwiftDocX.git
https://github.com/Techopolis/SwiftDocX.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "SwiftDocX",
  "name" : "SwiftDocX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftDocX",
      "targets" : [
        "SwiftDocX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftDocXSample",
      "targets" : [
        "SwiftDocXSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDocXTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocXTests",
      "path" : "Tests/SwiftDocXTests",
      "sources" : [
        "SwiftDocXTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDocX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDocXSample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocXSample",
      "path" : "Sources/SwiftDocXSample",
      "product_memberships" : [
        "SwiftDocXSample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDocX"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftDocX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocX",
      "path" : "Sources/SwiftDocX",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "SwiftDocX",
        "SwiftDocXSample"
      ],
      "sources" : [
        "Document/Document.swift",
        "Document/DocumentReader.swift",
        "Document/DocumentWriter.swift",
        "Model/Color.swift",
        "Model/Font.swift",
        "Model/HeaderFooter.swift",
        "Model/Hyperlink.swift",
        "Model/Image.swift",
        "Model/Paragraph.swift",
        "Model/Run.swift",
        "Model/Table.swift",
        "Model/TextFormatting.swift",
        "SwiftDocX.swift",
        "XML/DocumentXMLBuilder.swift",
        "XML/DocumentXMLParser.swift",
        "XML/XMLNamespaces.swift",
        "ZIP/ZIPReader.swift",
        "ZIP/ZIPWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5938] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.65s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (1.27s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/29] Emitting module ZIPFoundation
[6/31] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[7/31] Compiling ZIPFoundation URL+ZIP.swift
[8/31] Compiling ZIPFoundation Archive+ZIP64.swift
[9/31] Compiling ZIPFoundation Archive.swift
[10/31] Compiling ZIPFoundation Data+Compression.swift
[11/31] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[12/31] Compiling ZIPFoundation Archive+Deprecated.swift
[13/31] Compiling ZIPFoundation Archive+Helpers.swift
[14/31] Compiling ZIPFoundation Entry.swift
[15/31] Compiling ZIPFoundation FileManager+ZIP.swift
[16/31] Compiling ZIPFoundation Archive+MemoryFile.swift
[17/31] Compiling ZIPFoundation Archive+Progress.swift
[18/31] Compiling ZIPFoundation Archive+Reading.swift
[19/31] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[20/31] Compiling ZIPFoundation Data+Serialization.swift
[21/31] Compiling ZIPFoundation Date+ZIP.swift
[22/31] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[23/31] Compiling ZIPFoundation Archive+Writing.swift
[24/31] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[25/31] Compiling ZIPFoundation Entry+Serialization.swift
[26/31] Compiling ZIPFoundation Entry+ZIP64.swift
[27/32] Wrapping AST for ZIPFoundation for debugging
[29/49] Compiling SwiftDocX DocumentXMLParser.swift
[30/49] Compiling SwiftDocX XMLNamespaces.swift
[31/49] Compiling SwiftDocX Table.swift
[32/49] Compiling SwiftDocX TextFormatting.swift
[33/51] Compiling SwiftDocX ZIPReader.swift
[34/51] Compiling SwiftDocX ZIPWriter.swift
[35/51] Compiling SwiftDocX Paragraph.swift
[36/51] Compiling SwiftDocX Run.swift
[37/51] Compiling SwiftDocX Hyperlink.swift
[38/51] Compiling SwiftDocX Image.swift
[39/51] Compiling SwiftDocX SwiftDocX.swift
[40/51] Compiling SwiftDocX DocumentXMLBuilder.swift
[41/51] Compiling SwiftDocX Color.swift
[42/51] Compiling SwiftDocX Font.swift
[43/51] Compiling SwiftDocX HeaderFooter.swift
[44/51] Emitting module SwiftDocX
[45/51] Compiling SwiftDocX Document.swift
[46/51] Compiling SwiftDocX DocumentReader.swift
[47/51] Compiling SwiftDocX DocumentWriter.swift
[48/52] Wrapping AST for SwiftDocX for debugging
[50/54] Emitting module SwiftDocXSample
[51/54] Compiling SwiftDocXSample main.swift
[52/55] Wrapping AST for SwiftDocXSample for debugging
[53/55] Write Objects.LinkFileList
[54/55] Linking SwiftDocXSample
Build complete! (29.18s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "SwiftDocX",
  "name" : "SwiftDocX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftDocX",
      "targets" : [
        "SwiftDocX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftDocXSample",
      "targets" : [
        "SwiftDocXSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDocXTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocXTests",
      "path" : "Tests/SwiftDocXTests",
      "sources" : [
        "SwiftDocXTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDocX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDocXSample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocXSample",
      "path" : "Sources/SwiftDocXSample",
      "product_memberships" : [
        "SwiftDocXSample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDocX"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftDocX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocX",
      "path" : "Sources/SwiftDocX",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "SwiftDocX",
        "SwiftDocXSample"
      ],
      "sources" : [
        "Document/Document.swift",
        "Document/DocumentReader.swift",
        "Document/DocumentWriter.swift",
        "Model/Color.swift",
        "Model/Font.swift",
        "Model/HeaderFooter.swift",
        "Model/Hyperlink.swift",
        "Model/Image.swift",
        "Model/Paragraph.swift",
        "Model/Run.swift",
        "Model/Table.swift",
        "Model/TextFormatting.swift",
        "SwiftDocX.swift",
        "XML/DocumentXMLBuilder.swift",
        "XML/DocumentXMLParser.swift",
        "XML/XMLNamespaces.swift",
        "ZIP/ZIPReader.swift",
        "ZIP/ZIPWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.