The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LSKit, reference main (20911f), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 05:53:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/lskit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/lskit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 20911f6 Add basic progress
Cloned https://github.com/divadretlaw/lskit.git
Revision (git rev-parse @):
20911f68fef6f9f46bdd97df5bc119abd0d45be4
SUCCESS checkout https://github.com/divadretlaw/lskit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/divadretlaw/lskit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/34] Write swift-version-1EA4D86E10B52AF.txt
[1/34] Compiling threading.c
[2/34] Compiling hist.c
[3/34] Compiling error_private.c
[4/34] Compiling cover.c
[5/34] Compiling fastcover.c
[6/34] Compiling fse_decompress.c
[7/34] Compiling huf_decompress_amd64.S
[8/34] Compiling zdict.c
[9/34] Compiling xxhash.c
[10/34] Compiling zstd_ddict.c
[11/34] Compiling huf_decompress.c
[12/34] Compiling divsufsort.c
[13/34] Compiling zstd_decompress_block.c
[14/34] Compiling zstd_preSplit.c
[15/34] Compiling zstd_decompress.c
[16/34] Compiling zstdmt_compress.c
[17/34] Compiling zstd_ldm.c
[18/34] Compiling zstd_compress_superblock.c
[19/34] Compiling fse_compress.c
[20/34] Compiling zstd_compress_literals.c
[21/34] Compiling zstd_compress_sequences.c
[22/34] Compiling zstd_opt.c
[23/34] Write sources
[25/34] Compiling debug.c
[26/34] Compiling pool.c
[27/34] Compiling zstd_fast.c
[28/34] Compiling zstd_double_fast.c
[29/34] Compiling huf_compress.c
[30/34] Compiling zstd_common.c
[31/34] Compiling entropy_common.c
[32/56] Compiling zstd_compress.c
[33/56] Compiling zstd_lazy.c
[35/56] Compiling BinaryUtils FileHandleDecoder.swift
[36/56] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[37/56] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[38/56] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[39/56] Compiling BinaryUtils DataDecoder.swift
[40/56] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[41/56] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[42/56] Emitting module BinaryUtils
[43/56] Compiling BinaryUtils BinaryDecoder.swift
[44/56] Compiling BinaryUtils BinaryEncoder.swift
[45/56] Compiling BinaryUtils BinaryCodingKey.swift
[46/56] Compiling BinaryUtils Data+Init.swift
[47/56] Compiling BinaryUtils FileHandle+Extensions.swift
[48/56] Compiling BinaryUtils String+Extensions.swift
[49/56] Compiling BinaryUtils UInt64+Extensions.swift
[50/56] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[51/56] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[52/56] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[53/56] Compiling BinaryUtils DataEncoder.swift
[54/56] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[55/56] Compiling BinaryUtils Data+Compression.swift
[56/56] Compiling BinaryUtils Data+Helper.swift
[57/58] Compiling BinaryUtils MD5.swift
[58/58] Compiling BinaryUtils FileHandleIterator.swift
[59/90] Compiling LSKit LSX.swift
[60/90] Compiling LSKit LSXAttribute.swift
[61/90] Compiling LSKit LSXNode.swift
[62/93] Compiling LSKit LSXNode+ModuleInfo.swift
[63/93] Compiling LSKit LSXNode+ModuleShortDesc.swift
[64/93] Compiling LSKit LSXNode+PublishVersion.swift
[65/93] Compiling LSKit ModInfo.swift
[66/93] Compiling LSKit LSPKFileEntry+Compression.swift
[67/93] Compiling LSKit LSPKFileEntry.swift
[68/93] Compiling LSKit LSPKFileEntry10.swift
[69/93] Compiling LSKit LSPKFileEntry15.swift
[70/93] Compiling LSKit LSPKFileEntry18.swift
[71/93] Compiling LSKit LSPKHeader.swift
[72/93] Compiling LSKit LSPKHeader10.swift
[73/93] Compiling LSKit LSX+ModuleSettings.swift
[74/93] Compiling LSKit LSXNode+ConfigEntry.swift
[75/93] Compiling LSKit LSXNode+Module.swift
[76/93] Emitting module LSKit
[77/93] Compiling LSKit LSPKHeader15.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSKit/LSPK/LSPK+Pack.swift:55:41: warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 53 |         // Determine entry file urls
 54 |         var entryUrls: [URL] = []
 55 |         for case let entryUrl as URL in enumerator {
    |                                         `- warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 56 |             let resourceValues = try entryUrl.resourceValues(forKeys: resourceKeys)
 57 |             guard resourceValues.isDirectory == false else {
[78/93] Compiling LSKit LSPKHeader16.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSKit/LSPK/LSPK+Pack.swift:55:41: warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 53 |         // Determine entry file urls
 54 |         var entryUrls: [URL] = []
 55 |         for case let entryUrl as URL in enumerator {
    |                                         `- warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 56 |             let resourceValues = try entryUrl.resourceValues(forKeys: resourceKeys)
 57 |             guard resourceValues.isDirectory == false else {
[79/93] Compiling LSKit LSPK+Pack.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSKit/LSPK/LSPK+Pack.swift:55:41: warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 53 |         // Determine entry file urls
 54 |         var entryUrls: [URL] = []
 55 |         for case let entryUrl as URL in enumerator {
    |                                         `- warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 56 |             let resourceValues = try entryUrl.resourceValues(forKeys: resourceKeys)
 57 |             guard resourceValues.isDirectory == false else {
[80/93] Compiling LSKit LSPK+Unpack.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSKit/LSPK/LSPK+Pack.swift:55:41: warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 53 |         // Determine entry file urls
 54 |         var entryUrls: [URL] = []
 55 |         for case let entryUrl as URL in enumerator {
    |                                         `- warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
 56 |             let resourceValues = try entryUrl.resourceValues(forKeys: resourceKeys)
 57 |             guard resourceValues.isDirectory == false else {
[81/93] Compiling LSKit LSXParser.swift
[82/93] Compiling LSKit LSXRegion.swift
[83/93] Compiling LSKit LSXVersion.swift
[84/93] Compiling LSKit LSPKVersion.swift
[85/93] Compiling LSKit ModLSPK.swift
[86/93] Compiling LSKit LSX+Config.swift
[87/93] Compiling LSKit LSPK.swift
[88/93] Compiling LSKit LSPKConfiguration.swift
[89/93] Compiling LSKit LSPKError.swift
[90/93] Compiling LSKit XmlConvertible.swift
[91/93] Compiling LSKit Sequence+Extensions.swift
[92/93] Compiling LSKit String+Extensions.swift
[93/93] Compiling LSKit UTType+Extensions.swift
Build complete! (15.59s)
Fetching https://github.com/facebook/zstd
Fetching https://github.com/divadretlaw/BinaryUtils.git
[1/266] Fetching binaryutils
[267/82308] Fetching binaryutils, zstd
Fetched https://github.com/divadretlaw/BinaryUtils.git from cache (3.47s)
Fetched https://github.com/facebook/zstd from cache (3.47s)
Computing version for https://github.com/divadretlaw/BinaryUtils.git
Computed https://github.com/divadretlaw/BinaryUtils.git at 1.1.0 (5.95s)
Computing version for https://github.com/facebook/zstd
Computed https://github.com/facebook/zstd at 1.5.7 (0.49s)
Creating working copy for https://github.com/divadretlaw/BinaryUtils.git
Working copy of https://github.com/divadretlaw/BinaryUtils.git resolved at 1.1.0
Creating working copy for https://github.com/facebook/zstd
Working copy of https://github.com/facebook/zstd resolved at 1.5.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "binaryutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/divadretlaw/BinaryUtils.git"
    },
    {
      "identity" : "zstd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/facebook/zstd"
    }
  ],
  "manifest_display_name" : "LSKit",
  "name" : "LSKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LSKit",
      "targets" : [
        "LSKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LSKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LSKitTests",
      "path" : "Tests/LSKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LSKitTests/Resources/Gold Weight Zero.pak",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LSKitTests/Resources/ModFixer.pak",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LSKitTests/Resources/meta.lsx",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LSKitTests/Resources/modsettings.lsx",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DataExtensionTests.swift",
        "Helper/XCTTemporaryDirectory.swift",
        "JSONTests.swift",
        "LSPKTests.swift",
        "LSXTests.swift"
      ],
      "target_dependencies" : [
        "LSKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LSKit",
      "module_type" : "SwiftTarget",
      "name" : "LSKit",
      "path" : "Sources/LSKit",
      "product_dependencies" : [
        "BinaryUtils",
        "libzstd"
      ],
      "product_memberships" : [
        "LSKit"
      ],
      "sources" : [
        "Common/XmlConvertible.swift",
        "Extensions/Sequence+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UTType+Extensions.swift",
        "JSON/ModInfo.swift",
        "LSPK/FileEntry/LSPKFileEntry+Compression.swift",
        "LSPK/FileEntry/LSPKFileEntry.swift",
        "LSPK/FileEntry/LSPKFileEntry10.swift",
        "LSPK/FileEntry/LSPKFileEntry15.swift",
        "LSPK/FileEntry/LSPKFileEntry18.swift",
        "LSPK/Header/LSPKHeader.swift",
        "LSPK/Header/LSPKHeader10.swift",
        "LSPK/Header/LSPKHeader15.swift",
        "LSPK/Header/LSPKHeader16.swift",
        "LSPK/LSPK+Pack.swift",
        "LSPK/LSPK+Unpack.swift",
        "LSPK/LSPK.swift",
        "LSPK/LSPKConfiguration.swift",
        "LSPK/LSPKError.swift",
        "LSPK/LSPKVersion.swift",
        "LSPK/ModLSPK.swift",
        "LSX/Content/LSX+Config.swift",
        "LSX/Content/LSX+ModuleSettings.swift",
        "LSX/Content/LSXNode+ConfigEntry.swift",
        "LSX/Content/LSXNode+Module.swift",
        "LSX/Content/LSXNode+ModuleInfo.swift",
        "LSX/Content/LSXNode+ModuleShortDesc.swift",
        "LSX/Content/LSXNode+PublishVersion.swift",
        "LSX/LSX.swift",
        "LSX/LSXAttribute.swift",
        "LSX/LSXNode.swift",
        "LSX/LSXParser.swift",
        "LSX/LSXRegion.swift",
        "LSX/LSXVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.