This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Sources/SwiftCoroutine/Helpers Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import Darwin
16
16
17
17
@usableFromInline internal let mutex : UnsafeMutablePointer < pthread_mutex_t >
18
18
19
- @inlinable internal init ( ) {
19
+ @usableFromInline internal init ( ) {
20
20
mutex = . allocate( capacity: 1 )
21
21
pthread_mutex_init ( mutex, nil )
22
22
}
Original file line number Diff line number Diff line change 954
954
F8CD259720199CF700952299 /* Debug */ = {
955
955
isa = XCBuildConfiguration;
956
956
buildSettings = {
957
+ BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
957
958
CODE_SIGN_IDENTITY = "";
958
959
CODE_SIGN_STYLE = Manual;
959
960
DEFINES_MODULE = YES;
981
982
F8CD259820199CF700952299 /* Release */ = {
982
983
isa = XCBuildConfiguration;
983
984
buildSettings = {
985
+ BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
984
986
CODE_SIGN_IDENTITY = "";
985
987
CODE_SIGN_STYLE = Manual;
986
988
DEFINES_MODULE = YES;
1045
1047
F8CD25B420199D1000952299 /* Debug */ = {
1046
1048
isa = XCBuildConfiguration;
1047
1049
buildSettings = {
1050
+ BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
1048
1051
CODE_SIGN_IDENTITY = "";
1049
1052
CODE_SIGN_STYLE = Manual;
1050
1053
COMBINE_HIDPI_IMAGES = YES;
1075
1078
F8CD25B520199D1000952299 /* Release */ = {
1076
1079
isa = XCBuildConfiguration;
1077
1080
buildSettings = {
1081
+ BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
1078
1082
CODE_SIGN_IDENTITY = "";
1079
1083
CODE_SIGN_STYLE = Manual;
1080
1084
COMBINE_HIDPI_IMAGES = YES;
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments