The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lilliput, reference 12.1.1 (aac738), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 17:10:10 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/jkolb/lilliput.git
Reference: 12.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkolb/lilliput
 * tag               12.1.1     -> FETCH_HEAD
HEAD is now at aac7384 Clean up README. Not sure why Package.resolved wasn't commited previously.
Cloned https://github.com/jkolb/lilliput.git
Revision (git rev-parse @):
aac7384681043b202bd1c9f626a4b0454fe66d3e
SUCCESS checkout https://github.com/jkolb/lilliput.git at 12.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jkolb/lilliput.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/32] Compiling SystemPackage FilePathTempPosix.swift
[6/32] Compiling SystemPackage FilePathTempWindows.swift
[7/32] Compiling SystemPackage FilePathWindows.swift
[8/35] Compiling SystemPackage Errno.swift
[9/35] Compiling SystemPackage ErrnoWindows.swift
[10/35] Compiling SystemPackage FileDescriptor.swift
[11/35] Compiling SystemPackage FilePathString.swift
[12/35] Compiling SystemPackage FilePathSyntax.swift
[13/35] Compiling SystemPackage FilePathTemp.swift
[14/35] Emitting module SystemPackage
[15/35] Compiling SystemPackage Util+StringArray.swift
[16/35] Compiling SystemPackage Util.swift
[17/35] Compiling SystemPackage UtilConsumers.swift
[18/35] Compiling SystemPackage Constants.swift
[19/35] Compiling SystemPackage Exports.swift
[20/35] Compiling SystemPackage Mocking.swift
[21/35] Compiling SystemPackage FileHelpers.swift
[22/35] Compiling SystemPackage FileOperations.swift
[23/35] Compiling SystemPackage FilePath.swift
[24/35] Compiling SystemPackage FilePermissions.swift
[25/35] Compiling SystemPackage Backcompat.swift
[26/35] Compiling SystemPackage CInterop.swift
[27/35] Compiling SystemPackage RawBuffer.swift
[28/35] Compiling SystemPackage Syscalls.swift
[29/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[30/35] Compiling SystemPackage FilePathComponentView.swift
[31/35] Compiling SystemPackage FilePathComponents.swift
[32/35] Compiling SystemPackage FilePathParsing.swift
[33/35] Compiling SystemPackage MachPort.swift
[34/35] Compiling SystemPackage PlatformString.swift
[35/35] Compiling SystemPackage SystemString.swift
[36/56] Compiling Lilliput ByteSpan.swift
[37/56] Compiling Lilliput ByteTuple.swift
[38/58] Compiling Lilliput String.swift
[39/58] Compiling Lilliput ValueKey.swift
[40/58] Compiling Lilliput ByteEncoder.swift
[41/58] Compiling Lilliput ByteError.swift
[42/58] Compiling Lilliput ByteReader.swift
[43/58] Emitting module Lilliput
[44/58] Compiling Lilliput FileDescriptor+ByteBuffer.swift
[45/58] Compiling Lilliput FileDescriptor+ReadAll.swift
[46/58] Compiling Lilliput ByteAlignment.swift
[47/58] Compiling Lilliput ByteBuffer.swift
[48/58] Compiling Lilliput ByteDecoder.swift
[49/58] Compiling Lilliput KeyValue.swift
[50/58] Compiling Lilliput Magic2.swift
[51/58] Compiling Lilliput CollectionByteDecoder.swift
[52/58] Compiling Lilliput Element.swift
[53/58] Compiling Lilliput ByteWriter.swift
[54/58] Compiling Lilliput CP1252.swift
[55/58] Compiling Lilliput FoundationAdditions.swift
[56/58] Compiling Lilliput HexString.swift
[57/58] Compiling Lilliput Magic4.swift
[58/58] Compiling Lilliput RawValue.swift
Build complete! (7.40s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.40s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    }
  ],
  "manifest_display_name" : "Lilliput",
  "name" : "Lilliput",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Lilliput",
      "targets" : [
        "Lilliput"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LilliputTests",
      "module_type" : "SwiftTarget",
      "name" : "LilliputTests",
      "path" : "Tests/LilliputTests",
      "sources" : [
        "ByteAlignmentTests.swift"
      ],
      "target_dependencies" : [
        "Lilliput"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lilliput",
      "module_type" : "SwiftTarget",
      "name" : "Lilliput",
      "path" : "Sources/Lilliput",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "Lilliput"
      ],
      "sources" : [
        "ByteAlignment.swift",
        "ByteBuffer.swift",
        "ByteDecoder.swift",
        "ByteEncoder.swift",
        "ByteError.swift",
        "ByteReader.swift",
        "ByteSpan.swift",
        "ByteTuple.swift",
        "ByteWriter.swift",
        "CP1252.swift",
        "CollectionByteDecoder.swift",
        "Element.swift",
        "FileDescriptor+ByteBuffer.swift",
        "FileDescriptor+ReadAll.swift",
        "FoundationAdditions.swift",
        "HexString.swift",
        "KeyValue.swift",
        "Magic2.swift",
        "Magic4.swift",
        "RawValue.swift",
        "String.swift",
        "ValueKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.