The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Slab with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/Slab.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ptrkstr/Slab
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at cddcfa9 Update readme
Cloned https://github.com/ptrkstr/Slab.git
Revision (git rev-parse @):
cddcfa99626ec372f31f935b85103aaf8769f4ca
SUCCESS checkout https://github.com/ptrkstr/Slab.git at develop
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/scinfu/SwiftSoup from cache
Fetched https://github.com/scinfu/SwiftSoup (0.29s)
Fetched https://github.com/apple/swift-collections.git (0.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.1 (0.59s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.3.3 (0.68s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.1
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.3.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "slab",
      "name": "Slab",
      "url": "https://github.com/ptrkstr/Slab.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Slab",
      "dependencies": [
        {
          "identity": "swiftsoup",
          "name": "SwiftSoup",
          "url": "https://github.com/scinfu/SwiftSoup",
          "version": "2.6.1",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.0.5",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ptrkstr/Slab.git
[2/106] Fetching slab
Fetched https://github.com/ptrkstr/Slab.git (0.27s)
Fetching https://github.com/scinfu/SwiftSoup from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/scinfu/SwiftSoup (0.25s)
Fetched https://github.com/apple/swift-collections.git (0.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.5 (0.03s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.6.1 (0.42s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.5
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.6.1
Creating working copy for https://github.com/ptrkstr/Slab.git
Working copy of https://github.com/ptrkstr/Slab.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'slab' is not used by any target
Found 2 product dependencies
  - SwiftSoup
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/113] Compiling SwiftSoup Exception.swift
[2/113] Compiling SwiftSoup FormElement.swift
[3/113] Compiling SwiftSoup HtmlTreeBuilder.swift
[4/113] Compiling SwiftSoup HtmlTreeBuilderState.swift
[5/113] Compiling SwiftSoup HttpStatusException.swift
[6/113] Compiling SwiftSoup Node.swift
[7/113] Compiling SwiftSoup NodeTraversor.swift
[13/119] Compiling SwiftSoup DataUtil.swift
[14/121] Compiling SwiftSoup CharacterReader.swift
[17/121] Compiling SwiftSoup BinarySearch.swift
[18/121] Compiling SwiftSoup BooleanAttribute.swift
[19/121] Compiling SwiftSoup CharacterExt.swift
[20/121] Compiling SwiftSoup Document.swift
[21/121] Compiling SwiftSoup DocumentType.swift
[22/121] Compiling SwiftSoup ArrayExt.swift
[23/121] Compiling SwiftSoup Attribute.swift
[24/121] Compiling SwiftSoup Attributes.swift
[25/121] Compiling SwiftSoup Token.swift
[26/121] Compiling SwiftSoup TokenQueue.swift
[27/121] Compiling SwiftSoup Tokeniser.swift
[28/121] Compiling SwiftSoup Cleaner.swift
[29/121] Compiling SwiftSoup Collector.swift
[30/121] Compiling SwiftSoup CombiningEvaluator.swift
[31/121] Compiling SwiftSoup Parser.swift
[32/121] Compiling SwiftSoup Pattern.swift
[33/121] Compiling SwiftSoup StructuralEvaluator.swift
[34/121] Compiling SwiftSoup SwiftSoup.swift
[35/121] Compiling SwiftSoup Tag.swift
[36/121] Compiling SwiftSoup TextNode.swift
[37/121] Compiling SwiftSoup Evaluator.swift
[38/121] Compiling SwiftSoup NodeVisitor.swift
[39/121] Compiling SwiftSoup OrderedSet.swift
[40/121] Compiling SwiftSoup ParseError.swift
[41/121] Compiling SwiftSoup ParseErrorList.swift
[42/121] Compiling SwiftSoup ParseSettings.swift
[43/121] Compiling SwiftSoup Comment.swift
[44/121] Compiling SwiftSoup Connection.swift
[45/121] Compiling SwiftSoup CssSelector.swift
[46/121] Compiling SwiftSoup DataNode.swift
[47/121] Compiling SwiftSoup QueryParser.swift
[48/121] Compiling SwiftSoup SerializationException.swift
[49/121] Emitting module DequeModule
[50/121] Compiling DequeModule _DequeSlot.swift
[51/121] Compiling DequeModule _UnsafeWrappedBuffer.swift
[57/121] Compiling SwiftSoup Entities.swift
[65/121] Compiling OrderedCollections OrderedSet+Testing.swift
[66/121] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[67/121] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[68/121] Compiling OrderedCollections OrderedSet.swift
[69/121] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[70/121] Compiling OrderedCollections _UnsafeBitset.swift
[71/121] Emitting module OrderedCollections
[72/123] Compiling Collections Collections.swift
[73/123] Emitting module Collections
[123/130] Emitting module SwiftSoup
[124/130] Compiling SwiftSoup TokeniserState.swift
[125/130] Compiling SwiftSoup TreeBuilder.swift
[126/130] Compiling SwiftSoup UnicodeScalar.swift
[127/130] Compiling SwiftSoup Validate.swift
[128/130] Compiling SwiftSoup Whitelist.swift
[129/130] Compiling SwiftSoup XmlDeclaration.swift
[130/130] Compiling SwiftSoup XmlTreeBuilder.swift
[131/134] Compiling Slab Slab.swift
[132/134] Compiling Slab SlabError.swift
[133/134] Compiling Slab Configuration.swift
[134/134] Emitting module Slab
Build complete! (19.88s)
Build complete.
Done.