Build Information
Successful build of PorterStemmer2, reference master (5e90cd), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:21:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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/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/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-porter-stemmer-2",
"name": "PorterStemmer2",
"url": "https://github.com/scaraux/Swift-Porter-Stemmer-2.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Porter-Stemmer-2",
"traits": [
"default"
],
"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 from cache (2.20s)
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 (5e90cdb)
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: 6.3
Building package at path: $PWD
https://github.com/scaraux/Swift-Porter-Stemmer-2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/36] Compiling stem_ISO_8859_1_norwegian.c
[1/36] Compiling stem_ISO_8859_2_hungarian.c
[2/36] Compiling stem_UTF_8_romanian.c
[3/36] Compiling stem_ISO_8859_1_spanish.c
[3/36] Compiling stem_ISO_8859_1_swedish.c
[5/36] Compiling stem_ISO_8859_1_porter.c
[6/36] Compiling stem_ISO_8859_2_romanian.c
[7/36] Compiling stem_KOI8_R_russian.c
[8/36] Compiling stem_ISO_8859_1_portuguese.c
[9/36] Compiling stem_UTF_8_swedish.c
[10/36] Compiling stem_ISO_8859_1_italian.c
[11/36] Compiling stem_UTF_8_turkish.c
[12/36] Compiling stem_UTF_8_russian.c
[13/36] Compiling stem_UTF_8_spanish.c
[14/36] Compiling stem_UTF_8_portuguese.c
[15/36] Compiling stem_UTF_8_porter.c
[16/36] Compiling stem_UTF_8_norwegian.c
[17/36] Write swift-version--6988338F2F200930.txt
[18/36] Compiling stem_UTF_8_italian.c
[19/36] Compiling stem_UTF_8_hungarian.c
[20/36] Compiling stem_UTF_8_german.c
[21/36] Compiling stem_UTF_8_french.c
[22/36] Compiling stem_UTF_8_dutch.c
[23/36] Compiling stem_UTF_8_finnish.c
[24/36] Compiling stem_UTF_8_english.c
[25/36] Compiling stem_UTF_8_danish.c
[26/36] Write sources
[27/36] Compiling stem_ISO_8859_1_german.c
[28/36] Compiling stem_ISO_8859_1_finnish.c
[29/36] Compiling api.c
[30/36] Compiling stem_ISO_8859_1_french.c
[31/36] Compiling stem_ISO_8859_1_english.c
[32/36] Compiling stem_ISO_8859_1_danish.c
[33/36] Compiling stem_ISO_8859_1_dutch.c
[34/36] Compiling libstemmer.c
[35/36] Compiling utilities.c
[37/38] Emitting module PorterStemmer2
[38/38] Compiling PorterStemmer2 PorterStemmer.swift
Build complete! (3.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PorterStemmer2",
"name" : "PorterStemmer2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PorterStemmer2",
"targets" : [
"libstemmer",
"PorterStemmer2"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "libstemmer",
"module_type" : "ClangTarget",
"name" : "libstemmer",
"path" : "PorterStemmer2/Classes/Stemmer",
"product_memberships" : [
"PorterStemmer2"
],
"sources" : [
"libstemmer/libstemmer.c",
"libstemmer/stem_ISO_8859_1_danish.c",
"libstemmer/stem_ISO_8859_1_dutch.c",
"libstemmer/stem_ISO_8859_1_english.c",
"libstemmer/stem_ISO_8859_1_finnish.c",
"libstemmer/stem_ISO_8859_1_french.c",
"libstemmer/stem_ISO_8859_1_german.c",
"libstemmer/stem_ISO_8859_1_italian.c",
"libstemmer/stem_ISO_8859_1_norwegian.c",
"libstemmer/stem_ISO_8859_1_porter.c",
"libstemmer/stem_ISO_8859_1_portuguese.c",
"libstemmer/stem_ISO_8859_1_spanish.c",
"libstemmer/stem_ISO_8859_1_swedish.c",
"libstemmer/stem_ISO_8859_2_hungarian.c",
"libstemmer/stem_ISO_8859_2_romanian.c",
"libstemmer/stem_KOI8_R_russian.c",
"libstemmer/stem_UTF_8_danish.c",
"libstemmer/stem_UTF_8_dutch.c",
"libstemmer/stem_UTF_8_english.c",
"libstemmer/stem_UTF_8_finnish.c",
"libstemmer/stem_UTF_8_french.c",
"libstemmer/stem_UTF_8_german.c",
"libstemmer/stem_UTF_8_hungarian.c",
"libstemmer/stem_UTF_8_italian.c",
"libstemmer/stem_UTF_8_norwegian.c",
"libstemmer/stem_UTF_8_porter.c",
"libstemmer/stem_UTF_8_portuguese.c",
"libstemmer/stem_UTF_8_romanian.c",
"libstemmer/stem_UTF_8_russian.c",
"libstemmer/stem_UTF_8_spanish.c",
"libstemmer/stem_UTF_8_swedish.c",
"libstemmer/stem_UTF_8_turkish.c",
"runtime/api.c",
"runtime/utilities.c"
],
"type" : "library"
},
{
"c99name" : "PorterStemmer2",
"module_type" : "SwiftTarget",
"name" : "PorterStemmer2",
"path" : "PorterStemmer2/Classes/Swift",
"product_memberships" : [
"PorterStemmer2"
],
"sources" : [
"PorterStemmer.swift"
],
"target_dependencies" : [
"libstemmer"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.