The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PorterStemmer2 with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scaraux/Swift-Porter-Stemmer-2.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/scaraux/Swift-Porter-Stemmer-2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/36] Write swift-version--423B1241ED78D482.txt
[1/36] Compiling stem_UTF_8_swedish.c
[2/36] Compiling stem_UTF_8_russian.c
[3/36] Compiling utilities.c
[4/36] Compiling stem_UTF_8_porter.c
[5/36] Compiling stem_UTF_8_spanish.c
[6/36] Compiling stem_UTF_8_norwegian.c
[7/36] Compiling stem_UTF_8_italian.c
[8/36] Compiling stem_UTF_8_hungarian.c
[9/36] Compiling api.c
[10/36] Compiling stem_UTF_8_german.c
[11/36] Compiling stem_UTF_8_turkish.c
[12/36] Compiling stem_UTF_8_finnish.c
[13/36] Compiling stem_UTF_8_portuguese.c
[14/36] Compiling stem_UTF_8_danish.c
[15/36] Compiling stem_UTF_8_dutch.c
[16/36] Compiling stem_UTF_8_romanian.c
[17/36] Compiling stem_ISO_8859_1_swedish.c
[18/36] Compiling stem_KOI8_R_russian.c
[19/36] Compiling stem_UTF_8_english.c
[20/36] Compiling stem_ISO_8859_2_hungarian.c
[21/36] Compiling stem_UTF_8_french.c
[22/36] Compiling stem_ISO_8859_1_portuguese.c
[23/36] Compiling stem_ISO_8859_2_romanian.c
[24/36] Compiling stem_ISO_8859_1_norwegian.c
[25/36] Compiling stem_ISO_8859_1_spanish.c
[26/36] Compiling stem_ISO_8859_1_porter.c
[27/36] Compiling stem_ISO_8859_1_dutch.c
[28/36] Write sources
[29/36] Compiling stem_ISO_8859_1_french.c
[30/36] Compiling stem_ISO_8859_1_german.c
[31/36] Compiling stem_ISO_8859_1_danish.c
[32/36] Compiling stem_ISO_8859_1_finnish.c
[33/36] Compiling stem_ISO_8859_1_english.c
[34/36] Compiling libstemmer.c
[35/36] Compiling stem_ISO_8859_1_italian.c
[37/38] Emitting module PorterStemmer2
[38/38] Compiling PorterStemmer2 PorterStemmer.swift
Build complete! (11.74s)
Build complete.
Done.