Build Information
Failed to build SentencePieceKit, reference 1.1.0 (4a9658), with Swift 6.0 for macOS (SPM) on 22 Feb 2026 15:44:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spencer0124/SentencePieceKit.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/spencer0124/SentencePieceKit
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 4a9658c Refactor: Remove async wrappers, rename tokenizeSync to tokenize
Cloned https://github.com/spencer0124/SentencePieceKit.git
Revision (git rev-parse @):
4a9658ca599e67e090b8f587aeacf54bf09400f6
SUCCESS checkout https://github.com/spencer0124/SentencePieceKit.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/spencer0124/SentencePieceKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying libsentencepiece.a
[1/4] Write sources
[2/4] Write swift-version-5BDAB9E9C0126B9D.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SentencePieceBridge/SentencePieceBridge.mm:2:
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:39:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions]
39 | enum class StatusCode : int {
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:153:15: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
153 | using bytes = std::string;
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:169:58: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
169 | ~ImmutableSentencePieceText_ImmutableSentencePiece() = default;
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:182:46: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
182 | const SentencePieceText_SentencePiece *sp_ = nullptr;
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:212:33: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
212 | const SentencePieceText *spt_ = nullptr;
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:325:42: error: a space is required between consecutive right angle brackets (use '> >')
325 | std::vector<std::vector<std::string>> *pieces) const;
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:329:63: error: a space is required between consecutive right angle brackets (use '> >')
329 | std::vector<std::vector<int>> *ids) const;
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:377:60: error: a space is required between consecutive right angle brackets (use '> >')
377 | std::vector<std::pair<std::vector<std::string>, float>> *pieces) const;
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:383:52: error: a space is required between consecutive right angle brackets (use '> >')
383 | std::vector<std::pair<std::vector<int>, float>> *ids) const;
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:467:46: error: a space is required between consecutive right angle brackets (use '> >')
467 | virtual std::vector<std::vector<std::string>> NBestEncodeAsPieces(
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:473:38: error: a space is required between consecutive right angle brackets (use '> >')
473 | virtual std::vector<std::vector<int>> NBestEncodeAsIds(
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:493:64: error: a space is required between consecutive right angle brackets (use '> >')
493 | virtual std::vector<std::pair<std::vector<std::string>, float>>
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:501:56: error: a space is required between consecutive right angle brackets (use '> >')
501 | virtual std::vector<std::pair<std::vector<int>, float>>
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:688:49: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
688 | void SetModel(std::unique_ptr<ModelInterface> &&model);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:691:62: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
691 | void SetNormalizer(std::unique_ptr<normalizer::Normalizer> &&normalizer);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:718:57: error: a space is required between consecutive right angle brackets (use '> >')
718 | const std::vector<std::pair<absl::string_view, int>> &result,
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:460:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
460 | DEFINE_SPP_DIRECT_FUNC_IMPL(Encode, std::vector<std::string>, input);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:464:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
464 | DEFINE_SPP_DIRECT_FUNC_IMPL(Encode, std::vector<int>, input);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:470:57: error: a space is required between consecutive right angle brackets (use '> >')
470 | NBestEncode, std::vector<std::vector<std::string>>, input, nbest_size);
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:438:3: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
438 | OutType output; \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:469:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
469 | DEFINE_SPP_DIRECT_FUNC_IMPL(
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:475:73: error: a space is required between consecutive right angle brackets (use '> >')
475 | DEFINE_SPP_DIRECT_FUNC_IMPL(NBestEncode, std::vector<std::vector<int>>,
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:438:3: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
438 | OutType output; \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:475:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
475 | DEFINE_SPP_DIRECT_FUNC_IMPL(NBestEncode, std::vector<std::vector<int>>,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:482:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
482 | DEFINE_SPP_DIRECT_FUNC_IMPL(SampleEncode, std::vector<std::string>, input,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:489:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
489 | DEFINE_SPP_DIRECT_FUNC_IMPL(SampleEncode, std::vector<int>, input,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:496:16: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
496 | using _T = std::vector<std::pair<std::vector<std::string>, float>>;
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:496:69: error: a space is required between consecutive right angle brackets (use '> >')
496 | using _T = std::vector<std::pair<std::vector<std::string>, float>>;
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:497:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
497 | DEFINE_SPP_DIRECT_FUNC_IMPL(SampleEncodeAndScore, _T, input, num_samples,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:504:16: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
504 | using _T = std::vector<std::pair<std::vector<int>, float>>;
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:504:61: error: a space is required between consecutive right angle brackets (use '> >')
504 | using _T = std::vector<std::pair<std::vector<int>, float>>;
| ^~
| > >
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:505:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
505 | DEFINE_SPP_DIRECT_FUNC_IMPL(SampleEncodeAndScore, _T, input, num_samples,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:512:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
512 | DEFINE_SPP_DIRECT_FUNC_IMPL(Decode, std::string, pieces);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:517:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
517 | DEFINE_SPP_DIRECT_FUNC_IMPL(Decode, std::string, pieces);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:521:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
521 | DEFINE_SPP_DIRECT_FUNC_IMPL(Decode, std::string, ids);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:525:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
525 | DEFINE_SPP_DIRECT_FUNC_IMPL(CalculateEntropy, float, text, alpha);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:439:9: note: expanded from macro 'DEFINE_SPP_DIRECT_FUNC_IMPL'
439 | const auto status = FuncName(__VA_ARGS__, &output); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:534:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
534 | DEFINE_SPP_SERIALIZED_PROTO_IMPL(Encode, ImmutableSentencePieceText, input);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:445:9: note: expanded from macro 'DEFINE_SPP_SERIALIZED_PROTO_IMPL'
445 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:540:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
540 | DEFINE_SPP_SERIALIZED_PROTO_IMPL(SampleEncode, ImmutableSentencePieceText,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:445:9: note: expanded from macro 'DEFINE_SPP_SERIALIZED_PROTO_IMPL'
445 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:546:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
546 | DEFINE_SPP_SERIALIZED_PROTO_IMPL(
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:445:9: note: expanded from macro 'DEFINE_SPP_SERIALIZED_PROTO_IMPL'
445 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:553:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
553 | DEFINE_SPP_SERIALIZED_PROTO_IMPL(SampleEncodeAndScore,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:445:9: note: expanded from macro 'DEFINE_SPP_SERIALIZED_PROTO_IMPL'
445 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:561:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
561 | DEFINE_SPP_SERIALIZED_PROTO_IMPL(Decode, ImmutableSentencePieceText,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:445:9: note: expanded from macro 'DEFINE_SPP_SERIALIZED_PROTO_IMPL'
445 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:567:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
567 | DEFINE_SPP_SERIALIZED_PROTO_IMPL(Decode, ImmutableSentencePieceText,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:445:9: note: expanded from macro 'DEFINE_SPP_SERIALIZED_PROTO_IMPL'
445 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:573:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
573 | DEFINE_SPP_SERIALIZED_PROTO_IMPL(Decode, ImmutableSentencePieceText, ids);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:445:9: note: expanded from macro 'DEFINE_SPP_SERIALIZED_PROTO_IMPL'
445 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:580:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
580 | DEFINE_SPP_IMMUTABLE_PROTO_IMPL(Encode, ImmutableSentencePieceText, input);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:451:9: note: expanded from macro 'DEFINE_SPP_IMMUTABLE_PROTO_IMPL'
451 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:585:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
585 | DEFINE_SPP_IMMUTABLE_PROTO_IMPL(SampleEncode, ImmutableSentencePieceText,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:451:9: note: expanded from macro 'DEFINE_SPP_IMMUTABLE_PROTO_IMPL'
451 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:591:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
591 | DEFINE_SPP_IMMUTABLE_PROTO_IMPL(
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:451:9: note: expanded from macro 'DEFINE_SPP_IMMUTABLE_PROTO_IMPL'
451 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:598:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
598 | DEFINE_SPP_IMMUTABLE_PROTO_IMPL(SampleEncodeAndScore,
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:451:9: note: expanded from macro 'DEFINE_SPP_IMMUTABLE_PROTO_IMPL'
451 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:606:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
606 | DEFINE_SPP_IMMUTABLE_PROTO_IMPL(Decode, ImmutableSentencePieceText, pieces);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:451:9: note: expanded from macro 'DEFINE_SPP_IMMUTABLE_PROTO_IMPL'
451 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:611:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
611 | DEFINE_SPP_IMMUTABLE_PROTO_IMPL(Decode, ImmutableSentencePieceText, pieces);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:451:9: note: expanded from macro 'DEFINE_SPP_IMMUTABLE_PROTO_IMPL'
451 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:616:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
616 | DEFINE_SPP_IMMUTABLE_PROTO_IMPL(Decode, ImmutableSentencePieceText, ids);
| ^
/Users/admin/builder/spi-builder-workspace/sentencepiece.xcframework/macos-arm64_x86_64/Headers/sentencepiece_processor.h:451:9: note: expanded from macro 'DEFINE_SPP_IMMUTABLE_PROTO_IMPL'
451 | const auto status = FuncName(__VA_ARGS__, output.mutable_proto()); \
| ^
/Users/admin/builder/spi-builder-workspace/Sources/SentencePieceBridge/SentencePieceBridge.mm:15:15: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
15 | const auto status = _processor->Load(path);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/SentencePieceBridge/SentencePieceBridge.mm:44:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
44 | for (int i : ids) {
| ^
37 warnings and 13 errors generated.
[3/4] Compiling SentencePieceBridge SentencePieceBridge.mm
BUILD FAILURE 6.0 macosSpm