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 TextBundle, reference 1.0.7 (6fd4f9), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 18:15:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mcritz/TextBundle.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mcritz/TextBundle
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at 6fd4f91 Uses better-maintained ZIPFoundation compression framework
Cloned https://github.com/mcritz/TextBundle.git
Revision (git rev-parse @):
6fd4f918150abb7c2f1bbd0cc02ebf5d5b51a1a4
SUCCESS checkout https://github.com/mcritz/TextBundle.git at 1.0.7
Fetching https://github.com/weichsel/ZIPFoundation
[1/5562] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation from cache (1.16s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (1.65s)
Creating working copy for https://github.com/weichsel/ZIPFoundation
Working copy of https://github.com/weichsel/ZIPFoundation resolved at 0.9.19
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "textbundle",
      "name": "TextBundle",
      "url": "https://github.com/mcritz/TextBundle.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TextBundle",
      "dependencies": [
        {
          "identity": "zipfoundation",
          "name": "ZIPFoundation",
          "url": "https://github.com/weichsel/ZIPFoundation",
          "version": "0.9.19",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZIPFoundation",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mcritz/TextBundle.git
[1/231] Fetching textbundle
Fetched https://github.com/mcritz/TextBundle.git from cache (0.66s)
Fetching https://github.com/weichsel/ZIPFoundation from cache
Fetched https://github.com/weichsel/ZIPFoundation from cache (0.45s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (0.51s)
Creating working copy for https://github.com/mcritz/TextBundle.git
Working copy of https://github.com/mcritz/TextBundle.git resolved at 1.0.7 (6fd4f91)
Creating working copy for https://github.com/weichsel/ZIPFoundation
Working copy of https://github.com/weichsel/ZIPFoundation resolved at 0.9.19
warning: '.resolve-product-dependencies': dependency 'textbundle' is not used by any target
Found 1 product dependencies
  - ZIPFoundation
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mcritz/TextBundle.git
https://github.com/mcritz/TextBundle.git
{
  "dependencies" : [
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation"
    }
  ],
  "manifest_display_name" : "TextBundle",
  "name" : "TextBundle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextBundle",
      "targets" : [
        "TextBundle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextBundleTests",
      "module_type" : "SwiftTarget",
      "name" : "TextBundleTests",
      "path" : "Tests/TextBundleTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TextBundleTests/Resources/white_rabbit.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "TextBundleTests.swift",
        "URLSchemaTypeTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TextBundle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextBundle",
      "module_type" : "SwiftTarget",
      "name" : "TextBundle",
      "path" : "Sources/TextBundle",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "TextBundle"
      ],
      "sources" : [
        "TextBundle+Constants.swift",
        "TextBundle+Errors.swift",
        "TextBundle.swift",
        "TextBundleRepresentable.swift",
        "URL+SchemaType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/25] Emitting module ZIPFoundation
[6/27] Compiling ZIPFoundation URL+ZIP.swift
[7/27] Compiling ZIPFoundation resource_bundle_accessor.swift
[8/27] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[9/27] Compiling ZIPFoundation Archive+Deprecated.swift
[10/27] Compiling ZIPFoundation Archive+Helpers.swift
[11/27] Compiling ZIPFoundation Date+ZIP.swift
[12/27] Compiling ZIPFoundation Entry+Serialization.swift
[13/27] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[14/27] Compiling ZIPFoundation Archive+ZIP64.swift
[15/27] Compiling ZIPFoundation Entry+ZIP64.swift
[16/27] Compiling ZIPFoundation Entry.swift
[17/27] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[18/27] Compiling ZIPFoundation Data+Serialization.swift
[19/27] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[20/27] Compiling ZIPFoundation Archive+Writing.swift
[21/27] Compiling ZIPFoundation Archive.swift
[22/27] Compiling ZIPFoundation Data+Compression.swift
[23/27] Compiling ZIPFoundation Archive+MemoryFile.swift
[24/27] Compiling ZIPFoundation Archive+Progress.swift
[25/27] Compiling ZIPFoundation Archive+Reading.swift
[26/27] Compiling ZIPFoundation FileManager+ZIP.swift
[27/27] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[28/33] Compiling TextBundle TextBundle.swift
[29/33] Compiling TextBundle TextBundleRepresentable.swift
[30/33] Compiling TextBundle TextBundle+Errors.swift
[31/33] Compiling TextBundle TextBundle+Constants.swift
[32/33] Emitting module TextBundle
[33/33] Compiling TextBundle URL+SchemaType.swift
Build complete! (8.68s)
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"
    }
  ],
  "manifest_display_name" : "TextBundle",
  "name" : "TextBundle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextBundle",
      "targets" : [
        "TextBundle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextBundleTests",
      "module_type" : "SwiftTarget",
      "name" : "TextBundleTests",
      "path" : "Tests/TextBundleTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TextBundleTests/Resources/white_rabbit.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "TextBundleTests.swift",
        "URLSchemaTypeTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TextBundle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextBundle",
      "module_type" : "SwiftTarget",
      "name" : "TextBundle",
      "path" : "Sources/TextBundle",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "TextBundle"
      ],
      "sources" : [
        "TextBundle+Constants.swift",
        "TextBundle+Errors.swift",
        "TextBundle.swift",
        "TextBundleRepresentable.swift",
        "URL+SchemaType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.