The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Streamline, reference main (ee0b12), with Swift 6.1 for macOS (SPM) on 9 Oct 2025 00:40:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/Streamline.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ziminny/Streamline
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ee0b121 add nonisolated
Cloned https://github.com/ziminny/Streamline.git
Revision (git rev-parse @):
ee0b121c36a511b0497a7d192c5591527585c01a
SUCCESS checkout https://github.com/ziminny/Streamline.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ziminny/Streamline.git
https://github.com/ziminny/Streamline.git
{
  "dependencies" : [
    {
      "identity" : "socket.io-client-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "16.1.0",
            "upper_bound" : "17.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/socketio/socket.io-client-swift.git"
    }
  ],
  "manifest_display_name" : "Streamline",
  "name" : "Streamline",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Streamline",
      "targets" : [
        "Streamline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamlineTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamlineTests",
      "path" : "Tests/StreamlineTests",
      "sources" : [
        "StreamlineTests.swift"
      ],
      "target_dependencies" : [
        "Streamline"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Streamline",
      "module_type" : "SwiftTarget",
      "name" : "Streamline",
      "path" : "Sources/Streamline",
      "product_dependencies" : [
        "SocketIO"
      ],
      "product_memberships" : [
        "Streamline"
      ],
      "sources" : [
        "JWT/JWTCheck.swift",
        "JWT/JWTDecoder.swift",
        "JWT/JWTError.swift",
        "JWT/JWTTimeExpires.swift",
        "Log/Constants.swift",
        "Log/PLMLogger.swift",
        "Networking/Factory/HTTPServiceFactory.swift",
        "Networking/HTTP/Auth/Authorization.swift",
        "Networking/HTTP/DI/Factory.swift",
        "Networking/HTTP/DI/InstanceType.swift",
        "Networking/HTTP/DI/ServiceProtocol.swift",
        "Networking/HTTP/Exceptions/APIError.swift",
        "Networking/HTTP/HTTPStatusCodes.swift",
        "Networking/HTTP/Header/Accept.swift",
        "Networking/HTTP/Header/ContentType.swift",
        "Networking/HTTP/Header/HTTPHeader.swift",
        "Networking/HTTP/Header/HTTPHeaderConfiguration.swift",
        "Networking/HTTP/Header/HTTPHeaderProtocol.swift",
        "Networking/HTTP/Header/InfoPlist.swift",
        "Networking/HTTP/Header/Lang.swift",
        "Networking/HTTP/Header/PlistFile.swift",
        "Networking/HTTP/Header/UserAgent.swift",
        "Networking/HTTP/Implementation/APIConfiguration.swift",
        "Networking/HTTP/Implementation/APIConfigurationSessionDelegate.swift",
        "Networking/HTTP/Implementation/APIRequester.swift",
        "Networking/HTTP/Implementation/APIService.swift",
        "Networking/HTTP/Implementation/APIServiceDelegate.swift",
        "Networking/HTTP/Implementation/APIURLSession.swift",
        "Networking/HTTP/Implementation/APIURLSessionProtocol.swift",
        "Networking/HTTP/Implementation/BackgroundTask.swift",
        "Networking/HTTP/Implementation/Encryption.swift",
        "Networking/HTTP/Implementation/MTLSKeychainConfiguration.swift",
        "Networking/HTTP/Implementation/MakeRequest.swift",
        "Networking/HTTP/Implementation/NetworkStatus.swift",
        "Networking/HTTP/Implementation/URLSessionConnectivity.swift",
        "Networking/HTTP/Interceptors/CustomBaseURLInterceptor.swift",
        "Networking/HTTP/Interceptors/MTLSInterceptor.swift",
        "Networking/HTTP/Interceptors/RequestInterceptor.swift",
        "Networking/HTTP/Metrics/NetworkFinishCollecting.swift",
        "Networking/HTTP/Metrics/NetworkMetric.swift",
        "Networking/HTTP/Model/EmptyModel.swift",
        "Networking/HTTP/Model/HTTPMethod.swift",
        "Networking/HTTP/Model/Model.swift",
        "Networking/HTTP/Model/Pagination.swift",
        "Networking/HTTP/Model/Parameters.swift",
        "Networking/HTTP/Model/QueryString.swift",
        "Networking/HTTP/Model/RawValue.swift",
        "Networking/Socket/LCSocketManager.swift",
        "Networking/Socket/SocketConfiguration.swift",
        "Networking/Socket/SocketEmit.swift",
        "Networking/Socket/SocketObjectMapper.swift",
        "Networking/Translate/EnUS.swift",
        "Networking/Translate/InjectableLanguage.swift",
        "Networking/Translate/Language.swift",
        "Networking/Translate/PTBR.swift",
        "Networking/Translate/Translate.swift",
        "Networking/Translate/TranslateMessages.swift",
        "Security/PSCertificateError.swift",
        "Security/PSEncryption.swift",
        "Security/PSGenericKeychainError.swift",
        "Security/PSGenericKeychainHandler.swift",
        "Security/PSKeychainCertificateHandler.swift",
        "Security/PSKeychainFacade.swift",
        "Security/PSKeychainProperties.swift",
        "Security/PSURLSessionLoadCertificate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/25] Emitting module Starscream
[7/27] Compiling Starscream Transport.swift
[8/27] Compiling Starscream resource_bundle_accessor.swift
[9/27] Compiling Starscream Framer.swift
[10/27] Compiling Starscream HTTPHandler.swift
[11/27] Compiling Starscream Engine.swift
[12/27] Compiling Starscream NativeEngine.swift
[13/27] Compiling Starscream FoundationTransport.swift
[14/27] Compiling Starscream TCPTransport.swift
[15/27] Compiling Starscream StringHTTPHandler.swift
[16/27] Compiling Starscream FoundationSecurity.swift
[17/27] Compiling Starscream Security.swift
[18/27] Compiling Starscream Server.swift
[19/27] Compiling Starscream FoundationHTTPServerHandler.swift
[20/27] Compiling Starscream FrameCollector.swift
[21/27] Compiling Starscream WSEngine.swift
[22/27] Compiling Starscream FoundationHTTPHandler.swift
[23/27] Compiling Starscream Compression.swift
[24/27] Compiling Starscream WSCompression.swift
[25/27] Compiling Starscream Data+Extensions.swift
[26/27] Compiling Starscream WebSocketServer.swift
[27/27] Compiling Starscream WebSocket.swift
[28/50] Compiling SocketIO SocketEnginePacketType.swift
[29/50] Compiling SocketIO SocketEnginePollable.swift
[30/52] Compiling SocketIO SocketExtensions.swift
[31/52] Compiling SocketIO SocketLogger.swift
[32/52] Compiling SocketIO SocketPacket.swift
[33/52] Compiling SocketIO SocketParsable.swift
[34/52] Compiling SocketIO SocketEngineSpec.swift
[35/52] Compiling SocketIO SocketEngineWebsocket.swift
[36/52] Compiling SocketIO SocketIOClientOption.swift
[37/52] Compiling SocketIO SocketIOClientSpec.swift
[38/52] Compiling SocketIO SocketIOStatus.swift
[39/52] Compiling SocketIO SocketEventHandler.swift
[40/52] Compiling SocketIO SocketIOClient.swift
[41/52] Compiling SocketIO SocketIOClientConfiguration.swift
[42/52] Compiling SocketIO SocketManager.swift
[43/52] Compiling SocketIO SocketManagerSpec.swift
[44/52] Compiling SocketIO SocketStringReader.swift
[45/52] Compiling SocketIO SocketTypes.swift
[46/52] Emitting module SocketIO
[47/52] Compiling SocketIO SocketAckEmitter.swift
[48/52] Compiling SocketIO SocketAckManager.swift
[49/52] Compiling SocketIO SocketAnyEvent.swift
[50/52] Compiling SocketIO SocketRawView.swift
[51/52] Compiling SocketIO SocketEngine.swift
[52/52] Compiling SocketIO SocketEngineClient.swift
[53/112] Emitting module Streamline
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/118] Compiling Streamline LCSocketManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/118] Compiling Streamline SocketConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/118] Compiling Streamline SocketEmit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/118] Compiling Streamline SocketObjectMapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/118] Compiling Streamline EnUS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/118] Compiling Streamline InjectableLanguage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/118] Compiling Streamline HTTPMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/118] Compiling Streamline Model.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/118] Compiling Streamline Pagination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/118] Compiling Streamline Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/118] Compiling Streamline QueryString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/118] Compiling Streamline RawValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/118] Compiling Streamline UserAgent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/118] Compiling Streamline APIConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/118] Compiling Streamline APIConfigurationSessionDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/118] Compiling Streamline APIRequester.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/118] Compiling Streamline APIService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/118] Compiling Streamline APIServiceDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/118] Compiling Streamline APIURLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/118] Compiling Streamline APIURLSessionProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/118] Compiling Streamline BackgroundTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/118] Compiling Streamline Encryption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/118] Compiling Streamline MTLSKeychainConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/118] Compiling Streamline MakeRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/118] Compiling Streamline NetworkStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/118] Compiling Streamline URLSessionConnectivity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/118] Compiling Streamline JWTCheck.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/118] Compiling Streamline JWTDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/118] Compiling Streamline JWTError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/118] Compiling Streamline JWTTimeExpires.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/118] Compiling Streamline Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/118] Compiling Streamline PLMLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/118] Compiling Streamline HTTPServiceFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/118] Compiling Streamline PSGenericKeychainError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/118] Compiling Streamline PSGenericKeychainHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/118] Compiling Streamline PSKeychainCertificateHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/118] Compiling Streamline PSKeychainFacade.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/118] Compiling Streamline PSKeychainProperties.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/118] Compiling Streamline PSURLSessionLoadCertificate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/118] Compiling Streamline Authorization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/118] Compiling Streamline Factory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/118] Compiling Streamline InstanceType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/118] Compiling Streamline ServiceProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/118] Compiling Streamline APIError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/118] Compiling Streamline HTTPStatusCodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/118] Compiling Streamline Accept.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/118] Compiling Streamline ContentType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/118] Compiling Streamline HTTPHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/118] Compiling Streamline HTTPHeaderConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/118] Compiling Streamline HTTPHeaderProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/118] Compiling Streamline InfoPlist.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/118] Compiling Streamline Lang.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/118] Compiling Streamline PlistFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/118] Compiling Streamline Language.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/118] Compiling Streamline PTBR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/118] Compiling Streamline Translate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/118] Compiling Streamline TranslateMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/118] Compiling Streamline PSCertificateError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/118] Compiling Streamline PSEncryption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/118] Compiling Streamline CustomBaseURLInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/118] Compiling Streamline MTLSInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/118] Compiling Streamline RequestInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/118] Compiling Streamline NetworkFinishCollecting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/118] Compiling Streamline NetworkMetric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/118] Compiling Streamline EmptyModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (22.03s)
Fetching https://github.com/socketio/socket.io-client-swift.git
[1/11344] Fetching socket.io-client-swift
Fetched https://github.com/socketio/socket.io-client-swift.git from cache (1.22s)
Computing version for https://github.com/socketio/socket.io-client-swift.git
Computed https://github.com/socketio/socket.io-client-swift.git at 16.1.1 (4.78s)
Fetching https://github.com/daltoniam/Starscream
[1/5062] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (1.26s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (1.90s)
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
Creating working copy for https://github.com/socketio/socket.io-client-swift.git
Working copy of https://github.com/socketio/socket.io-client-swift.git resolved at 16.1.1
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "socket.io-client-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "16.1.0",
            "upper_bound" : "17.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/socketio/socket.io-client-swift.git"
    }
  ],
  "manifest_display_name" : "Streamline",
  "name" : "Streamline",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Streamline",
      "targets" : [
        "Streamline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamlineTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamlineTests",
      "path" : "Tests/StreamlineTests",
      "sources" : [
        "StreamlineTests.swift"
      ],
      "target_dependencies" : [
        "Streamline"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Streamline",
      "module_type" : "SwiftTarget",
      "name" : "Streamline",
      "path" : "Sources/Streamline",
      "product_dependencies" : [
        "SocketIO"
      ],
      "product_memberships" : [
        "Streamline"
      ],
      "sources" : [
        "JWT/JWTCheck.swift",
        "JWT/JWTDecoder.swift",
        "JWT/JWTError.swift",
        "JWT/JWTTimeExpires.swift",
        "Log/Constants.swift",
        "Log/PLMLogger.swift",
        "Networking/Factory/HTTPServiceFactory.swift",
        "Networking/HTTP/Auth/Authorization.swift",
        "Networking/HTTP/DI/Factory.swift",
        "Networking/HTTP/DI/InstanceType.swift",
        "Networking/HTTP/DI/ServiceProtocol.swift",
        "Networking/HTTP/Exceptions/APIError.swift",
        "Networking/HTTP/HTTPStatusCodes.swift",
        "Networking/HTTP/Header/Accept.swift",
        "Networking/HTTP/Header/ContentType.swift",
        "Networking/HTTP/Header/HTTPHeader.swift",
        "Networking/HTTP/Header/HTTPHeaderConfiguration.swift",
        "Networking/HTTP/Header/HTTPHeaderProtocol.swift",
        "Networking/HTTP/Header/InfoPlist.swift",
        "Networking/HTTP/Header/Lang.swift",
        "Networking/HTTP/Header/PlistFile.swift",
        "Networking/HTTP/Header/UserAgent.swift",
        "Networking/HTTP/Implementation/APIConfiguration.swift",
        "Networking/HTTP/Implementation/APIConfigurationSessionDelegate.swift",
        "Networking/HTTP/Implementation/APIRequester.swift",
        "Networking/HTTP/Implementation/APIService.swift",
        "Networking/HTTP/Implementation/APIServiceDelegate.swift",
        "Networking/HTTP/Implementation/APIURLSession.swift",
        "Networking/HTTP/Implementation/APIURLSessionProtocol.swift",
        "Networking/HTTP/Implementation/BackgroundTask.swift",
        "Networking/HTTP/Implementation/Encryption.swift",
        "Networking/HTTP/Implementation/MTLSKeychainConfiguration.swift",
        "Networking/HTTP/Implementation/MakeRequest.swift",
        "Networking/HTTP/Implementation/NetworkStatus.swift",
        "Networking/HTTP/Implementation/URLSessionConnectivity.swift",
        "Networking/HTTP/Interceptors/CustomBaseURLInterceptor.swift",
        "Networking/HTTP/Interceptors/MTLSInterceptor.swift",
        "Networking/HTTP/Interceptors/RequestInterceptor.swift",
        "Networking/HTTP/Metrics/NetworkFinishCollecting.swift",
        "Networking/HTTP/Metrics/NetworkMetric.swift",
        "Networking/HTTP/Model/EmptyModel.swift",
        "Networking/HTTP/Model/HTTPMethod.swift",
        "Networking/HTTP/Model/Model.swift",
        "Networking/HTTP/Model/Pagination.swift",
        "Networking/HTTP/Model/Parameters.swift",
        "Networking/HTTP/Model/QueryString.swift",
        "Networking/HTTP/Model/RawValue.swift",
        "Networking/Socket/LCSocketManager.swift",
        "Networking/Socket/SocketConfiguration.swift",
        "Networking/Socket/SocketEmit.swift",
        "Networking/Socket/SocketObjectMapper.swift",
        "Networking/Translate/EnUS.swift",
        "Networking/Translate/InjectableLanguage.swift",
        "Networking/Translate/Language.swift",
        "Networking/Translate/PTBR.swift",
        "Networking/Translate/Translate.swift",
        "Networking/Translate/TranslateMessages.swift",
        "Security/PSCertificateError.swift",
        "Security/PSEncryption.swift",
        "Security/PSGenericKeychainError.swift",
        "Security/PSGenericKeychainHandler.swift",
        "Security/PSKeychainCertificateHandler.swift",
        "Security/PSKeychainFacade.swift",
        "Security/PSKeychainProperties.swift",
        "Security/PSURLSessionLoadCertificate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.