The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PorterStemmer2 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/scaraux/Swift-Porter-Stemmer-2.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/scaraux/Swift-Porter-Stemmer-2
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5e90cdb Merge pull request #1 from MaximKotliar/master
Cloned https://github.com/scaraux/Swift-Porter-Stemmer-2.git
Revision (git rev-parse @):
5e90cdbc3700a1bf0b8083ba1117c8c4e48669a6
SUCCESS checkout https://github.com/scaraux/Swift-Porter-Stemmer-2.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-porter-stemmer-2",
      "name": "PorterStemmer2",
      "url": "https://github.com/scaraux/Swift-Porter-Stemmer-2.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Porter-Stemmer-2",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/scaraux/Swift-Porter-Stemmer-2.git
[1/512] Fetching swift-porter-stemmer-2
Fetched https://github.com/scaraux/Swift-Porter-Stemmer-2.git (1.36s)
Creating working copy for https://github.com/scaraux/Swift-Porter-Stemmer-2.git
Working copy of https://github.com/scaraux/Swift-Porter-Stemmer-2.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-porter-stemmer-2' is not used by any target
Found 0 product dependencies
========================================
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...
[0/34] Compiling stem_ISO_8859_1_finnish.c
[1/34] Compiling stem_ISO_8859_1_french.c
[2/34] Compiling stem_ISO_8859_1_english.c
[3/34] Compiling stem_ISO_8859_1_german.c
[4/34] Compiling api.c
[5/34] Compiling stem_UTF_8_swedish.c
[6/34] Compiling stem_UTF_8_romanian.c
[7/34] Compiling stem_UTF_8_russian.c
[8/34] Compiling stem_UTF_8_spanish.c
[9/34] Compiling stem_UTF_8_turkish.c
[10/34] Compiling stem_ISO_8859_1_norwegian.c
[11/34] Compiling stem_UTF_8_norwegian.c
[12/34] Compiling stem_UTF_8_porter.c
[13/34] Compiling stem_UTF_8_portuguese.c
[14/34] Compiling stem_ISO_8859_1_dutch.c
[15/34] Compiling stem_UTF_8_italian.c
[16/34] Compiling stem_UTF_8_hungarian.c
[17/34] Compiling stem_UTF_8_german.c
[18/34] Compiling stem_UTF_8_finnish.c
[19/34] Compiling stem_UTF_8_french.c
[20/34] Compiling stem_UTF_8_english.c
[21/34] Compiling stem_UTF_8_dutch.c
[22/34] Compiling stem_UTF_8_danish.c
[23/34] Compiling stem_ISO_8859_1_swedish.c
[24/34] Compiling stem_KOI8_R_russian.c
[25/34] Compiling stem_ISO_8859_2_hungarian.c
[26/34] Compiling stem_ISO_8859_1_italian.c
[27/34] Compiling stem_ISO_8859_1_spanish.c
[28/34] Compiling stem_ISO_8859_1_porter.c
[29/34] Compiling stem_ISO_8859_2_romanian.c
[30/34] Compiling stem_ISO_8859_1_danish.c
[31/34] Compiling libstemmer.c
[32/34] Compiling utilities.c
[33/34] Compiling stem_ISO_8859_1_portuguese.c
[35/36] Compiling PorterStemmer2 PorterStemmer.swift
[36/36] Emitting module PorterStemmer2
Build complete! (9.01s)
Build complete.
Done.